summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* Drop confusing commentTor Lillqvist2012-10-111-1/+0
| | | | Change-Id: Ic702abecf1bd21893bd5d4dee532d2e342985e6e
* COPYSO should not be used with DISABLE_DYNLOADINGTor Lillqvist2012-10-111-2/+1
| | | | Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a
* Adapt to disable-dynloading styleTor Lillqvist2012-10-114-106/+128
| | | | | | | | | | | No need to load any native libraries here any more. For now, using the same native-code.cxx as over in ../DocumentLoader works. In other words, we end up with the same code in liblo-native-code.so. This will obviously change if/when the UNO APIs that are called start to differ. Change-Id: Ia47ce833c5a290a93986005f92e981c89f63bf71
* Just use the wildcard function to list all the libsTor Lillqvist2012-10-111-187/+1
| | | | | | | | It doesn't seem to be any slower. (Note that we are *not* using -Wl,--whole-archive around these libs so it won't link in them in total, but only what's needed.) Change-Id: I2cc090562fc910d3375c6293f1f4358c68a6f9f3
* More librariesTor Lillqvist2012-10-112-0/+25
| | | | | | | | | | | | Now the DocumentLoader test app seems to work like it does with all the separate DSOs, knock on wood. The only "attempting to load unknown library" message I see in logcat is for libspelllo.a, and I deliberately don't have a mapping for that. A viewer application presumably has no use for spell checking. (I do link in the hyphenation stuff, that affects rendering, and we want the rendering to match LO on the desktop.) Change-Id: I1ad9eedf352eb0af1187bdfdc71f8f1754912600
* More libsTor Lillqvist2012-10-111-0/+5
| | | | Change-Id: I7921ac41a31f545a74ec2981dda9c30f40d4b4d9
* Even more libsTor Lillqvist2012-10-111-0/+24
| | | | Change-Id: I055b3d1a3105475883283c32a46141c38ed350fa
* More libsTor Lillqvist2012-10-112-0/+8
| | | | Change-Id: I4f717cfdf8e13044931e6820cc9fe6f74fc8aa7f
* Some more loggingTor Lillqvist2012-10-111-0/+3
| | | | Change-Id: Ib901de4a10cb18ce8e1f5d0293c61ab0eed2a4e8
* More libsTor Lillqvist2012-10-112-0/+10
| | | | Change-Id: I83214fffadf68c6d92e129fd8f89f671fd9bc1c2
* More libsTor Lillqvist2012-10-112-0/+12
| | | | Change-Id: I2ea26d46f22620d567a23412d7780a95e2715af2
* Link in more libsTor Lillqvist2012-10-112-1/+13
| | | | Change-Id: I5e016a061ea4206966757cda2d6681617b45b550
* Add some more components/librariesTor Lillqvist2012-10-112-0/+10
| | | | Change-Id: I2dba9bceee4c68b551ed8ed9239e93ea9ae93117
* Use DISABLE_DYNLOADING on AndroidTor Lillqvist2012-10-114-148/+213
| | | | | | | | IN this branch these changes are not conditional. Unclear yet whether this is what we finally will want to use or not. Maybe should make these changes conditional and do this stuff in master instead? Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-0127-112/+6
| | | | | | | This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
* Fix about dialog image, Fix null device name.Andrzej J.R. Hunt2012-09-245-5/+14
| | | | Change-Id: I487582592d468c83030202241d67296a0a1b6aa8
* Improve About Dialog for small or very large screens.Andrzej J.R. Hunt2012-09-243-51/+61
| | | | Change-Id: Iec8b67dd4e59ca8a1c17119cae5be91fceecf1b1
* Change a SwitchPreference to CheckBoxPreference for Android 2 compatibility.Andrzej J.R. Hunt2012-09-242-3/+4
| | | | | | (SwitchPreference requires android api >= 14, i.e. Android 4.) Change-Id: I69d83946407d008b8e47b320b5a4f5120c0ff35d
* Use android:logo + separate label in intent-filter for proper naming.Andrzej J.R. Hunt2012-09-211-11/+4
| | | | | | | | | It appears that activity-alias is actually misleading, by using android:logo a different icon is used in the actionbar than in the launcher, and setting android:label in the intent-filter sets the desired launcher title. Change-Id: I06e0ddc83498333ec45bdd83d56c47451e59df2a
* Prototype launcher icon for sdremote.Andrzej J.R. Hunt2012-09-204-0/+0
| | | | Change-Id: I0e6d87db90a60b300f68d83c5f5d2b1ba98f420c
* Use activity-alias to show a separate name/icon in the launcher.Andrzej J.R. Hunt2012-09-202-13/+11
| | | | | | | | By default android will use the title and icon of the the starting activity in the launcher. This can be overriden using an activity-alias as the default activity, with its own title and icon. Change-Id: I794b6738fdc383879b3c056c61f62fecbb268c5a
* dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks2012-09-194-11/+1
|
* Return empty string for null notes to avoid showing null in UI.Andrzej J.R. Hunt2012-09-192-1/+11
| | | | Change-Id: I1f60ce48d9d11b074aa268eda118c427b3cc62c0
* Further improvements to connection and feedback.Andrzej J.R. Hunt2012-09-186-216/+163
| | | | Change-Id: I04c48ad3d465e132ea9adaf840e9f858a7096794
* Dialog for connection, more activity launching cleanup.Andrzej J.R. Hunt2012-09-177-19/+52
| | | | Change-Id: I1ff8508daa2863020c6d7fa735f0f23b1ce96d8f
* Modify and simplify activity starting and backstack usage.Andrzej J.R. Hunt2012-09-1711-36/+156
| | | | Change-Id: Ic4c4806ea3e791d0d75621e678166d0ffbbfa96a
* Add icons + device name display to pairing activity.Andrzej J.R. Hunt2012-09-175-2/+26
| | | | Change-Id: If27119e3e62bac8046fcc33cb12767b116bcc991
* Styling and icons for Selector Activity complete.Andrzej J.R. Hunt2012-09-176-2/+28
| | | | Change-Id: I11e26c9c97c4e9aea465c0d9f6b7863a260a3577
* Changed timerUpdateThread to Runnable for clarity.Andrzej J.R. Hunt2012-09-171-11/+12
| | | | Change-Id: I49d66181d3aecddf8a5f6fbccccce01699aaa465
* sdremote: unwind a couple of crasher / corner casesMichael Meeks2012-09-142-11/+7
|
* More 2.3 styling + fix for flickering bug on multi-slide change.Andrzej J.R. Hunt2012-09-148-170/+271
| | | | Change-Id: Iae19e9d44f1a437737c943c06356a99957c6991e
* Build also LibreOffice4AndroidTor Lillqvist2012-09-103-3/+33
| | | | Change-Id: I81f241d830bc914c7ddf3cce23fb6bb48f30e89b
* Use background color directly rather than Color.TRANSPARENT to support 2.3.Andrzej J.R. Hunt2012-09-072-3/+3
| | | | | | It appears that Color.TRANSPARENT turns into black on Android < 4. Change-Id: I40312062726696777e218afc382d55b48ac6d42b
* Fix some serviceconnection issues and more bluetooth power managment.Andrzej J.R. Hunt2012-09-074-3/+10
| | | | Change-Id: Id2e309ee5b8f6feff845dba28e7474e2246865f5
* Move Bootstrap setup and lib pre-loading (for easier debugging) to onCreate()Tor Lillqvist2012-09-061-10/+8
| | | | Change-Id: I77c08dc1236c4c77cfb7711f3be659ebfe877dd1
* Automatically enable/disable bluetooth as necessary for searching/connection.Andrzej J.R. Hunt2012-09-064-23/+59
| | | | Change-Id: Ie7a11c05cf1ba6181e955a65ebef03117c956f1a
* More hacking to get this to work againTor Lillqvist2012-09-051-6/+25
| | | | | | | | At least partially unnecessary, assuming some of the problems were caused by the erroneous usage of Arrays.copyOfRange() in Bootstrap.java. Change-Id: I230b0ca6c17420f765a7d20aa377efc261186adb
* RTFM for Arrays.copyOfRange()Tor Lillqvist2012-09-051-1/+1
| | | | Change-Id: Ie0d7bd95207aafb269f23974b8e90fa0b50fdb86
* rc and unorc seem mandatory nowadays, etcTor Lillqvist2012-09-051-6/+21
| | | | Change-Id: I352c12de27c23519099f4c828e1e503446b83941
* The unobootstrapprotector is mandatory nowadaysTor Lillqvist2012-09-051-2/+3
| | | | Change-Id: I596f5657714824ad34cea2677438ae9860468524
* Try to make this work againTor Lillqvist2012-09-041-13/+11
| | | | | | | Unfortunately it crashes without a usable stack trace, though... Not sure whether worth it to dig any deeper. Change-Id: I3a5864326bead6ac9206ef30436326b97564bb63
* Fix infinite loop introduced by accidentTor Lillqvist2012-09-041-0/+1
| | | | Change-Id: I4aee6214123b14f40e01850e1814a4e2d089ec8c
* Drop misleading commentTor Lillqvist2012-09-041-1/+1
| | | | Change-Id: I90bc8870fcc7919f2b9c224160d7cb2e7ef285e7
* Fix misleading macro nameTor Lillqvist2012-09-042-2/+2
| | | | Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725
* More fragment lifecycle cleanup.Andrzej J.R. Hunt2012-09-045-41/+48
| | | | Change-Id: I93a19a080cc73bfa49b04f19b6e290ff9cd1b8bc
* Fix removal of stale servers in selector.Andrzej J.R. Hunt2012-09-032-6/+3
| | | | Change-Id: I95a378cade77a7e53ef6baa69a6e9223d13e1526
* Repeat bluetooth discovery periodically.Andrzej J.R. Hunt2012-09-031-43/+12
| | | | Change-Id: I2cccc3118a06b2202a249ae8ed116d2c3bc85395
* Implemented automatic reconnection + reconnection activity.Andrzej J.R. Hunt2012-09-038-33/+109
| | | | Change-Id: I445fe2acb24ab6992aad4c75f6886f517bdcc0b0
* libmerged: another small component libraries for androidMatúš Kukan2012-09-012-14/+0
| | | | Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
* Add offapi.rdb and oovbaapi.rdbTor Lillqvist2012-08-311-1/+3
| | | | Change-Id: I58809d549dc4da2f709397d0d6a2b307d75d8885