summaryrefslogtreecommitdiffstats
path: root/android/source
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#116152 fix filenames with spaces (code expects %20, not +)Christian Lohmaier2018-04-071-1/+1
* .uno:Save callback for the Android ViewerMert Tümer2018-03-276-30/+69
* tdf#116152 fix unsupported url exception on Android ViewerMert Tümer2018-03-271-2/+16
* tdf#96796 - Added clipboard actions for the Android ViewerMert Tümer2018-03-159-0/+170
* Revert "tdf#96796 - Added clipboard actions for the Android Viewer"Thorsten Behrens2018-03-149-170/+0
* [Pardus] tdf#107026 render the new page without reopen the documentMert Tümer2018-03-145-0/+38
* tdf#96796 - Added clipboard actions for the Android ViewerMert Tümer2018-03-149-0/+170
* [Pardus] tdf#112481 Ability to add worksheets on CalcMert Tümer2018-02-245-3/+35
* [Pardus] tdf#108446 - Shape is not changed after saveMert Tümer2018-02-182-2/+3
* Fix adjust width/height behaviorXimeng Zu2018-02-042-2/+7
* tdf#115388: Android: Use HTTP SecureXisco Fauli2018-02-021-1/+1
* Fix typosAndrea Gelmini2018-02-011-1/+1
* [Pardus] tdf#106326 ability to change font background colorMert Tümer2018-01-306-12/+166
* [Pardus] tdf#112482 ability to add slides to impressMert Tümer2018-01-305-0/+29
* tdf#89215 only process state changes after TileProvider is readyChristian Lohmaier2018-01-292-1/+8
* Fix typosAndrea Gelmini2018-01-192-2/+2
* pass context as parameter instead of risk of leaking memoryChristian Lohmaier2018-01-1818-206/+158
* Fix typosAndrea Gelmini2018-01-181-1/+1
* android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier2018-01-184-21/+18
* use string-resource with placeholder instead of hardcoded concatenationChristian Lohmaier2018-01-182-3/+3
* android: fix some layout issues with new-document buttonsChristian Lohmaier2018-01-187-83/+88
* tdf#112140 fix some NPEs re touch/zoom while doucment is not readyChristian Lohmaier2018-01-184-5/+20
* Fix typosAndrea Gelmini2018-01-171-1/+1
* tdf#103083 option to show/hide hidden files/folders on AndroidMert Tümer2018-01-153-1/+23
* tdf#89639 added path text for the document browserMert Tümer2018-01-153-1/+14
* tdf#96790 search function in non experimental modeMert Tümer2018-01-132-7/+14
* tdf#106370 Android: add ability to insert picturesXimeng Zu2017-11-169-2/+262
* [Android] Add address/formula barsXimeng Zu2017-11-165-2/+106
* chmod 0755 -> 0644 for some source filesStephan Bergmann2017-10-231-0/+0
* unused importChristian Lohmaier2017-09-241-1/+0
* lint: remove redundant type casts (findViewById to object of type)Christian Lohmaier2017-09-2413-63/+63
* use gradle to build the owncloud-android-libChristian Lohmaier2017-09-241-5/+9
* buildscripts section actually needs dedicated repositoriesChristian Lohmaier2017-09-231-1/+3
* android: bump support library & buildtools/SDK versionsChristian Lohmaier2017-09-221-7/+11
* blank doesn't take any effect anymore. remove it from android's fonts.confChristian Lohmaier2017-09-211-66/+0
* android: textrelocations are no longer an issue (can target 23 and later)Christian Lohmaier2017-09-151-4/+1
* android: tune symbols for lldb & we actually target 14 as minSDKChristian Lohmaier2017-09-121-0/+1
* tdf#90556 android: make buildID in about a clickable link to git logChristian Lohmaier2017-09-072-5/+7
* android: drop workarounds for ndk-gdb support (can still run manually)Christian Lohmaier2017-09-073-36/+3
* tdf#112190 installLocation should be specified in toplevel manifestChristian Lohmaier2017-09-041-1/+1
* android: prevent null pointer exception on startTomaž Vajngerl2017-09-031-1/+4
* 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-277-4/+150
* [Android Viewer] Fix windowSoftInputModeXimeng Zu2017-08-161-1/+2