aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary qualifiers to thisSamuel Tardieu2013-01-191-3/+3
|
* Add missing @Override annotationsSamuel Tardieu2013-01-191-0/+2
|
* Do not hardcode "/sdcard/" to make lint happySamuel Tardieu2013-01-191-1/+3
|
* Fix typo in log stringSamuel Tardieu2013-01-191-1/+1
|
* New facility for logging large textual data while developingSamuel Tardieu2013-01-191-0/+32
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-01-193-0/+7
|\
| * fix #2412: login fail with unhelpful message on unvalidated accountSamuel Tardieu2013-01-193-0/+7
| |
| * Limit TB log to 4000 characterscampbeb2013-01-191-0/+1
| |
* | Limit TB log to 4000 characterscampbeb2013-01-191-0/+1
| |
* | Merge pull request #2388 from YraFyra/copystuffcampbeb2013-01-191-4/+5
|\ \ | | | | | | Possibility to copy gc-code and cache name. Fix #1615
| * | Possibility to copy gc-code and cache nameYraFyra2013-01-111-4/+5
| | | | | | | | | | | | | | | Added possibility to long-click on cache name or gc-code to copy (or share) those strings.
* | | Fix #2409 - Limit log text to 4000 characterscampbeb2013-01-191-0/+1
| | |
* | | Send message to cacheowner and cachers in logsYraFyra2013-01-174-1/+11
| | | | | | | | | | | | Added option to send message to another cacher using the form at gc.com.
* | | fix #2404: Remove spaces when editing coordinatesBananeweizen2013-01-171-17/+17
| | |
* | | Czech plurals for remaining timeIng. Jan Kaláb2013-01-171-1/+4
| | |
* | | Fix XML schema locationSamuel Tardieu2013-01-161-5/+3
| | | | | | | | | | | | | | | | | | One extra element had been introduced during the previous code conversion to the XML serializer. That could theoritically affect verifiers.
* | | Use XML serializer to generate proper XMLSamuel Tardieu2013-01-162-189/+159
| | | | | | | | | | | | Do not cook up XML by hand when proper methods exist.
* | | Missing german translationLars2013-01-151-0/+1
| | |
* | | Change log update masterLars2013-01-141-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | - Completed change log - Removed item which is already in release - Properly escaped special characters - First letter should be capital also in english
* | | Missing german translationsLars2013-01-141-0/+2
| | |
* | | fix #2394: view pager jumps back to details on device rotationSamuel Tardieu2013-01-132-3/+16
| | |
* | | fix #2393: hide initial view of the status fragmentSamuel Tardieu2013-01-132-2/+2
| | |
* | | Check the HTTP response data for nullnessSamuel Tardieu2013-01-131-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although it should not happen, it looks like the response data from a successful HTTP request may be incorrect (for example because the connection was dropped before the whole body was received). Also, not being able to get the result is not necessarily an error. We will log it as a warning, and let the caller determine how it should be handled. Note that we removed the whitespace substitution in the process. The JSON body should already be well formed, and does not need any massaging before being used.
* | | Add javadoc to BaseUtils#getResponseDataSamuel Tardieu2013-01-131-0/+16
| | |
* | | Readding entries to a LRUSet already updates their freshnessSamuel Tardieu2013-01-131-4/+2
| | |
* | | Readding an entry to a LRUSet already updates its freshnessSamuel Tardieu2013-01-131-2/+1
| | |
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-132-11/+16
|\ \ \ | | |/ | |/| | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java
| * | fix #2391: NPE in mapBananeweizen2013-01-131-3/+5
| | |
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-0/+2
|\ \ \ | |/ /
| * | fix #2390: NPE in status updaterBananeweizen2013-01-131-0/+2
| | |
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-21/+14
|\ \ \ | |/ / | | | | | | | | | Conflicts: main/src/cgeo/geocaching/geopoint/Geopoint.java
| * | fix #2389: Parse errors in cgeocoordsBananeweizen2013-01-131-19/+12
| | |
* | | Update of swedish translationYraFyra2013-01-111-0/+3
| |/ |/| | | | | Some new labels translated.
* | refactoring: use exception object in logggingBananeweizen2013-01-1231-72/+71
| |
* | fix #2385: relative links in OC caches lead to crashBananeweizen2013-01-121-2/+21
| |
* | fix #2367: more intelligent initial logtypeBananeweizen2013-01-123-57/+70
| |
* | Remove empty loop accidentally entered when cleaning upcampbeb2013-01-111-1/+1
| |
* | #2383: minor cleanup after mergeBananeweizen2013-01-121-1/+0
| |
* | fix some translation errorsBananeweizen2013-01-127-18/+2
| |
* | Merge remote-tracking branch 'mieczyslaw/master'Bananeweizen2013-01-121-166/+376
|\ \
| * | Update main/res/values-pl/strings.xmlMieczyslaw2013-01-121-166/+376
| | | | | | | | | Polish translation finished. I was comparing with current version of English string.xml.
* | | refactoring: visit cache activity cleanupBananeweizen2013-01-121-191/+153
| | | | | | | | | | | | * use alert dialogs instead of context menus * simplify update logic
* | | Refactoring: limit code repetitionsSamuel Tardieu2013-01-111-5/+2
| | |
* | | Improved PNG parsingmucek42013-01-111-394/+321
| | |
* | | Merge branch 'release'mucek42013-01-102-1/+0
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/connector/gc/IconDecoder.java
| * | Fix #2370 Icon uploadmucek42013-01-101-0/+0
| | |
| * | Fixed parsing of found icon on level 14+mucek42013-01-101-3/+3
| | |
| * | Typo from last commit and Release infoLars2013-01-101-1/+1
| | | | | | | | | Sorry
| * | Change log updateLars2013-01-101-0/+5
| | | | | | | | | | | | | | | | | | #2361 #2356 #2369
* | | Merge pull request #2368 from campbeb/fix1641SammysHP2013-01-103-16/+13
|\ \ \ | | | | | | | | Fix #1641. Apply style colors to dialogs to match setting