KDE PIM/KDE Itinerary: Difference between revisions

From KDE Community Wiki
(Created page with "= KDE Itinerary = == Getting KDE Itinerary == === Android === Nightly build https://binary-factory.kde.org/view/Android/job/Itinerary_android/ (automatic sync to KDE F-Droid...")
 
Line 19: Line 19:
=== Direct import ===
=== Direct import ===


TODO
Use Global drawer > Import... in the app to import data from a file directly. Usually works for PDF and PkPass files, full emails are hard to get hold of on mobile usually.


=== KMail Itinerary plug-in ===
=== KMail Itinerary plug-in ===


TODO
Via NextCloud/DavDroid: TODO


Via KDE Connect: TODO


== Troubleshooting ==
== Troubleshooting ==

Revision as of 19:01, 25 July 2019

KDE Itinerary

Getting KDE Itinerary

Android

Nightly build https://binary-factory.kde.org/view/Android/job/Itinerary_android/ (automatic sync to KDE F-Droid repo currently broken)

Plasma Mobile, Flatpak

flatpak remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo
flatpak install kdeapps org.kde.itinerary

Self-compiled

Make sure you have the ZXing-C++ and Poppler dependencies.

Getting data into KDE Itinerary

Direct import

Use Global drawer > Import... in the app to import data from a file directly. Usually works for PDF and PkPass files, full emails are hard to get hold of on mobile usually.

KMail Itinerary plug-in

Via NextCloud/DavDroid: TODO

Via KDE Connect: TODO

Troubleshooting

The KMail Itinerary plug-in isn't finding anything

TODO

Terms

  • KDE Itinerary: the mobile app for showing your itinerary.
  • KItinerary: the library providing the data extraction engine (yes, sub-optimal naming considering the above).
  • KMail Itinerary Plug-in: plugin for KMail running the data extractor on the email you are currently looking at and showing a blue framed box at the top with what it found
  • KItinerary Workbench: diagnostic and development tool for the data extractors.
  • Poppler: PDF parsing library, needed by KItinerary in order to process PDF files.
  • ZXing-C++: Barcode decoding library, needed by KItinerary to decode any form of barcode.