aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: use Unix line endingSamuel Tardieu2013-04-061-462/+462
|
* refactoring: make sure downloadMaps doesn't get a null cacheSamuel Tardieu2013-04-062-8/+8
| | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed.
* refactoring: simplify batch export of geocachesSamuel Tardieu2013-04-062-17/+11
| | | | | | | | By using list-backed sublists, the code to export geocaches in batch can be simplified. Also, there are places where a more generic Collection type can be used in formal parameters to avoid influencing the type of actual arguments.
* refactoring: remove redundant return statementsSamuel Tardieu2013-04-061-3/+0
|
* refactoring: simplify data flowSamuel Tardieu2013-04-061-7/+3
|
* refactoring: narrow scope of variableSamuel Tardieu2013-04-061-1/+1
|
* refactoring: simplify expressionSamuel Tardieu2013-04-061-1/+1
|
* refactoring: use Java-style array declarationSamuel Tardieu2013-04-061-1/+1
|
* refactoring: do not create explicit arrays to call varargs methodsSamuel Tardieu2013-04-061-1/+1
|
* Merge branch 'issue-2598' into upstreamSamuel Tardieu2013-04-064-75/+102
|\
| * fix #2598: personal note editing layout problemSamuel Tardieu2013-04-064-75/+102
| |
* | fix #2555: try to detect waypoint type in personal noteBananeweizen2013-04-061-1/+25
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-061-1/+1
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * Merge remote-tracking branch 'upstream/issue-2624' into releaseSamuel Tardieu2013-04-062-15/+40
| |\
| * | fix #2637: crash when rotating caches listSamuel Tardieu2013-04-061-1/+1
| | | | | | | | | | | | | | | The loader can be null if we came here from a preexisting caches list such as a map view.
| * | Version infomucek42013-04-031-2/+2
| | |
| * | Merge pull request #2623 from Lineflyer/releasersudev2013-04-021-0/+3
| |\ \ | | | | | | | | Change log update (release only)
| | * | Change log update (release only)Lars2013-04-011-0/+3
| | | |
* | | | #556: avoid duplicate tags when appending our tagsBananeweizen2013-04-042-4/+21
| | | |
* | | | #556: refactor to prepare customization of twitter textBananeweizen2013-04-021-29/+31
| | | |
* | | | Merge pull request #2622 from Lineflyer/masterrsudev2013-04-021-27/+6
|\ \ \ \ | | | | | | | | | | Change log reset (Master only)
| * | | | Change log reset (master only)Lars2013-04-011-27/+6
| | | | |
* | | | | Merge remote-tracking branch 'upstream/release' into currdevrsudev2013-04-021-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fixes #2621, Light scheme in single log picture view not ok (Android 2.xrsudev2013-04-021-0/+1
| | |/ / | |/| | | | | | | | | | | | | | specific) Added background attribute to spoilers view
* | | | Merge branch 'issue-2624' into upstreamSamuel Tardieu2013-04-022-15/+40
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | fix #2624: coordinates display is wrong near a confluence pointSamuel Tardieu2013-04-022-15/+40
| |/ | | | | | | | | The coordinates need to be rounded differently depending on the precision which will be used for the output.
* | improve display of log texts for OCBananeweizen2013-04-011-9/+17
| | | | | | * remove even more unneeded whitespace
* | fix #2619: Clicking link in log decrypts logBananeweizen2013-04-011-0/+6
| |
* | Merge branch 'release'Bananeweizen2013-03-312-11/+14
|\ \ | |/
| * fix #2615: loader not working for next pageBananeweizen2013-03-312-11/+14
| |
* | fix #2532: attach log image to log entry locallyBananeweizen2013-03-303-9/+15
| |
* | refactoring of cache logging codeBananeweizen2013-03-304-22/+28
| | | | | | | | * simplify control flow * move sanity checks into GCVote and twitter methods
* | #2613: log error if image cannot be decodedBananeweizen2013-03-301-1/+5
| |
* | refactoring: improve performance of GPX exportBananeweizen2013-03-291-58/+88
| | | | | | | | * load batches of caches instead of single caches * do not load all caches to avoid huge memory usage
* | Merge remote-tracking branch 'upstream/release' into currdevrsudev2013-03-2915-1/+17
|\ \ | |/
| * Fixes #2589, Light skin not workingrsudev2013-03-2915-1/+17
| | | | | | | | | | | | Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-291-2/+4
|\ \ | |/
| * fix #2489: remove wrong error log entry on gpx exportBananeweizen2013-03-291-2/+4
| |
* | #1798: refactoring, extract common asynctask with progressBananeweizen2013-03-294-37/+98
| |
* | fix #2583: coordinates format switching for waypointsBananeweizen2013-03-282-17/+41
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-281-3/+1
|\ \ | |/
| * fix #2607: avoid error in log during list loadingBananeweizen2013-03-281-3/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-281-2/+11
|\ \ | |/
| * fix #2591: crash in logging activityBananeweizen2013-03-281-2/+11
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-03-271-8/+8
|\ \ | |/
| * fix #2602: crash on "show on list" from live mapSamuel Tardieu2013-03-271-8/+8
| | | | | | | | | | | | | | | | The pseudo loader created by onCreate() when coming from the live map uses the adapter before it is created. Here we invert the order of creation while checking for onCreateLoader() returning null which is the case when coming from a map.
* | remove StaticMapsProvider changesMarco Jacob2013-03-271-14/+9
| |
* | more checks in static maps testMarco Jacob2013-03-271-9/+16
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-03-271-19/+159
|\ \ | |/
| * Add missing French translationsSamuel Tardieu2013-03-271-19/+159
| |