summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt2012-08-291-3/+16
| | | | Change-Id: Id91226046ecb89c2cd14d03eb4a99d0ad4b7b027
* Saving of authorised remotes.Andrzej J.R. Hunt2012-08-282-9/+34
| | | | Change-Id: I4cf6542352ac4213e66e2bbd6cc54d4f9372de62
* merge more, mostly small libraries for androidMatúš Kukan2012-08-254-18/+0
| | | | Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
* libmerged: add more librariesMatúš Kukan2012-08-255-21/+2
| | | | Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
* Build basebmp as a static library for AndroidTor Lillqvist2012-08-234-4/+0
| | | | | | Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
* fileacc is in mergedTor Lillqvist2012-08-231-1/+0
| | | | Change-Id: If58adf2558c2baac51f91d621b75f2d37f935dfd
* Removal of manually added servers.Andrzej J.R. Hunt2012-08-234-29/+70
| | | | Change-Id: Ia46eccb8c7ace05054e952f49e2a2c65a462b83f
* Manual IP adding implemented.Andrzej J.R. Hunt2012-08-237-1/+191
| | | | Change-Id: Ifad2a206e3ddbb46094be6638581358484522695
* Don't hardcode jni/Application.mk eitherTor Lillqvist2012-08-234-5/+6
| | | | Change-Id: Id8787a04a3b1720490e7d79a254ca11835df242a
* Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist2012-08-236-39/+28
| | | | Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
* Bluetooth connection working (Linux).Andrzej J.R. Hunt2012-08-224-58/+76
| | | | Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d
* another build integrating solution for androidMatúš Kukan2012-08-221-1/+1
| | | | | | | | | ..since it also needs stuff from postprocess. In qa/desktop/Makefile, images_tango.zip is used. If that's not needed, the module can be placed between postprocess and packimages for now. Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705
* Pining for the fjordsTor Lillqvist2012-08-2216-191/+0
| | | | Change-Id: If0915cfc755031d2cb6a6e822f5682bb7ced71ad
* New attempt to have the "android" module built at a suitable timeTor Lillqvist2012-08-222-7/+3
| | | | | | | | Yes, I know that eventually what now is known as "tail_build" will be all there is left. So by that time, by definition nothing can be built "after tail_build". Will have to handle that then. Change-Id: I47d228ca7156520db10630861ce52b015a7a169c
* Depend on the tail_end module insteadTor Lillqvist2012-08-221-5/+4
| | | | Change-Id: Icc0c17c66c6e5e2166a34e232acb69c0b434a44c
* flock is not portable, so use different approachTor Lillqvist2012-08-222-12/+10
| | | | Change-Id: I4a864ddd3681101c8c5d0943d2761ac85bf4161f
* Build also the DocumentLoader test Android app with gbuildTor Lillqvist2012-08-224-2/+40
| | | | | | | | Serialize the Ant cleaning and building of android/abs-lib so that one Ant is not cleaning it while another is building something that depends on it. Change-Id: I22fde47bf84208fa129b8f6a65a2314c885451a0
* Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt2012-08-212-2/+114
| | | | Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
* Further style fixes + use Local BroadcastManager.Andrzej J.R. Hunt2012-08-215-22/+36
| | | | Change-Id: I2af6acbcb27c6c8000e638ac5414fa1d89583b1c
* Argh, need the local.properties in abs-lib too, and also for ant cleanTor Lillqvist2012-08-211-3/+6
| | | | Change-Id: Idfb3e5f6df28a278e7b20d5b990e38751d36af68
* Clean first for reliability. Copy the apk so push_nightlies.sh finds itTor Lillqvist2012-08-211-1/+3
| | | | Change-Id: Ie14754deb796cc2a03e48b04b31983ddd26968cb
* Add clean targetTor Lillqvist2012-08-211-0/+3
| | | | Change-Id: Iacbca078aafd44f1da254b6c8ca5be1a2cb29a88
* Fix losing communication service on screen rotation.Andrzej J.R. Hunt2012-08-215-570/+391
| | | | Change-Id: I8ae72857ce65783fe79cd3b911b83b4c70deece6
* We need the support library for "ActionBarSherlock"Tor Lillqvist2012-08-211-0/+2
| | | | Change-Id: I211372dddc6c5b3d9f182d43fd3a89dcdff9fa22
* API level 14 should be enough for this, tooTor Lillqvist2012-08-211-1/+1
| | | | Change-Id: Id607f13b1e655e80f958da54506200ccc22c1720
* Add the android module to gbuildTor Lillqvist2012-08-213-0/+51
| | | | | | | | | | | | | | | | | Just build the sdremote app for now. Note that this is a pure Java app with no dependencies on (native) code (or Java code, for that matter) from rest of LO. Probably should drop the separate android/sdremote/Makfile and just do what it does in android/CustomTarget_sdremote.mk instead. Adding other Android apps (well, the LibreOffice4Android one likely) to gbuild will require more complexity as they bundle native code, and thus should depend on other modules first having been built. If one wants to go really fancy, one could of course depend on the specific libraries (and other files) being bundled. Let's see... Change-Id: If10761479f348c4993eec40b7f8346edb77f0e0d
* Device name now based on bluetooth name, or hardware name.Andrzej J.R. Hunt2012-08-212-6/+17
| | | | Change-Id: I0be93ff79d3dbd56bf847a081b310985c77e43f5
* Add a MakefileTor Lillqvist2012-08-211-0/+15
| | | | | | | | Note that sdremote does not use any LO native code, this Makefile does not need and has none of the related complexity, like those in ../experimental/*. Change-Id: Iaa9fb7f0b1a96af4283dc19a2ad125f37ba85411
* Restyle and refactor clockbar to work with 2.3.Andrzej J.R. Hunt2012-08-214-108/+106
| | | | Change-Id: I2101fd1ef41ac71f81875ba845250ce875a242b5
* Fixes to run on Android 2.3Andrzej J.R. Hunt2012-08-214-8/+27
| | | | Change-Id: I5934264083a1cd7b33fdcd9869957c222825df60
* Emulator detection. Fix crash on bluetoothless devices.Andrzej J.R. Hunt2012-08-214-11/+49
| | | | Change-Id: Ia4845940a83361cad1e824832dcad05019192705