summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2019-04-16android: Update / introduce modelines in the .java files.Jan Holesovsky6-24/+49
2019-04-16android: Introduce --with-vendor and --with-info-url.Jan Holesovsky5-30/+48
2019-04-16android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu1-0/+1
2019-04-16android: Setting default values to setting preference, minor ux improvementskaishu-sahu1-0/+3
2019-04-16android: Cleanup unused resources.Jan Holesovsky4-22/+1
2019-04-16android: Port Settings from the old appFlorin Ciornei8-23/+256
2019-04-15android: Update handling of the storage permission.kaishu-sahu3-3/+36
2019-04-12android: Allow setting of the app name via --with-app-name too.Jan Holesovsky3-1/+4
2019-04-12android: add launcher shortcuts support for api > 24kaishu-sahu1-15/+14
2019-04-12android: convert the remaining explicit intents to implicit intents.kaishu-sahu2-7/+24
2019-04-10android: add view document from other file-managers functionality.kaishu-sahu4-22/+133
2019-04-10android: How to debug the native code with symbols.Jan Holesovsky2-8/+51
2019-04-08android: add ownCloud support from old app.kaishu-sahu6-5/+384
2019-04-08android: add no_recent_items/no_items msg.kaishu-sahu4-12/+61
2019-04-05android: Use the stripped liblo-native-code.so for the .apk.Jan Holesovsky1-2/+2
2019-04-01Cosmetics - add some spaces.Jan Holesovsky1-6/+6
2019-04-01android: Remove LOKitShell.java and refactor codeFlorin Ciornei2-169/+2
2019-04-01android: Display license and notice as html in a separate activityFlorin Ciornei9-51/+146
2019-04-01android: Add open document functionality to the document browserFlorin Ciornei3-114/+104
2019-03-27android: Display notification when creating file if such a file already existsFlorin Ciornei1-1/+32
2019-03-27android: Add create document optionFlorin Ciornei5-49/+86
2019-03-27android: Create FAB button now appears in the document browser.Florin Ciornei3-7/+9
2019-03-27android: Port document browser from the old Java app to the new one.Florin Ciornei40-505/+633
2019-03-27android: Copy some files from the old Android app.Jan Holesovsky60-0/+4702
2019-03-20Tip how to cross-compile with icecream.Jan Holesovsky1-0/+31
2019-03-20Updated some instructions in the android/README to make them more clear.Florin Ciornei1-5/+16
2019-02-24fix order of elements in 'AndroidManifest.xml' as per guidelines and icon of ...kaishu-sahu2-1/+6
2019-02-22android: We need more memory for the build.Jan Holesovsky1-1/+1
2019-02-22android: Add possibility to debug JS in the WebView using a debugger.Jan Holesovsky2-0/+10
2019-02-20android: Fix passing of the base64-encoded messages.Jan Holesovsky2-2/+3
2019-02-20Revert "android: Various fixes to make the sending from the core to JS..."Jan Holesovsky2-4/+5
2019-02-19android: Various fixes to make the sending from the core to JS working.Jan Holesovsky2-5/+4
2019-02-19android: Don't split the base64 encoded string to separate lines.Jan Holesovsky1-0/+1
2019-02-19android: Cannot read the assets directly, use the unpack instead.Jan Holesovsky1-1/+1
2019-02-19android: Need the the JavaVM in LibreOfficeKit too.Jan Holesovsky1-1/+4
2019-02-16android: Make sending to JavaScript work.Jan Holesovsky2-15/+43
2019-02-15android: Passing messages from the native code to JS (incomplete).Jan Holesovsky2-68/+42
2019-02-15Remove unnecessary button from ui and make webview fullscreen.Gülşah Köse2-28/+3
2019-02-15Associate files with the android application.Gülşah Köse1-0/+59
2019-02-15android: Settings for the build.gradle.Jan Holesovsky2-0/+27
2019-02-15android: Some pieces have to be unpacked out of the APK.Jan Holesovsky2-22/+97
2019-02-15android: Better path for the fonts.conf.Jan Holesovsky1-1/+1
2019-02-15android: Actually use /assets as the dataDir.Jan Holesovsky1-5/+1
2019-02-15android: Add / generarate various bootstrap-related files into the APK.Jan Holesovsky1-0/+172
2019-02-15android: Package the lo-native-code.so and dependencies into the APK.Jan Holesovsky2-0/+15
2019-02-15android: Copy the liblo-native-code.so over from core.git.Jan Holesovsky1-2/+50
2019-02-15android: Perform the android-specific setup before initializing the LOK.Jan Holesovsky2-3/+36
2019-02-13android: Actually attempt to load the file for real.Jan Holesovsky2-16/+18
2019-02-13android: Pass the messages from JS to the MainActivity.Jan Holesovsky2-23/+25
2019-02-13android: Don't try to read discovery.xml, it's not needed on mobile.Jan Holesovsky1-1/+1