summaryrefslogtreecommitdiff
path: root/android/sdremote
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29sdremote: disable wifi by default in the clientMiklos Vajna3-1/+13
It can be still enabled, but it makes little sense to have it on by default when the server is off by default. Change-Id: I625f90fd67781244cc4fffa90127fd1c8707c580
2012-11-29sdremote: allow accessing options menu from the selector activity as wellMiklos Vajna2-0/+28
The options menu had 3 items, only one required a connection, so show the rest when selecting servers. Change-Id: I70797be5fc8f0550380286e0cff2abbf4664591b
2012-11-28sdremote: add rules to localize the apkMiklos Vajna1-2/+34
Change-Id: Ib2034d7ce27ce9d9d9f0d325ea403fb48aeb796d
2012-11-26unifications/fixes before handoff to translatorsAndras Timar1-5/+5
Change-Id: I954140a076987f61123dfb8fd74ef830afff4628
2012-11-24Avoid android deployment target to be the default one accidentally.Thorsten Behrens1-3/+3
Change-Id: I5345850789cd85966aa92064d1a95b7793521e9a
2012-11-24Prevent bluetooth list update from crashing incessantly.Thorsten Behrens1-1/+3
Temp fix, need to fix the race here. Change-Id: I95ef1ce206ba0e9059b59c10cf7a76d39df1b8b7
2012-11-24Add install target for sdremote makefileThorsten Behrens1-0/+3
Because I'm too lazy to type this all the time. Change-Id: Id415087247f89a77a9d7bff5efbcceb8d020b09f
2012-11-24Refresh notes content of PresentationFragment when data arrives.Thorsten Behrens1-1/+5
Change-Id: Ieee87f41833eff90a1971272c8cfacaa76a3558e
2012-11-24Fix crashes in android remote.Thorsten Behrens4-21/+33
Several objects become invalid after ending show prematurely. Data transmission may be flawed, don't rely on valid base64 etc. Change-Id: I9bb6929b9cd6b3183948662b472f92e2fa67a7e6
2012-11-22Fix seemingly hanging thumbnail preview.Thorsten Behrens1-2/+2
5 secs timeout between slide changes is probably a bit much, reducing to half a second now. Had the coverflow frequently stuck at earlier slides otherwise. Change-Id: Idabe17e1fc8fe2050990a68c357a00dd2d20c08b
2012-11-22Broadcast even initial slidenumber to coverflow.Thorsten Behrens1-0/+4
A new slideshow should start at the correct slide, thus it needs to be communicated to the thumbnail fragments. Change-Id: Ib8107b4391f0df9a8d7b23f03d4da36ab42fddcc
2012-10-18Add LibreOffice licence headers where currently missing.Andrzej J.R. Hunt16-13/+105
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain6-17/+5
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
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-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-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-06Automatically enable/disable bluetooth as necessary for searching/connection.Andrzej J.R. Hunt4-23/+59
Change-Id: Ie7a11c05cf1ba6181e955a65ebef03117c956f1a
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-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-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-22Bluetooth connection working (Linux).Andrzej J.R. Hunt4-58/+76
Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt2-2/+114
Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6
2012-08-21Further style fixes + use Local BroadcastManager.Andrzej J.R. Hunt5-22/+36
Change-Id: I2af6acbcb27c6c8000e638ac5414fa1d89583b1c
2012-08-21Argh, need the local.properties in abs-lib too, and also for ant cleanTor Lillqvist1-3/+6
Change-Id: Idfb3e5f6df28a278e7b20d5b990e38751d36af68
2012-08-21Add clean targetTor Lillqvist1-0/+3
Change-Id: Iacbca078aafd44f1da254b6c8ca5be1a2cb29a88
2012-08-21Fix losing communication service on screen rotation.Andrzej J.R. Hunt5-570/+391
Change-Id: I8ae72857ce65783fe79cd3b911b83b4c70deece6
2012-08-21We need the support library for "ActionBarSherlock"Tor Lillqvist1-0/+2
Change-Id: I211372dddc6c5b3d9f182d43fd3a89dcdff9fa22
2012-08-21API level 14 should be enough for this, tooTor Lillqvist1-1/+1
Change-Id: Id607f13b1e655e80f958da54506200ccc22c1720
2012-08-21Device name now based on bluetooth name, or hardware name.Andrzej J.R. Hunt2-6/+17
Change-Id: I0be93ff79d3dbd56bf847a081b310985c77e43f5
2012-08-21Add a MakefileTor Lillqvist1-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
2012-08-21Restyle and refactor clockbar to work with 2.3.Andrzej J.R. Hunt4-108/+106
Change-Id: I2101fd1ef41ac71f81875ba845250ce875a242b5