summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt1-3/+16
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt2-9/+34
2012-08-25merge more, mostly small libraries for androidMatúš Kukan4-18/+0
2012-08-25libmerged: add more librariesMatúš Kukan5-21/+2
2012-08-23Build basebmp as a static library for AndroidTor Lillqvist4-4/+0
2012-08-23fileacc is in mergedTor Lillqvist1-1/+0
2012-08-23Removal of manually added servers.Andrzej J.R. Hunt4-29/+70
2012-08-23Manual IP adding implemented.Andrzej J.R. Hunt7-1/+191
2012-08-23Don't hardcode jni/Application.mk eitherTor Lillqvist4-5/+6
2012-08-23Factor out the Android APP_ABI sanely instead of copy-paste galoreTor Lillqvist6-39/+28
2012-08-22Bluetooth connection working (Linux).Andrzej J.R. Hunt4-58/+76
2012-08-22another build integrating solution for androidMatúš Kukan1-1/+1
2012-08-22Pining for the fjordsTor Lillqvist16-191/+0
2012-08-22New attempt to have the "android" module built at a suitable timeTor Lillqvist2-7/+3
2012-08-22Depend on the tail_end module insteadTor Lillqvist1-5/+4
2012-08-22flock is not portable, so use different approachTor Lillqvist2-12/+10
2012-08-22Build also the DocumentLoader test Android app with gbuildTor Lillqvist4-2/+40
2012-08-21Added bluez_bluetooth headers as a module.Andrzej J.R. Hunt2-2/+114
2012-08-21Further style fixes + use Local BroadcastManager.Andrzej J.R. Hunt5-22/+36
2012-08-21Argh, need the local.properties in abs-lib too, and also for ant cleanTor Lillqvist1-3/+6
2012-08-21Clean first for reliability. Copy the apk so push_nightlies.sh finds itTor Lillqvist1-1/+3
2012-08-21Add clean targetTor Lillqvist1-0/+3
2012-08-21Fix losing communication service on screen rotation.Andrzej J.R. Hunt5-570/+391
2012-08-21We need the support library for "ActionBarSherlock"Tor Lillqvist1-0/+2
2012-08-21API level 14 should be enough for this, tooTor Lillqvist1-1/+1
2012-08-21Add the android module to gbuildTor Lillqvist3-0/+51
2012-08-21Device name now based on bluetooth name, or hardware name.Andrzej J.R. Hunt2-6/+17
2012-08-21Add a MakefileTor Lillqvist1-0/+15
2012-08-21Restyle and refactor clockbar to work with 2.3.Andrzej J.R. Hunt4-108/+106
2012-08-21Fixes to run on Android 2.3Andrzej J.R. Hunt4-8/+27
2012-08-21Emulator detection. Fix crash on bluetoothless devices.Andrzej J.R. Hunt4-11/+49
2012-08-20More ABS migration.Andrzej J.R. Hunt6-19/+24
2012-08-20Fixed formatting of Network Servers in selection screen.Andrzej J.R. Hunt2-3/+6
2012-08-20Don't be shyTor Lillqvist1-1/+1
2012-08-20Prevent deadlock on pairing.Andrzej J.R. Hunt4-17/+11
2012-08-20libmerged: add fsstorage, svl, sot, vclMatúš Kukan7-18/+0
2012-08-20Bluetooth discovery and attempts at communication.Andrzej J.R. Hunt5-39/+154
2012-08-20Add the fileacc libraryTor Lillqvist1-0/+1
2012-08-20Further ABS/Android 2 related compatibility fixes.Andrzej J.R. Hunt2-14/+4
2012-08-20Fixed listing of multiple servers in Selection Activity.Andrzej J.R. Hunt1-1/+3
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt1-1/+0
2012-08-15Added rotated blankscreen + fixed return button.Andrzej J.R. Hunt3-1/+70
2012-08-15Fixed image updating in Presentation View.Andrzej J.R. Hunt5-110/+79
2012-08-15Linked ABS. Migrated Settings Activity to v4 + ABS.Andrzej J.R. Hunt7-42/+29
2012-08-15Added About Dialog.Andrzej J.R. Hunt8-8/+121
2012-08-15Migrated to v4 support library fragments.Andrzej J.R. Hunt4-49/+49
2012-08-15Added soft shadow around thumbnails.Iain Billett3-23/+62
2012-08-15Moved Animation code to DocumentViewer.Iain Billett1-22/+31
2012-08-14Fixed resizing for landscape view.Andrzej J.R. Hunt9-13/+6
2012-08-14Implemented rotation of slideshow view.Andrzej J.R. Hunt16-1144/+1279