summaryrefslogtreecommitdiff
path: root/android/abs-lib/src
AgeCommit message (Collapse)Author
2014-09-22Remove ActionBarSherlock from androidPeter Foley
3195c6d removed the only use of ActionBarSherlock, but did not stop it from being built. This causes the build to fail in abs-lib due to the missing v4 support library. Stop building abs-lib and remove the no-longer used code. Change-Id: Ib9dd4b4b95d64ef251eaf8d4b24e539be9d855ff Reviewed-on: https://gerrit.libreoffice.org/11421 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-07-23TyposJulien Nabet
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-11-26remove executable bits from .java filesMichael Stahl
Change-Id: Id36b1d56553a413ab9b4d82fe6f65185f4f6fc00
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2012-11-29android: WaE: variable never readMiklos Vajna
Change-Id: I35f465a085081563214d4e5c9e7fb8a7ac0ef6f7
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-08-07Added Actionbar-sherlock lib & added dark striped actionbar with Holo.lightIain Billett