summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
...
* use extractNativeLibs="false" for less disk usage and faster installationChristian Lohmaier2017-08-312-2/+8
* android: use sp (instead of dp) for font-sizeChristian Lohmaier2017-08-311-1/+1
* min and target SdkVersions are taken from gradleChristian Lohmaier2017-08-311-1/+0
* android:singleLine is deprecated, use maxLines=1 insteadChristian Lohmaier2017-08-281-1/+1
* android: position in RecyclerView must not be treated as fixedChristian Lohmaier2017-08-282-7/+5
* need to use app:srcCompat when using VectorDrawableCompatChristian Lohmaier2017-08-281-1/+1
* [Android] Clean up util func with Calc devXimeng Zu2017-08-274-18/+8
* [Android Viewer] Password supportXimeng Zu2017-08-279-4/+195
* Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati2017-08-231-1/+19
* [Android Viewer] Fix windowSoftInputModeXimeng Zu2017-08-161-1/+2
* Ability to change Font Color and added a new Color Picker on Android ViewerMert Tumer2017-08-1615-1/+593
* [Android Viewer] Add header funcs to CalcXimeng Zu2017-08-079-40/+521
* [Android Viewer] Add cell selection by row/column/allXimeng Zu2017-07-3111-14/+337
* [Android Viewer] Fix crash after save dialogXimeng Zu2017-07-231-1/+1
* [Android Viewer] Correct typo of class nameXimeng Zu2017-07-231-2/+2
* [Android Viewer] Correct LOK EnumsXimeng Zu2017-07-231-19/+19
* Calc UI on Android ViewerXimeng Zu2017-07-2312-19/+369
* Presentation ModeXimeng Zu2017-07-118-16/+329
* Add LOKit Enums to Document.javaXimeng Zu2017-06-281-0/+21
* android: show when native-code.py is invoked even for non-verbose buildsMiklos Vajna2017-06-231-0/+1
* Listen for changes in editing preference settingsbrainbreaker2017-06-211-1/+10
* enable the Action/Toolbar for Settings screensChristian Lohmaier2017-05-302-2/+4
* android: bump build-tools, support-lib and gradle-plugin versionsChristian Lohmaier2017-05-301-4/+4
* android: simplify some more if statementsChristian Lohmaier2017-05-282-19/+6
* Update zoom constraints with device rotateXimeng Zu2017-05-273-6/+21
* Fix behavior of double tap zoom in and outXimeng Zu2017-05-091-10/+12
* tdf#107415 android: appbar invisible on lower versionXimeng Zu2017-05-092-14/+21
* Fix typosAndrea Gelmini2017-05-051-1/+1
* Add BottomSheetBehavior to formatting toolbarbrainbreaker2017-04-194-21/+29
* tdf#96770 android: disable 'parts' in text documentsXimeng Zu2017-04-182-1/+2
* tdf#96799 android: does not switch edit mode to viewXimeng Zu2017-04-182-3/+18
* Double tap zooms in and outXimeng Zu2017-04-181-0/+13
* Discard StorageAccessFramework for creating new documentsbrainbreaker2017-04-185-102/+97
* tdf#96764 - Android Viewer does not show page countXimeng Zu2017-04-188-2/+198
* tdf#96811 Android Viewer doesn't focus on the word you search.Ximeng Zu2017-04-182-1/+81
* tdf#106368 android: restrict zoom to page widthXimeng Zu2017-04-185-10/+11
* Fix typos to complete commit b35552f39503Andrea Gelmini2017-04-101-1/+1
* Fix typo: 'forgeround' in multiple filesXimeng Zu2017-04-1019-19/+19
* android: simplify some if statements, remove redundant variablesChristian Lohmaier2017-04-057-37/+13
* android: getDrawable(int) is deprecatedChristian Lohmaier2017-04-052-9/+9
* android: otg_missing_error is not a format stringChristian Lohmaier2017-04-051-1/+1
* android: using VectorCompat requires to use app:srcCompatChristian Lohmaier2017-04-051-6/+6
* android: position in RecyclerView must not be treated as fixedChristian Lohmaier2017-04-051-2/+2
* android: prevent NullPointerException in RecyclerViewChristian Lohmaier2017-04-051-1/+1
* android: defaultValue is not the same as a hintChristian Lohmaier2017-04-051-4/+3
* Fix typo: inticator -> indicatorXimeng Zu2017-04-051-3/+3
* android: restore tabbed toolbar removed by accidentTomaž Vajngerl2017-03-301-0/+19
* tdf#96816 android: top part unreachable with soft keyboardXimeng Zu2017-03-301-2/+2
* Add superscript and subscript text formatting optionsbrainbreaker2017-03-304-1/+60
* tdf#106325 - No way to create a new Documentbrainbreaker2017-03-3016-67/+585