aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-02145-14373/+14527
| | | * makes it easier to compare and find duplicate code
* refactoring: use Ant style path separatorBananeweizen2013-06-021-2/+2
|
* refactoring: remove common proguard settingsBananeweizen2013-06-021-30/+10
|
* refactoring: reuse default proguard settingsBananeweizen2013-06-023-3/+4
| | | * see http://tools.android.com/recent/proguardimprovements
* cleanup: remove no longer used build targetBananeweizen2013-06-011-21/+0
|
* Merge pull request #2822 from marco-jacob/fixPersonalNotePart1Marco Jacob2013-06-014-3/+62
|\ | | | | add upload personal note to Connectors
| * add upload personal note to ConnectorsMarco Jacob2013-06-014-3/+62
| |
* | refactoring: clean up test project nameBananeweizen2013-06-012-2/+2
| |
* | fix #2057: Reliable crash when opening a certain cacheBananeweizen2013-06-011-1/+8
| |
* | new: use "today" and "yesterday" in log viewsBananeweizen2013-06-012-3/+3
| |
* | fix #2817: OSM:Offline map name won't fit the boxBananeweizen2013-06-0114-14/+14
| |
* | fix #2820: OC search no longer working without authorizationBananeweizen2013-06-014-19/+46
|/
* refactoring: remove the cache realmBananeweizen2013-06-018-54/+39
| | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead
* refactoring: extract method to simplify control flowBananeweizen2013-06-011-7/+8
|
* update eclipse installation meta dataBananeweizen2013-06-012-124/+131
|
* test github triggerBananeweizen2013-06-011-1/+1
|
* test Jenkins commit status notificationBananeweizen2013-06-011-1/+1
|
* #2809: don't load elevation by defaultBananeweizen2013-06-011-2/+2
|
* #2725: Feature-Request: Circles on the map only around physical stagesBananeweizen2013-06-012-9/+7
|
* update to recent android http libraryBananeweizen2013-06-011-0/+0
|
* proguard: keep the whole injector classesSamuel Tardieu2013-05-311-2/+1
| | | | | | | It is necessary to keep the whole injector classes, even though they appear to be dynamically referenced. Using "keep" instead of "keepclassmembers" will ensure that those classes are considered as being additional entry points for reference analysis purpose.
* Fixes #2800, Reactivate OCTestrsudev2013-05-317-43/+153
| | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test
* Fixes #2813, NPE when trying to open stored listrsudev2013-05-311-0/+1
| | | | Explicit keep for missing ViewInjector in proguard.cfg
* Merge branch 'release'Bananeweizen2013-05-311-1/+13
|\
| * #2810 #2815 make parser work with old and new web pageBananeweizen2013-05-311-1/+13
| |
* | Merge branch 'release'Bananeweizen2013-05-311-1/+1
|\ \ | |/
| * refactoring: revert test to previous state after GC changesBananeweizen2013-05-311-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-05-311-1/+1
|\ \ | |/
| * Release note updateLars2013-05-311-1/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-311-7/+7
|\ \ | |/
| * fix #2815 trackable loggingBananeweizen2013-05-311-7/+7
| |
* | refactoring: fix compiler warningsBananeweizen2013-05-311-3/+3
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-315-10/+13
|\ \ | |/
| * Version info, release note updateLars2013-05-311-2/+2
| |
| * fix #2812: attributes parsingBananeweizen2013-05-313-5/+5
| |
| * Release note updateLars2013-05-311-0/+2
| |
| * fix #2810 log page changesBananeweizen2013-05-311-5/+6
| |
* | Make build target install_release ignore emulatorsrsudev2013-05-311-1/+1
| |
* | #2811 quick fix for status label if GC is disabledBananeweizen2013-05-311-6/+11
| |
* | #2684: Use view injection instead of view.findById()Bananeweizen2013-05-319-198/+180
| |
* | fix #2809: Load long description automaticallyBananeweizen2013-05-311-2/+2
| |
* | fix #2730: avoid exceptions with barcode scannerBananeweizen2013-05-303-14/+525
| |
* | Merge pull request #2805 from campbeb/fixColorBananeweizen2013-05-301-15/+33
|\ \ | | | | | | Fix #2804 - Cache detail text coloring fixes
| * | Fix #2804 - Cache detail text coloring fixescampbeb2013-05-291-15/+33
| | | | | | | | | | | | | | | | | | | | | -Change background if encounter white text while using light skin -Don't change background based on bgcolor Fixes #2804
* | | refactoring: avoid more compiler warningsBananeweizen2013-05-303-5/+10
| | |
* | | fix #2801: remove lint warningsBananeweizen2013-05-3018-60/+7
| | |
* | | Merge pull request #2806 from campbeb/fix2799Bananeweizen2013-05-302-2/+19
|\ \ \ | | | | | | | | Fix #2799 - Retain trail on map when device is rotated
| * | | Fix #2799 - Retain trail on map when device is rotatedcampbeb2013-05-292-2/+19
|/ / /
* | | Merge pull request #2795 from campbeb/fix2443Bananeweizen2013-05-292-1/+19
|\ \ \ | | | | | | | | Fix #2443 - Support Samsung multi window
| * | | Fix #2443 - Support Samsung multi windowcampbeb2013-05-272-1/+19
| | | |