summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2013-02-15avoid re-linking if nothing changed.Michael Meeks
2013-02-15add missing chartcore.Michael Meeks
Change-Id: I069065fedddad0585851629b6c674cd613ad4409
2013-02-15Add other missing libraries.Michael Meeks
Change-Id: I9ab478dc48cc0a0e521641dd89d28a7ee419d242
2013-02-15add missing components.Michael Meeks
Change-Id: I4d7993df862a4a9e9e2c5541f3a6318b2f25e10d
2013-02-15android: share more of the Makefile / build logicMichael Meeks
2013-02-13Revert "resolve fdo#60379 Impress Remote: Options look disabled"Michael Meeks
This reverts commit 23e6ac150b217be70a80d42deb5b253059030783.
2013-02-13Revert "Just use default colours until proven they don't work;)"Michael Meeks
Colors should be orange by design. This reverts commit ab0bbe53ae02361d521c133dd5c0b6db3423b0cb.
2013-02-13sdremote: avoid crash when fiddling with elapsed time.Michael Meeks
2013-02-13Ah, manually adding computers is for non-Bluetooth onesTor Lillqvist
So yeah, need to keep this feature. Spell Wi-Fi correctly, and mention Wi-Fi in the menu button. Change-Id: I4cd6f0689a6ff9647f355d4b1404be84ec0c0138
2013-02-13Use consistent terminologyTor Lillqvist
Why "Choose a Computer" but "Add Server"? Let's always call them "computers" in the UI. And in fact I think the feature to add a computer manually is kinda pointless; is it too much to ask people to have their machines discoverable? I doubt keeping a computer not discoverable through Bluetooth thwarts a determined attacker from finding it anyway. (I am not saying that just finding it would mean compromising it.) Change-Id: Ib8041a8a793d84bee24587adac582c5fad03d1be
2013-02-13Don't bother with unnamed computersTor Lillqvist
Change-Id: I4e912cab7ab252ef4c118fe63b02931eecd986aa
2013-02-13Don't return from the CommunicationService.run() methodTor Lillqvist
This fixes connecting to one computer after connecting to another failed. Change-Id: I5b13d186d32690a91e4290c81c8d2e12a0a1f2be
2013-02-13Do display the computer name in the dialog when connection failedTor Lillqvist
The latestInstance lifecycle and mName initialisation was borked. Change-Id: If7ef8a15fdc297e0fe6e401399a3b94dcd8d08c5
2013-02-13Add comments, logging, empty linesTor Lillqvist
Change-Id: Ife81ec74b36f71782997219e36ac926ea429c297
2013-02-13Simplify and fix management of the server listsTor Lillqvist
The existing code in refreshLists() was somewhat hard to understand, and it actually crashed (if uncommented-out). Now it simply empties the maps and view lists and then rebuilds them. The visible end result, at least for me, is that I no longer get duplicate servers in the list... Change-Id: I1543292e219e666e7dcbc68473f40a11e2eb3381
2013-02-12Emacs and vim mode line tweaksTor Lillqvist
These files are Java, not C++. Add empty line before the vim mode line. Change-Id: Ia94d18e9995ecfbbbfd1c9e6a4d2ce4e8ffb95f3
2013-02-12Just use default colours until proven they don't work;)Tor Lillqvist
After 5adefb21244ca57b95e9f8df6ec18880438201bf the "computer" names on the main ("Choose a Computer") dialog (which probably isn't the right term) were invisible for me on my Android 4.1 device at least. Very light grey on white, or something like that. Let's try with default colours and then if that doesn't work *slowly* modify the colours one item by one. Change-Id: I9ae2ee8232cfa85eee4aba0fbcf69b8c245a1ad6
2013-02-12Use android.util.Log instead of printing to System.outTor Lillqvist
Change-Id: I314066086827d283938c6f402733da3f801ad55b
2013-02-12Tell what 00001101-0000-1000-8000-00805F9B34FB isTor Lillqvist
Fun that we have to reverse engineer and document magic numbers in our own code. Code written less than a year ago. Change-Id: I02b7697e7e02b85c8df78acda8f943c9b0628359
2013-02-12Bump Impress Remote version.Thorsten Behrens
Change-Id: I94cae8873edb3efc449f9dfe8687e70a17d26a68
2013-02-11Bump Impress Remote version.Thorsten Behrens
Change-Id: Ife0d461fa7b1f4f0436a3470ceee18af46d090f2
2013-02-11Remove empty ant.propertiesThorsten Behrens
And ignore it henceforth - it will be usefull locally for release code signing. Change-Id: If870a39140541834bd97fb247967712f30acff63
2013-02-11Filter out three-letter locales - aapt breaks there.Thorsten Behrens
See http://stackoverflow.com/questions/10330893/android-resources-for-languages-with-only-3-letter-codes for some more background. Change-Id: Ib8c62d008239de3f0ba35ebe17f8f6974f28beb1
2013-02-11Ignore more in-tree build output on android.Thorsten Behrens
Change-Id: Icb6fb1ffab19f02d0af807d8f92201f1914ac08c
2013-02-09Update Impress Remote version.Thorsten Behrens
Change-Id: I12ad4604d0426a52b47d99d1bc3c4c6536e83b07
2013-02-08fdo#60487 - sdremote - load default preferences eg. volume control switch.Michael Meeks
2013-02-07resolve fdo#60379 Impress Remote: Options look disabledJoren De Cuyper
Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7 Reviewed-on: https://gerrit.libreoffice.org/2029 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-02-07Clarify android-coverflow license.Thorsten Behrens
See http://code.google.com/p/android-coverflow/source/browse/LICENCE.txt Change-Id: I29cd2f9115f9c711dc07d8efbe89e42bedab040f
2013-02-07sdremote - always replace fragments, to avoid stale contentThorsten Behrens
With Change-Id I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878, this code gets run on every onCreate, thus adding activities on top of existing ones. Seems FragmentManager lifetime is a bit decoupled from Activity Change-Id: Icc1dc86ef91257ce734ee00fed83e909ddf52dc8
2013-02-06sdremote - enable volume control slide-switching by default.Michael Meeks
This is far and away the easiest way to switch slide. The coverflow with it's physics / momentum is really no-where near as useful.
2013-02-05sdremote - don't let incoming thumbnails crash us if we switched view.Michael Meeks
2013-01-30Get rid of STAR_RESOURCEPATHStephan Bergmann
...the only remaining use was for CppunitTest to find the .res files in $(OUTDIR)/bin/. Get that solved by delivering the .res files also to $(OUTDIR)/unittest/install/program/resource/ (new gb_ResTarget_get_unittest_target). Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215
2013-01-30fdo#60054 - sdremote - handle rotation without causing issues.Michael Meeks
It seems there was a misunderstanding of onCreate's savedInstanceState cf. http://developer.android.com/reference/android/app/Activity.html Apparently we go through a onStop / onCreate cycle when rotating, that triggered this. Change-Id: I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878
2013-01-10Kill the ancient StarOffice "patch" conceptTor Lillqvist
For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-06The "ProductSource" (MWS name) makes no sense any moreTor Lillqvist
2012-12-24merge packimages into postprocessMatúš Kukan
Change-Id: Ie00c7cbc012a605e95ceafcad384a67b599fc758 Reviewed-on: https://gerrit.libreoffice.org/1476 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-11-29sdremote: disable wifi by default in the clientMiklos Vajna
It can be still enabled, but it makes little sense to have it on by default when the server is off by default. Change-Id: I625f90fd67781244cc4fffa90127fd1c8707c580
2012-11-29sdremote: allow accessing options menu from the selector activity as wellMiklos Vajna
The options menu had 3 items, only one required a connection, so show the rest when selecting servers. Change-Id: I70797be5fc8f0550380286e0cff2abbf4664591b
2012-11-29android: WaE: variable never readMiklos Vajna
Change-Id: I35f465a085081563214d4e5c9e7fb8a7ac0ef6f7
2012-11-28sdremote: add rules to localize the apkMiklos Vajna
Change-Id: Ib2034d7ce27ce9d9d9f0d325ea403fb48aeb796d
2012-11-28Add vbaswobj and writerfilter componentsTor Lillqvist
Change-Id: I63c88bcb41a48142f8b3c20ff4d66ae28811411b
2012-11-26unifications/fixes before handoff to translatorsAndras Timar
Change-Id: I954140a076987f61123dfb8fd74ef830afff4628
2012-11-26android: make this a bit more readableMiklos Vajna
Change-Id: I765458daa808245ec736a3d184ba64c2dcd3a10b
2012-11-26android: extract duplicated casts to helper methodsMiklos Vajna
Change-Id: Ib77731839ad9e46626a7a07d4b2c6c7e32d4bba1
2012-11-26Let's not break "make clean install"Tor Lillqvist
Change-Id: I1a1694bf4ad463ed18c99c5471c53ca26578dfdb
2012-11-26It's an emulator, not simulatorTor Lillqvist
Change-Id: I01665f9030c9a544a89d3857f96bf3073c706435
2012-11-25Add newlineTor Lillqvist
Change-Id: Iadb52498dc3906df7488fb534fd04336b3e468e5
2012-11-25Make the android_version_setup work betterTor Lillqvist
Change-Id: Ibc8f9df533c1fef3c1e428e62622ac2c56552498
2012-11-24Avoid android deployment target to be the default one accidentally.Thorsten Behrens
Change-Id: I5345850789cd85966aa92064d1a95b7793521e9a
2012-11-24Prevent bluetooth list update from crashing incessantly.Thorsten Behrens
Temp fix, need to fix the race here. Change-Id: I95ef1ce206ba0e9059b59c10cf7a76d39df1b8b7