summaryrefslogtreecommitdiffstats
path: root/android/sdremote
Commit message (Expand)AuthorAgeFilesLines
* Add LibreOffice licence headers where currently missing.Andrzej J.R. Hunt2012-10-1816-13/+105
* fdo#51304: Remove the author of some java source filesAnurag Jain2012-10-016-17/+5
* Fix about dialog image, Fix null device name.Andrzej J.R. Hunt2012-09-245-5/+14
* Improve About Dialog for small or very large screens.Andrzej J.R. Hunt2012-09-243-51/+61
* Change a SwitchPreference to CheckBoxPreference for Android 2 compatibility.Andrzej J.R. Hunt2012-09-242-3/+4
* Use android:logo + separate label in intent-filter for proper naming.Andrzej J.R. Hunt2012-09-211-11/+4
* Prototype launcher icon for sdremote.Andrzej J.R. Hunt2012-09-204-0/+0
* Use activity-alias to show a separate name/icon in the launcher.Andrzej J.R. Hunt2012-09-202-13/+11
* Return empty string for null notes to avoid showing null in UI.Andrzej J.R. Hunt2012-09-192-1/+11
* Further improvements to connection and feedback.Andrzej J.R. Hunt2012-09-186-216/+163
* Dialog for connection, more activity launching cleanup.Andrzej J.R. Hunt2012-09-177-19/+52
* Modify and simplify activity starting and backstack usage.Andrzej J.R. Hunt2012-09-1711-36/+156
* Add icons + device name display to pairing activity.Andrzej J.R. Hunt2012-09-175-2/+26
* Styling and icons for Selector Activity complete.Andrzej J.R. Hunt2012-09-176-2/+28
* Changed timerUpdateThread to Runnable for clarity.Andrzej J.R. Hunt2012-09-171-11/+12
* 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
* Use background color directly rather than Color.TRANSPARENT to support 2.3.Andrzej J.R. Hunt2012-09-072-3/+3
* Fix some serviceconnection issues and more bluetooth power managment.Andrzej J.R. Hunt2012-09-074-3/+10
* Automatically enable/disable bluetooth as necessary for searching/connection.Andrzej J.R. Hunt2012-09-064-23/+59
* More fragment lifecycle cleanup.Andrzej J.R. Hunt2012-09-045-41/+48
* Fix removal of stale servers in selector.Andrzej J.R. Hunt2012-09-032-6/+3
* Repeat bluetooth discovery periodically.Andrzej J.R. Hunt2012-09-031-43/+12
* Implemented automatic reconnection + reconnection activity.Andrzej J.R. Hunt2012-09-038-33/+109
* Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt2012-08-291-3/+16
* Saving of authorised remotes.Andrzej J.R. Hunt2012-08-282-9/+34
* Removal of manually added servers.Andrzej J.R. Hunt2012-08-234-29/+70
* Manual IP adding implemented.Andrzej J.R. Hunt2012-08-237-1/+191
* Bluetooth connection working (Linux).Andrzej J.R. Hunt2012-08-224-58/+76
* Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt2012-08-212-2/+114
* Further style fixes + use Local BroadcastManager.Andrzej J.R. Hunt2012-08-215-22/+36
* Argh, need the local.properties in abs-lib too, and also for ant cleanTor Lillqvist2012-08-211-3/+6
* Add clean targetTor Lillqvist2012-08-211-0/+3
* Fix losing communication service on screen rotation.Andrzej J.R. Hunt2012-08-215-570/+391
* We need the support library for "ActionBarSherlock"Tor Lillqvist2012-08-211-0/+2
* API level 14 should be enough for this, tooTor Lillqvist2012-08-211-1/+1
* Device name now based on bluetooth name, or hardware name.Andrzej J.R. Hunt2012-08-212-6/+17
* Add a MakefileTor Lillqvist2012-08-211-0/+15
* Restyle and refactor clockbar to work with 2.3.Andrzej J.R. Hunt2012-08-214-108/+106
* Fixes to run on Android 2.3Andrzej J.R. Hunt2012-08-213-7/+26
* Emulator detection. Fix crash on bluetoothless devices.Andrzej J.R. Hunt2012-08-214-11/+49
* More ABS migration.Andrzej J.R. Hunt2012-08-206-19/+24
* Fixed formatting of Network Servers in selection screen.Andrzej J.R. Hunt2012-08-202-3/+6
* Prevent deadlock on pairing.Andrzej J.R. Hunt2012-08-204-17/+11
* Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt2012-08-205-39/+154
* Further ABS/Android 2 related compatibility fixes.Andrzej J.R. Hunt2012-08-202-14/+4
* Fixed listing of multiple servers in Selection Activity.Andrzej J.R. Hunt2012-08-201-1/+3
* Fixed line breaks in notes export.Andrzej J.R. Hunt2012-08-151-1/+0
* Added rotated blankscreen + fixed return button.Andrzej J.R. Hunt2012-08-153-1/+70
* Fixed image updating in Presentation View.Andrzej J.R. Hunt2012-08-155-110/+79