summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24Fix about dialog image, Fix null device name.Andrzej J.R. Hunt5-5/+14
Change-Id: I487582592d468c83030202241d67296a0a1b6aa8
2012-09-24Improve About Dialog for small or very large screens.Andrzej J.R. Hunt3-51/+61
Change-Id: Iec8b67dd4e59ca8a1c17119cae5be91fceecf1b1
2012-09-24Change a SwitchPreference to CheckBoxPreference for Android 2 compatibility.Andrzej J.R. Hunt2-3/+4
(SwitchPreference requires android api >= 14, i.e. Android 4.) Change-Id: I69d83946407d008b8e47b320b5a4f5120c0ff35d
2012-09-21Use android:logo + separate label in intent-filter for proper naming.Andrzej J.R. Hunt1-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
2012-09-20Prototype launcher icon for sdremote.Andrzej J.R. Hunt4-0/+0
Change-Id: I0e6d87db90a60b300f68d83c5f5d2b1ba98f420c
2012-09-20Use activity-alias to show a separate name/icon in the launcher.Andrzej J.R. Hunt2-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
2012-09-19dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks4-11/+1
2012-09-19Return empty string for null notes to avoid showing null in UI.Andrzej J.R. Hunt2-1/+11
Change-Id: I1f60ce48d9d11b074aa268eda118c427b3cc62c0
2012-09-18Further improvements to connection and feedback.Andrzej J.R. Hunt6-216/+163
Change-Id: I04c48ad3d465e132ea9adaf840e9f858a7096794
2012-09-17Dialog for connection, more activity launching cleanup.Andrzej J.R. Hunt7-19/+52
Change-Id: I1ff8508daa2863020c6d7fa735f0f23b1ce96d8f
2012-09-17Modify and simplify activity starting and backstack usage.Andrzej J.R. Hunt11-36/+156
Change-Id: Ic4c4806ea3e791d0d75621e678166d0ffbbfa96a
2012-09-17Add icons + device name display to pairing activity.Andrzej J.R. Hunt5-2/+26
Change-Id: If27119e3e62bac8046fcc33cb12767b116bcc991
2012-09-17Styling and icons for Selector Activity complete.Andrzej J.R. Hunt6-2/+28
Change-Id: I11e26c9c97c4e9aea465c0d9f6b7863a260a3577
2012-09-17Changed timerUpdateThread to Runnable for clarity.Andrzej J.R. Hunt1-11/+12
Change-Id: I49d66181d3aecddf8a5f6fbccccce01699aaa465
2012-09-14sdremote: unwind a couple of crasher / corner casesMichael Meeks2-11/+7
2012-09-14More 2.3 styling + fix for flickering bug on multi-slide change.Andrzej J.R. Hunt8-170/+271
Change-Id: Iae19e9d44f1a437737c943c06356a99957c6991e
2012-09-10Build also LibreOffice4AndroidTor Lillqvist3-3/+33
Change-Id: I81f241d830bc914c7ddf3cce23fb6bb48f30e89b
2012-09-07Use background color directly rather than Color.TRANSPARENT to support 2.3.Andrzej J.R. Hunt2-3/+3
It appears that Color.TRANSPARENT turns into black on Android < 4. Change-Id: I40312062726696777e218afc382d55b48ac6d42b
2012-09-07Fix some serviceconnection issues and more bluetooth power managment.Andrzej J.R. Hunt4-3/+10
Change-Id: Id2e309ee5b8f6feff845dba28e7474e2246865f5
2012-09-06Move Bootstrap setup and lib pre-loading (for easier debugging) to onCreate()Tor Lillqvist1-10/+8
Change-Id: I77c08dc1236c4c77cfb7711f3be659ebfe877dd1
2012-09-06Automatically enable/disable bluetooth as necessary for searching/connection.Andrzej J.R. Hunt4-23/+59
Change-Id: Ie7a11c05cf1ba6181e955a65ebef03117c956f1a
2012-09-05More hacking to get this to work againTor Lillqvist1-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
2012-09-05RTFM for Arrays.copyOfRange()Tor Lillqvist1-1/+1
Change-Id: Ie0d7bd95207aafb269f23974b8e90fa0b50fdb86
2012-09-05rc and unorc seem mandatory nowadays, etcTor Lillqvist1-6/+21
Change-Id: I352c12de27c23519099f4c828e1e503446b83941
2012-09-05The unobootstrapprotector is mandatory nowadaysTor Lillqvist1-2/+3
Change-Id: I596f5657714824ad34cea2677438ae9860468524
2012-09-04Try to make this work againTor Lillqvist1-13/+11
Unfortunately it crashes without a usable stack trace, though... Not sure whether worth it to dig any deeper. Change-Id: I3a5864326bead6ac9206ef30436326b97564bb63
2012-09-04Fix infinite loop introduced by accidentTor Lillqvist1-0/+1
Change-Id: I4aee6214123b14f40e01850e1814a4e2d089ec8c
2012-09-04Drop misleading commentTor Lillqvist1-1/+1
Change-Id: I90bc8870fcc7919f2b9c224160d7cb2e7ef285e7
2012-09-04Fix misleading macro nameTor Lillqvist2-2/+2
Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725
2012-09-04More fragment lifecycle cleanup.Andrzej J.R. Hunt5-41/+48
Change-Id: I93a19a080cc73bfa49b04f19b6e290ff9cd1b8bc
2012-09-03Fix removal of stale servers in selector.Andrzej J.R. Hunt2-6/+3
Change-Id: I95a378cade77a7e53ef6baa69a6e9223d13e1526
2012-09-03Repeat bluetooth discovery periodically.Andrzej J.R. Hunt1-43/+12
Change-Id: I2cccc3118a06b2202a249ae8ed116d2c3bc85395
2012-09-03Implemented automatic reconnection + reconnection activity.Andrzej J.R. Hunt8-33/+109
Change-Id: I445fe2acb24ab6992aad4c75f6886f517bdcc0b0
2012-09-01libmerged: another small component libraries for androidMatúš Kukan2-14/+0
Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
2012-08-31Add offapi.rdb and oovbaapi.rdbTor Lillqvist1-1/+3
Change-Id: I58809d549dc4da2f709397d0d6a2b307d75d8885
2012-08-29Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt1-3/+16
Change-Id: Id91226046ecb89c2cd14d03eb4a99d0ad4b7b027
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt2-9/+34
Change-Id: I4cf6542352ac4213e66e2bbd6cc54d4f9372de62
2012-08-25merge more, mostly small libraries for androidMatúš Kukan4-18/+0
Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
2012-08-25libmerged: add more librariesMatúš Kukan5-21/+2
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
2012-08-23Build basebmp as a static library for AndroidTor Lillqvist4-4/+0
Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
2012-08-23fileacc is in mergedTor Lillqvist1-1/+0
Change-Id: If58adf2558c2baac51f91d621b75f2d37f935dfd
2012-08-23Removal of manually added servers.Andrzej J.R. Hunt4-29/+70
Change-Id: Ia46eccb8c7ace05054e952f49e2a2c65a462b83f
2012-08-23Manual IP adding implemented.Andrzej J.R. Hunt7-1/+191
Change-Id: Ifad2a206e3ddbb46094be6638581358484522695
2012-08-23Don't hardcode jni/Application.mk eitherTor Lillqvist4-5/+6
Change-Id: Id8787a04a3b1720490e7d79a254ca11835df242a
2012-08-23Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist6-39/+28
Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt4-58/+76
Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d
2012-08-22another build integrating solution for androidMatúš Kukan1-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
2012-08-22Pining for the fjordsTor Lillqvist16-191/+0
Change-Id: If0915cfc755031d2cb6a6e822f5682bb7ced71ad
2012-08-22New attempt to have the "android" module built at a suitable timeTor Lillqvist2-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
2012-08-22Depend on the tail_end module insteadTor Lillqvist1-5/+4
Change-Id: Icc0c17c66c6e5e2166a34e232acb69c0b434a44c