summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2017-11-16tdf#106370 Android: add ability to insert picturesXimeng Zu9-2/+262
2017-11-16[Android] Add address/formula barsXimeng Zu5-2/+106
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann1-0/+0
2017-09-24unused importChristian Lohmaier1-1/+0
2017-09-24lint: remove redundant type casts (findViewById to object of type)Christian Lohmaier13-63/+63
2017-09-24use gradle to build the owncloud-android-libChristian Lohmaier1-5/+9
2017-09-23buildscripts section actually needs dedicated repositoriesChristian Lohmaier1-1/+3
2017-09-22android: bump support library & buildtools/SDK versionsChristian Lohmaier1-7/+11
2017-09-21blank doesn't take any effect anymore. remove it from android's fonts.confChristian Lohmaier1-66/+0
2017-09-15android: textrelocations are no longer an issue (can target 23 and later)Christian Lohmaier1-4/+1
2017-09-12android: tune symbols for lldb & we actually target 14 as minSDKChristian Lohmaier1-0/+1
2017-09-07tdf#90556 android: make buildID in about a clickable link to git logChristian Lohmaier2-5/+7
2017-09-07android: drop workarounds for ndk-gdb support (can still run manually)Christian Lohmaier6-61/+19
2017-09-04tdf#112190 installLocation should be specified in toplevel manifestChristian Lohmaier1-1/+1
2017-09-03android: prevent null pointer exception on startTomaž Vajngerl1-1/+4
2017-09-01android: remove a hard to address TODOMiklos Vajna1-1/+0
2017-08-31need to manuall load all native-libs on e.g. JellybeanChristian Lohmaier1-0/+14
2017-08-31use extractNativeLibs="false" for less disk usage and faster installationChristian Lohmaier2-2/+8
2017-08-31android: use sp (instead of dp) for font-sizeChristian Lohmaier1-1/+1
2017-08-31min and target SdkVersions are taken from gradleChristian Lohmaier1-1/+0
2017-08-28android:singleLine is deprecated, use maxLines=1 insteadChristian Lohmaier1-1/+1
2017-08-28android: position in RecyclerView must not be treated as fixedChristian Lohmaier2-7/+5
2017-08-28need to use app:srcCompat when using VectorDrawableCompatChristian Lohmaier1-1/+1
2017-08-27[Android] Clean up util func with Calc devXimeng Zu4-18/+8
2017-08-27[Android Viewer] Password supportXimeng Zu9-4/+195
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati1-1/+19
2017-08-16[Android Viewer] Fix windowSoftInputModeXimeng Zu1-1/+2
2017-08-16Ability to change Font Color and added a new Color Picker on Android ViewerMert Tumer15-1/+593
2017-08-07[Android Viewer] Add header funcs to CalcXimeng Zu9-40/+521
2017-07-31[Android Viewer] Add cell selection by row/column/allXimeng Zu11-14/+337
2017-07-23[Android Viewer] Fix crash after save dialogXimeng Zu1-1/+1
2017-07-23[Android Viewer] Correct typo of class nameXimeng Zu1-2/+2
2017-07-23[Android Viewer] Correct LOK EnumsXimeng Zu1-19/+19
2017-07-23Calc UI on Android ViewerXimeng Zu12-19/+369
2017-07-11Presentation ModeXimeng Zu8-16/+329
2017-06-28Add LOKit Enums to Document.javaXimeng Zu1-0/+21
2017-06-23android: show when native-code.py is invoked even for non-verbose buildsMiklos Vajna1-0/+1
2017-06-21Listen for changes in editing preference settingsbrainbreaker1-1/+10
2017-05-30enable the Action/Toolbar for Settings screensChristian Lohmaier2-2/+4
2017-05-30android: bump build-tools, support-lib and gradle-plugin versionsChristian Lohmaier1-4/+4
2017-05-28android: simplify some more if statementsChristian Lohmaier2-19/+6
2017-05-27Update zoom constraints with device rotateXimeng Zu3-6/+21
2017-05-09Fix behavior of double tap zoom in and outXimeng Zu1-10/+12
2017-05-09tdf#107415 android: appbar invisible on lower versionXimeng Zu2-14/+21
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-04-19Add BottomSheetBehavior to formatting toolbarbrainbreaker4-21/+29
2017-04-18tdf#96770 android: disable 'parts' in text documentsXimeng Zu2-1/+2
2017-04-18tdf#96799 android: does not switch edit mode to viewXimeng Zu2-3/+18
2017-04-18Double tap zooms in and outXimeng Zu1-0/+13
2017-04-18Discard StorageAccessFramework for creating new documentsbrainbreaker5-102/+97