| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unnecessary qualifiers to this | Samuel Tardieu | 2013-01-19 | 1 | -3/+3 |
| | | |||||
| * | Add missing @Override annotations | Samuel Tardieu | 2013-01-19 | 1 | -0/+2 |
| | | |||||
| * | Do not hardcode "/sdcard/" to make lint happy | Samuel Tardieu | 2013-01-19 | 1 | -1/+3 |
| | | |||||
| * | Fix typo in log string | Samuel Tardieu | 2013-01-19 | 1 | -1/+1 |
| | | |||||
| * | New facility for logging large textual data while developing | Samuel Tardieu | 2013-01-19 | 1 | -0/+32 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-19 | 3 | -0/+7 |
| |\ | |||||
| | * | fix #2412: login fail with unhelpful message on unvalidated account | Samuel Tardieu | 2013-01-19 | 3 | -0/+7 |
| | | | |||||
| | * | Limit TB log to 4000 characters | campbeb | 2013-01-19 | 1 | -0/+1 |
| | | | |||||
| * | | Limit TB log to 4000 characters | campbeb | 2013-01-19 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2388 from YraFyra/copystuff | campbeb | 2013-01-19 | 1 | -4/+5 |
| |\ \ | | | | | | | Possibility to copy gc-code and cache name. Fix #1615 | ||||
| | * | | Possibility to copy gc-code and cache name | YraFyra | 2013-01-11 | 1 | -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 characters | campbeb | 2013-01-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Send message to cacheowner and cachers in logs | YraFyra | 2013-01-17 | 4 | -1/+11 |
| | | | | | | | | | | | | | Added option to send message to another cacher using the form at gc.com. | ||||
| * | | | fix #2404: Remove spaces when editing coordinates | Bananeweizen | 2013-01-17 | 1 | -17/+17 |
| | | | | |||||
| * | | | Czech plurals for remaining time | Ing. Jan Kaláb | 2013-01-17 | 1 | -1/+4 |
| | | | | |||||
| * | | | Fix XML schema location | Samuel Tardieu | 2013-01-16 | 1 | -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 XML | Samuel Tardieu | 2013-01-16 | 2 | -189/+159 |
| | | | | | | | | | | | | | Do not cook up XML by hand when proper methods exist. | ||||
| * | | | Missing german translation | Lars | 2013-01-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | Change log update master | Lars | 2013-01-14 | 1 | -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 translations | Lars | 2013-01-14 | 1 | -0/+2 |
| | | | | |||||
| * | | | fix #2394: view pager jumps back to details on device rotation | Samuel Tardieu | 2013-01-13 | 2 | -3/+16 |
| | | | | |||||
| * | | | fix #2393: hide initial view of the status fragment | Samuel Tardieu | 2013-01-13 | 2 | -2/+2 |
| | | | | |||||
| * | | | Check the HTTP response data for nullness | Samuel Tardieu | 2013-01-13 | 1 | -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#getResponseData | Samuel Tardieu | 2013-01-13 | 1 | -0/+16 |
| | | | | |||||
| * | | | Readding entries to a LRUSet already updates their freshness | Samuel Tardieu | 2013-01-13 | 1 | -4/+2 |
| | | | | |||||
| * | | | Readding an entry to a LRUSet already updates its freshness | Samuel Tardieu | 2013-01-13 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 2 | -11/+16 |
| |\ \ \ | | |/ | |/| | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | | fix #2391: NPE in map | Bananeweizen | 2013-01-13 | 1 | -3/+5 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -0/+2 |
| |\ \ \ | |/ / | |||||
| | * | | fix #2390: NPE in status updater | Bananeweizen | 2013-01-13 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -21/+14 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/geopoint/Geopoint.java | ||||
| | * | | fix #2389: Parse errors in cgeocoords | Bananeweizen | 2013-01-13 | 1 | -19/+12 |
| | | | | |||||
| * | | | Update of swedish translation | YraFyra | 2013-01-11 | 1 | -0/+3 |
| | |/ |/| | | | | | Some new labels translated. | ||||
| * | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 31 | -72/+71 |
| | | | |||||
| * | | fix #2385: relative links in OC caches lead to crash | Bananeweizen | 2013-01-12 | 1 | -2/+21 |
| | | | |||||
| * | | fix #2367: more intelligent initial logtype | Bananeweizen | 2013-01-12 | 3 | -57/+70 |
| | | | |||||
| * | | Remove empty loop accidentally entered when cleaning up | campbeb | 2013-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | #2383: minor cleanup after merge | Bananeweizen | 2013-01-12 | 1 | -1/+0 |
| | | | |||||
| * | | fix some translation errors | Bananeweizen | 2013-01-12 | 7 | -18/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'mieczyslaw/master' | Bananeweizen | 2013-01-12 | 1 | -166/+376 |
| |\ \ | |||||
| | * | | Update main/res/values-pl/strings.xml | Mieczyslaw | 2013-01-12 | 1 | -166/+376 |
| | | | | | | | | | | Polish translation finished. I was comparing with current version of English string.xml. | ||||
| * | | | refactoring: visit cache activity cleanup | Bananeweizen | 2013-01-12 | 1 | -191/+153 |
| | | | | | | | | | | | | | * use alert dialogs instead of context menus * simplify update logic | ||||
| * | | | Refactoring: limit code repetitions | Samuel Tardieu | 2013-01-11 | 1 | -5/+2 |
| | | | | |||||
| * | | | Improved PNG parsing | mucek4 | 2013-01-11 | 1 | -394/+321 |
| | | | | |||||
| * | | | Merge branch 'release' | mucek4 | 2013-01-10 | 2 | -1/+0 |
| |\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/connector/gc/IconDecoder.java | ||||
| | * | | Fix #2370 Icon upload | mucek4 | 2013-01-10 | 1 | -0/+0 |
| | | | | |||||
| | * | | Fixed parsing of found icon on level 14+ | mucek4 | 2013-01-10 | 1 | -3/+3 |
| | | | | |||||
| | * | | Typo from last commit and Release info | Lars | 2013-01-10 | 1 | -1/+1 |
| | | | | | | | | | | Sorry | ||||
| | * | | Change log update | Lars | 2013-01-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | #2361 #2356 #2369 | ||||
| * | | | Merge pull request #2368 from campbeb/fix1641 | SammysHP | 2013-01-10 | 3 | -16/+13 |
| |\ \ \ | | | | | | | | | Fix #1641. Apply style colors to dialogs to match setting | ||||
