| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Refactoring: do not use global variables for data passing | Samuel Tardieu | 2013-01-01 | 1 | -25/+13 | |
| | | | | | | | | | | | | | | | | Also, there is no need to use a separate handler, runOnUiThread is enough here as we only deal with a single message. | |||||
| * | | | Adapter in list cannot be null | Samuel Tardieu | 2013-01-01 | 1 | -74/+31 | |
| | | | | | | | | | | | | | | | | If the adapter is null, then something is probably wrong with the way we manipulate it. | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-01 | 2 | -5/+5 | |
| |\ \ \ | |/ / | | / | |/ |/| | ||||||
| | * | fix #2312: not all hint pictures are shown | Samuel Tardieu | 2013-01-01 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | Only "jpg" and "jpeg" extensions were recognized. Other image extensions can be used, so recognize "png" and "gif" as well. The regexp could probably be extended to accept arbitrary names, but there is a risk of treating some non-pictures as false positives. | |||||
| * | | Add restrictions documentation on favorite handling | Samuel Tardieu | 2012-12-30 | 2 | -1/+23 | |
| | | | ||||||
| * | | fix #2054: Navigate options are different | Bananeweizen | 2012-12-30 | 8 | -86/+21 | |
| | | | ||||||
| * | | refactoring: findbugs | Bananeweizen | 2012-12-30 | 4 | -33/+27 | |
| | | | ||||||
| * | | #1987: Not able to import *.loc file from GC.com | Bananeweizen | 2012-12-29 | 1 | -12/+17 | |
| | | | ||||||
| * | | fix #2300: WP "Original coords" does not have a type | Bananeweizen | 2012-12-29 | 1 | -2/+3 | |
| | | | ||||||
| * | | fix #2299: Crash on screen rotation in cache details when menu opened | Bananeweizen | 2012-12-29 | 2 | -6/+12 | |
| | | | ||||||
| * | | #2210: use resource for main options menu | Bananeweizen | 2012-12-27 | 2 | -108/+94 | |
| | | | | | | | * remove context menus, use list selection UI or alert dialog instead | |||||
| * | | fix #2289: layout issues in upload coords feature | Bananeweizen | 2012-12-26 | 1 | -5/+7 | |
| | | | ||||||
| * | | Merge pull request #2283 from triakcz/fix_2273 | Bananeweizen | 2012-12-26 | 1 | -6/+12 | |
| |\ \ | | | | | | | Fix #2273 Disable upload of coordinates for non multi/mystery caches | |||||
| | * | | Disabling local modification of coords for non-multi and non-mystery caches | triakcz | 2012-12-23 | 1 | -9/+11 | |
| | | | | ||||||
| | * | | Fix #2273 Disable upload of coordinates for non multi/mystery caches | triakcz | 2012-12-22 | 1 | -2/+6 | |
| | | | | ||||||
| * | | | new: menu to delete past events in caches list | Bananeweizen | 2012-12-26 | 1 | -3/+35 | |
| | | | | ||||||
| * | | | fix: stored count not updated after restore database | Bananeweizen | 2012-12-26 | 2 | -2/+4 | |
| | | | | ||||||
| * | | | Merge branch 'release' | Bananeweizen | 2012-12-26 | 1 | -1/+1 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | fix #2294: watchlist status not recognized | Bananeweizen | 2012-12-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 33 | -111/+105 | |
| | | | | | | | | | | * fixed some more issues of Findbugs and CodePro | |||||
| * | | | fix #2292: parse "marked missing" | Bananeweizen | 2012-12-25 | 2 | -3/+4 | |
| | | | | ||||||
| * | | | refactoring: convert trackable log view to real list | Bananeweizen | 2012-12-23 | 1 | -64/+100 | |
| | | | | ||||||
| * | | | new: view pager in trackable activity | Bananeweizen | 2012-12-23 | 7 | -599/+667 | |
| | | | | ||||||
| * | | | refactoring: extract view pager activity for re-use | Bananeweizen | 2012-12-22 | 3 | -349/+383 | |
| | | | | ||||||
| * | | | refactoring: remove unnecessary null check | Bananeweizen | 2012-12-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix #2282: change recognition of unpublished caches | Bananeweizen | 2012-12-22 | 2 | -2/+3 | |
| | |/ |/| | ||||||
| * | | Use warning instead of error since the problem is escalated | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | At this stage, we cannot be sure that this will be treated as a real error. | |||||
| * | | Bad fields and absence of trackable can be legitimate | Samuel Tardieu | 2012-12-19 | 2 | -14/+14 | |
| | | | ||||||
| * | | Absence of a tile on the server is not an error | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Do not err when a cache is not in the database | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 | |
| | | | | | | | | | | | Fresh caches are not in the database to begin with, this is not an error, at most an information. | |||||
| * | | Having an empty search result is not an error | Samuel Tardieu | 2012-12-19 | 2 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #2279 from samueltardieu/better-attributes | Samuel Tardieu | 2012-12-19 | 1 | -7/+4 | |
| |\ \ | | | | | | | Use better aligned attributes in cache description | |||||
| | * | | Use better aligned attributes in cache description | Samuel Tardieu | 2012-12-19 | 1 | -7/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This was already discussed in #82 but the solution seems not to have been fully satisfactory, especially when stars were present. This center aligns all the fields, use a relative layout to order them and use the same layout for fields with and without stars. | |||||
| * | | | Fix NPE on database migration | Samuel Tardieu | 2012-12-19 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | File#listFiles() may return null when the object it is applied to is not a directory. | |||||
| * | | | Give full exception reports rather than exception names | Samuel Tardieu | 2012-12-19 | 1 | -16/+16 | |
| | | | | ||||||
| * | | | Reclassify debug information | Samuel Tardieu | 2012-12-19 | 2 | -2/+1 | |
| | | | | ||||||
| * | | | Refactoring: style issues | Samuel Tardieu | 2012-12-19 | 1 | -11/+7 | |
| | | | | | | | | | | | | | | | | Add missing spaces around assignment, use a if instead of a two cases switch since there are only two alternatives. | |||||
| * | | | Merge branch 'fix_2276_dialog_forever' of ↵ | Samuel Tardieu | 2012-12-19 | 1 | -3/+22 | |
| |\ \ \ | |/ / |/| | | | | | https://github.com/triakcz/c-geo-opensource into upstream | |||||
| | * | | Fix #2276, close dialog after both requested operations are completed | triakcz | 2012-12-19 | 1 | -3/+22 | |
| | | | | ||||||
| * | | | Fix typo introduced in the latest commit | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix: do not use String#isEmpty() | Samuel Tardieu | 2012-12-19 | 8 | -12/+13 | |
| | | | | | | | | | | | | | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead. | |||||
| * | | | Refactoring: remove unnecessary enum qualifiers | Samuel Tardieu | 2012-12-18 | 15 | -16/+16 | |
| | | | | ||||||
| * | | | Refactoring: remove useless calls to super() | Samuel Tardieu | 2012-12-18 | 2 | -2/+0 | |
| | | | | ||||||
| * | | | Refactoring: remove useless String.valueOf() calls | Samuel Tardieu | 2012-12-18 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Refactoring: remove useless constructor with same accessibility level | Samuel Tardieu | 2012-12-18 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | Refactoring: use Java-style array declaration | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Refactoring: clone() overrides could need CloneNotSupportedException | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Refactoring: do not use protected methods in final classes | Samuel Tardieu | 2012-12-18 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 27 | -107/+69 | |
| | | | | ||||||
| * | | | Refactoring: remove pointless null checks | Samuel Tardieu | 2012-12-18 | 2 | -2/+2 | |
| | | | | ||||||
