summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2013-09-11Remove hiding notes section when there are no notes.Artur Dryomov
Show warning instead. This change should help avoiding users confusing when they see half of the screen empty without any reason. Change-Id: Ic229e80fc56a9ad8a419dc19b0784213b1fe3a68
2013-09-11Fix null pointer exception for devices without Bluetooth.Artur Dryomov
Change-Id: If44089824fe48b302f6e75ccbbfb3a6843016723
2013-09-11Add ability to pause and resume a slide show.Artur Dryomov
Change-Id: I5c93cc0b2ad1aa68529ae1e278bd2cb7ad54359d
2013-09-11Fix servers search behaviour.Artur Dryomov
* Start search and stop it during the lifecycle. Before this change searching was a constant process draining battery. * Enable and disable Bluetooth according to the service lifecycle. This should help to avoid race conditions and disable or enable Bluetooth better way. Change-Id: I02ef1bb67d9fb6fd56d0aff0a176cdb41284a49f
2013-09-10Copy some stuff from INSTDIR, not OUTDIRTor Lillqvist
Some of it is not in OUTDIR at all any more. Change-Id: I1afbaafa0fe5a355158b44fcafd3d3e190fce79c
2013-09-10Don't bother building the DocumentLoader Android app every timeTor Lillqvist
Change-Id: I90a96420c3261ce14f337dae3dfddfc01ac2436e
2013-09-10I don't think the map file is that useful to generate every timeTor Lillqvist
Change-Id: I15ba6f0ffc645746be8deb83bc623a340b76bda9
2013-09-07Fix minor code style issues.Artur Dryomov
Change-Id: I1cc46176efcdc0a869ba711054137e56662d7ab3
2013-09-07Fix for blinking while getting back to the computers activity.Artur Dryomov
Change-Id: I5ce3c6462b0d4c1e1fed98cc0510ec9383523458
2013-09-07Fix minor code style issues.Artur Dryomov
Change-Id: I316529388e1e90acd5b62441cf304a61ac71931a
2013-09-07Fix possible null pointer exception.Artur Dryomov
It is weird anyway. Change-Id: Ibde6e7dc7dc52c556ebc5e6e32ef939a316c5b1b
2013-09-07Add showing helper messages while searching computers.Artur Dryomov
Change progress bars from large to average size as well. * It makes them consistent with other Google apps. * It brings better LAF for Gingerbread. Change-Id: Id25a42c9735c3c9948c507eacfbfd64d90d87435
2013-09-07Add a requirements screen.Artur Dryomov
Change-Id: Ie3821f4c21853e9c89065a964d069bfde80e81d8
2013-09-05Add suppressing warnings for preferences activity.Artur Dryomov
Change-Id: I7808e8bbc080b65017dc273e423db51c9151d9f7
2013-09-05Remove triggering next transitions on last slide.Artur Dryomov
The current server-side code calls finishing of a slide show multiple times so we cannot rely on this inidicator to exit the slide show. Change-Id: I78b11f62d45d45bcf005e6f0a36f2d632b886900
2013-09-05Add the settings screen.Artur Dryomov
It contains options that can confuse user: * changing transitions using volume keys; * keeping screenon while presenting. Change-Id: I1a9cb9afdf1409fc78e713b899d68ae045db5cb7
2013-09-05Move building server via TCP servers finder to a separate method.Artur Dryomov
Change-Id: I8def7a5f7ecf924f6cc61f3a037defa9e8116089 Reviewed-on: https://gerrit.libreoffice.org/5815 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-09-03Remove cancel buttons from timer dialogs.Artur Dryomov
The cancel button just duplicates back button on Android devices. Change-Id: Ic0647e4e74d2009b21807467acb63184847a1e25
2013-09-03Change saving computer connnection fragment state.Artur Dryomov
* Do it more proper way. * Do not reconnect on orientation changes without user actions. Change-Id: Ib5dcb7ef05096b9ee2899d3508961fc52f706729
2013-09-03Add preferences keys single source.Artur Dryomov
Should help avoiding type errors. Change-Id: I5b15d7e21e3adcff0fd1fe11d5a14c121fbd486b
2013-09-03Add saving computer information on keyboard actions.Artur Dryomov
Change-Id: I84844a004d2d07809f024ed2e84abcbbba80fb99
2013-09-03Change search delay from 10 seconds to 5.Artur Dryomov
Should be better for UI interaction feelings. Change-Id: I68322ed71878ec520676d68d821f64041476b800
2013-09-03Add computer name as a subtitle to the connection activity.Artur Dryomov
Change-Id: I3df33faef2004107cd2a806e536efb63517a18c7
2013-09-03Change time of intents filter reginstration.Artur Dryomov
A Bluetooth pairing dialog somehow sets the connection fragment on pause so old registration would cause loosing messages from service. Change-Id: Ie4f6bef96b89a0c2aa86ec00da478831b572e191
2013-09-03Update the launcher icon.Artur Dryomov
Change-Id: I63808fc96fd235fdb483f95b75d3a13d4402c867
2013-08-03Add saving the current tab between application launches.Artur Dryomov
Mimic the Contacts app behaviour basically. Change-Id: Ib0579d26c105629cfe59620f996689a949bad073
2013-08-03Change the Preferences class.Artur Dryomov
* Remove context dependency. * Modify the interface for easy usage. Change-Id: I9dfabbea1ec9ec9224dc8238a1884fdf695fc8db
2013-08-03Fix updating of all slides even it is not necessary.Artur Dryomov
Change-Id: I6f7937296915a7cff71d9d9ee491736a0c2c31be
2013-08-03Move computer creation layout to scroll view.Artur Dryomov
* Allows to use auto-focus. * Should probably be better on devices with small displays in landscape mode. Change-Id: I745ffbf1aef5f757b54155a9e79e99026c49dd86
2013-08-03Fix possible negative time setting when time is up.Artur Dryomov
Change-Id: Ic519480dd85075b0122d8ef8fcb32c1a68542ae3
2013-08-03Add more expression to the warning text.Artur Dryomov
Change-Id: Ic535c4f744a1564f847e4ba4e9f312f82fc07e72
2013-08-03Fix slide show orientation changes crashes.Artur Dryomov
Change-Id: I6539d4b36fd858dd7eb609acc2e58c8851f3bfe4
2013-08-03Add saving current mode when showing a slide show.Artur Dryomov
Should be helpful on orientation changes. Change-Id: I0a00c980882decc3da3460f63b82c5d0bb308298
2013-08-02Add saving state for ComputerConnectionFragment.Artur Dryomov
This change should provide more smooth rotation change. Change-Id: I3d530485752069fb5f6d4683b68b83ef97f87808
2013-08-02Change computers adding behaviour.Artur Dryomov
Show a button only when a WiFi tab is selected or there are no Bluetooth support at all. Change-Id: I8944f4a4ec0dbcba087744960f467dca87ba7a86
2013-08-02Fix possible pin-related bug.Artur Dryomov
The latest LO release does not allow entering PIN-codes without leading zero. This change should solve possible issues from client-side. Change-Id: Ie2f2db9baa5d677cbbed772497d32668cdd5748f
2013-08-02Add servers sorting.Artur Dryomov
Change-Id: Idd3d39fcf91fba6d5f7b0615d241f6ad9f46bd5f
2013-08-01Change search timeouts from milliseconds to seconds.Artur Dryomov
Makes things readable and should prevent potential typing bugs. Change-Id: Ifcb90568859e94896f5c2a313546fe1fdd6fa4bc
2013-08-01Fix Bluetooth devices discovery.Artur Dryomov
* Listen async Bluetooth status messages and start discovery properly. * Remember Bluetooth status before running the app and manage the state. Change-Id: I2be3fb6a503c5f6ace96732ebd0302935f1afb84
2013-08-01Fix computer creation spelling.Artur Dryomov
Replace a notice with different hint. Change error message to be shorter. Change-Id: I93f063bb07c37749466787d7a965893fc79a69bb
2013-08-01Remove custon scaling for GridView slide previews.Artur Dryomov
Should make thinks less hacky. Change-Id: I007800558ce8a0a567addde3b01926bb53c311f6
2013-08-01android: don't mess with the system bluetooth setting unless we have to.Michael Meeks
2013-07-30Add changing local slide when remote slide was changed.Artur Dryomov
Change-Id: If7325a0266484686549a0c1073827613aa40cb85
2013-07-30Fix tiny source code issues.Artur Dryomov
* Add headers and footers. * Remove unused resources. * Fix classes usage. Change-Id: Id9580f21709b11077e46393c2e2cf8d911ce0650
2013-07-30Change Impress Remote version.Artur Dryomov
Bump it to 1.1 and remote additional text from version name because it is useless. Change-Id: I6fbd0dc3b499c5aafc80b91c77372360c2767189
2013-07-30Remove explicit Bluetooth requirement.Artur Dryomov
Devices without Bluetooth should be able to use the app as well via WiFi connections. This change should remove some Google Play filtering so these devices will be able to download the app from the store. Change-Id: Iebc2f14e0bc57ea7293f8abfa1824b99c4476e8b
2013-07-30Fix application and first activity titles bug.Artur Dryomov
Change-Id: I066af1301c8e5525b5ade310c770273f72007b10
2013-07-30Change resources a bit.Artur Dryomov
* Fix spelling. * Fix dimens to use common 8dp-measured grid. Change-Id: I92e433eba3b78822f36e8e9f242daa3d893a36f5
2013-07-29Add timer support.Artur Dryomov
Show the timer as a dialog, plus update all following information as it should be. Change-Id: Idae00b009ce098cfd482ec79629fc8f674502c9a
2013-07-29Add notes support.Artur Dryomov
It is not possible at moment to add borders to slides previews because ViewPager has no constant height and ignores wrap_content property. The current solution seems to be the best. Change-Id: I14b41e0bda578d2ffcdb1c887d633c6201aa383a