summaryrefslogtreecommitdiffstats
path: root/android/sdremote
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linked ABS. Migrated Settings Activity to v4 + ABS.Andrzej J.R. Hunt2012-08-156-41/+28
* Added About Dialog.Andrzej J.R. Hunt2012-08-158-8/+121
* Migrated to v4 support library fragments.Andrzej J.R. Hunt2012-08-154-49/+49
* Fixed resizing for landscape view.Andrzej J.R. Hunt2012-08-149-13/+6
* Implemented rotation of slideshow view.Andrzej J.R. Hunt2012-08-1416-1144/+1279
* Added rotation of presentation view.Andrzej J.R. Hunt2012-08-1418-237/+386
* Final fixes for pairing.Andrzej J.R. Hunt2012-08-134-30/+66
* Pairing implemented client side.Andrzej J.R. Hunt2012-08-133-100/+135
* CommunicationService completely threaded. Preparations for pairing.Andrzej J.R. Hunt2012-08-1310-452/+647
* Some minor fixes.Andrzej J.R. Hunt2012-08-061-137/+143
* Added deletion of stale detected servers, UI fixed.Andrzej J.R. Hunt2012-08-064-22/+48
* Detect duplicates when finding servers.Andrzej J.R. Hunt2012-08-061-4/+4
* Fixed styling of server finder.Andrzej J.R. Hunt2012-08-061-36/+43
* Implemented Server selector.Andrzej J.R. Hunt2012-08-068-29/+260
* Hostname transfer implemented.Andrzej J.R. Hunt2012-08-061-2/+15
* Server discovery broadcast.Andrzej J.R. Hunt2012-08-062-3/+15
* Server list caching.Andrzej J.R. Hunt2012-08-062-21/+42