summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2013-07-29Add timer support.Artur Dryomov17-138/+481
2013-07-29Add notes support.Artur Dryomov8-34/+169
2013-07-29Add async slide previews loading.Artur Dryomov8-30/+235
2013-07-29Add auto-hiding tabs when Bluetooth is not available.Artur Dryomov5-31/+116
2013-07-25Improve the SlideShowActivity.Artur Dryomov9-28/+195
2013-07-25Improve the ComputerConnectionFragment.Artur Dryomov1-2/+24
2013-07-25Improve the ComputerCreationActivity.Artur Dryomov4-12/+15
2013-07-25Change the logo to a new one.Artur Dryomov4-0/+0
2013-07-25Change ComputersActivity to use swipe tabs.Artur Dryomov5-63/+105
2013-07-25Improve ComputersFragment.Artur Dryomov2-66/+93
2013-07-25Clean up the codebase.Artur Dryomov41-76/+71
2013-07-25Change the source code structure a bit.Artur Dryomov21-29/+61
2013-07-25Remove legacy and unused code.Artur Dryomov84-3936/+1
2013-07-25Add a basic slide show activity.Artur Dryomov13-1/+141
2013-07-25Add a basic slides pager UI.Artur Dryomov8-2/+295
2013-07-25Add a basic slides grid UI.Artur Dryomov10-5/+358
2013-07-25Fix source files headers and footers.Artur Dryomov5-0/+51
2013-07-25Fix intent creation to use the static factory class.Artur Dryomov3-3/+11
2013-07-25Move pairing operations from CommunicationService to a PairingProvider.Artur Dryomov3-85/+128
2013-07-25Add adding and removing computers.Artur Dryomov24-2/+428
2013-07-25Remove PAIRING_STARTED intent action.Artur Dryomov4-31/+14
2013-07-25Add static factory for intents.Artur Dryomov12-110/+167
2013-07-25Change TcpServersFinder to handle multiple threads properly.Artur Dryomov1-0/+4
2013-07-25Add additional loading servers to the UI.Artur Dryomov1-0/+2
2013-07-25Move servers management from the service to a separate class.Artur Dryomov4-79/+130
2013-07-25Add action bar button for reconnection.Artur Dryomov7-1/+55
2013-07-25Fix search state declaration at the CommunicationService.Artur Dryomov1-0/+2
2013-07-25Change thread usage at TcpServersFinder.Artur Dryomov1-32/+10
2013-07-25Fix messages receiver possible errors related to thread usage.Artur Dryomov1-4/+2
2013-07-25Fix broadcast manager usage.Artur Dryomov2-6/+16
2013-07-25Modify up navigation.Artur Dryomov2-5/+25
2013-07-25Add the computer connection activity.Artur Dryomov8-1/+356
2013-07-25Add the licenses activity for showing open source licenses.Artur Dryomov7-0/+114
2013-07-25Add basic functionality of displaying servers list to the new UI.Artur Dryomov6-6/+284
2013-07-25Remove preference requirement for TCP servers search.Artur Dryomov1-6/+6
2013-07-25Add missed copyrights.Artur Dryomov4-0/+40
2013-07-25Change the UI to a new look.Artur Dryomov30-134/+220
2013-07-25Change the existing code to use new classes.Artur Dryomov10-741/+165
2013-07-25Add CommandsTransmitter and MessagesReceiver classes.Artur Dryomov3-0/+278
2013-07-25Add the ServerConnection interface and its Bluetooth and TCP implementations.Artur Dryomov3-0/+163
2013-07-25Refactor servers finders.Artur Dryomov7-293/+300
2013-07-25Fix possible null pointer exception in the BluetoothClient.Artur Dryomov1-8/+6
2013-07-25Refactor CommunicationService.Artur Dryomov3-149/+135
2013-07-25Refactor finders classes.Artur Dryomov5-195/+271
2013-07-25Refactor clients classesArtur Dryomov5-208/+351
2013-07-25Refactor the SlideShow class.Artur Dryomov4-144/+141
2013-07-25Refactor Receiver, Transmitter, Server and SlideShow classes.Artur Dryomov9-213/+311
2013-07-22LibreOffice4Android: render in a bit better qualityMiklos Vajna1-2/+11
2013-07-22LibreOffice4Android: support pinch zoom and dragging around while in zoomMiklos Vajna1-1/+136
2013-07-12accelormeter implemented but doesn't work well...siqi1-0/+0