summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2013-09-15Fix possible timer duplicates.Artur Dryomov
Change-Id: I070e36c4a82ca245a641e53466cdaf10dd01e95c
2013-09-15Fix possible NPE.Artur Dryomov
Well, try to fix them. Change-Id: I8f774d35a304367bbdd1778628a1224031355ed4
2013-09-15Change the computers fragment to be more simple.Artur Dryomov
Change-Id: I8acddd744e11aa3c29ba281b321a4e02347a1823
2013-09-15Change the connection fragment to be more simple.Artur Dryomov
Change-Id: Ib9dcc70b87631cfdace00d5b9ba18f2cbdf0de2c
2013-09-14Replace empty slide preview with solid grey background.Artur Dryomov
Change-Id: Ic6beec11b3d5bd86fa4722bd7bb8cb7cd69d8cf7
2013-09-14Add custom capitalized TextView.Artur Dryomov
To provide visual compatibility for 2.3 devices. Change-Id: Ibdcc80a2f3d5a43dd8998153f2d872e564ec1c11
2013-09-14Fix slide notes loading.Artur Dryomov
* Allow dynamic loading. * Show notes only when they belong to the current slide. Change-Id: I30dd73c9a1c9ac8533b830d908276aa6234aa7ce
2013-09-14Fix another code style issues.Artur Dryomov
Change-Id: Id76d17050b7fc2865a78b9a815a2f543e85e321f
2013-09-14Change slide show operations related to its starting.Artur Dryomov
Do not start a slide show when it is already started. Change-Id: I2cd1df48c07f60ddedb63f93973a0bda029bbd3f
2013-09-14Change searching message delay from 10 seconds to 3.Artur Dryomov
Make it more friendly for users. Change-Id: Ie77643639d4b8a15c6e5a82070f8e01c8fa5025e
2013-09-14Add checks before return server name.Artur Dryomov
Try to avoid possible NPE. Change-Id: I7e89ac38251b0840c66e36f9e0284be2073424c3
2013-09-13Fix minor style issues.Artur Dryomov
Change-Id: I6c7cfd8c1e0d88ad99f5e2ca15758eab033ec50c
2013-09-13Move the service binder to a static inner class.Artur Dryomov
Should help to avoid potential memory leaks. Change-Id: Ic9518af17d818eb439358cb86afa03e80ab9799e
2013-09-13Fix deadlocks while connecting.Artur Dryomov
Replace an events loop at the communication service with single-shot connection workers. This should help to avoid deadlock behaviour in situations when user quits the connection to one server and tries to connect to another one. The events loop required synchronization blocks which cause ANR in the situation described above. Change the server connection interface to contain a connecting stage in a separate method. This is more just-in-case measure for situations when the connection constructor shouldn't be blocking. Change-Id: I941a4b67d965f6b1f76bc9975818e82aea12bf00
2013-09-11More files are no longer in OUTDIR, only in INSTDIRTor Lillqvist
Change-Id: Ide6654cbc378621a41a4a207978a4f42bc44d3e3
2013-09-11Fix notes jumps.Artur Dryomov
* Remove empty spaces not reset while changing text via TextSwitcher. * Scroll notes to the top on changes because outer ScrollView remembers current position not respecting TextSwitcher state of course. Change-Id: I3e9ba458e4ce6b13e5b02675ca28d6c7c5829f00
2013-09-11Add ability to change transactions via clicking a slide.Artur Dryomov
Change-Id: Ifc9344c53492a053b15bc0f005e881bc09077473
2013-09-11Add saving progress message state between orientation changes.Artur Dryomov
Change-Id: Ic74810e90ca882f734ae7d1fab4b250908ae9c49
2013-09-11Remove notes from the landscape layout.Artur Dryomov
Ignoring tablets at moment. Change-Id: Ie2ac0840cea994e942b2f7e1a7d4a2e73ebd12de
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