| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #2709: select "attended" as default for past events | Bananeweizen | 2013-05-10 | 1 | -1/+5 |
| | | |||||
| * | fix #2695: Different log types and order before/after log page loading | Bananeweizen | 2013-05-09 | 1 | -4/+7 |
| | | | | for owned caches | ||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -4/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/release' into currdev | rsudev | 2013-05-08 | 1 | -1/+7 |
| |\ | |||||
| | * | Fixes #2627, Twitter posting (ui) | rsudev | 2013-05-08 | 1 | -1/+7 |
| | | | | | | | | | Integrate UI initialization into onCreate as well | ||||
| * | | refactoring: simplify log types handling | Bananeweizen | 2013-05-07 | 1 | -1/+0 |
| | | | |||||
| * | | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -5/+1 |
| | | | | | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | | refactoring: make API of AsyncTaskWithProgress more explicit | Bananeweizen | 2013-04-07 | 1 | -5/+4 |
| | | | |||||
| * | | fix #2585: log progress dismissed when tapping on screen | Samuel Tardieu | 2013-04-06 | 1 | -81/+56 |
| | | | | | | | | | Use AsyncTaskWithProgress to factor out code at the same time. | ||||
| * | | refactoring: simplify data flow | Samuel Tardieu | 2013-04-06 | 1 | -7/+3 |
| | | | |||||
| * | | fix #2532: attach log image to log entry locally | Bananeweizen | 2013-03-30 | 1 | -1/+7 |
| | | | |||||
| * | | refactoring of cache logging code | Bananeweizen | 2013-03-30 | 1 | -20/+12 |
| |/ | | | | * simplify control flow * move sanity checks into GCVote and twitter methods | ||||
| * | fix #2591: crash in logging activity | Bananeweizen | 2013-03-28 | 1 | -2/+11 |
| | | |||||
| * | Fixes #2531 - Auto-save now works as expected. | rsudev | 2013-03-16 | 1 | -1/+7 |
| | | | | | | | | | | | | Copied saveLog(false) from onStop() also into finish(). List of caches now gets refreshed, because saveLog() runs while VisitCacheActivity is still running. saveLog(false) was also left in onStop(), because in case the activity gets interrupted and finish() is not called, the log will still be auto-saved. Conflicts: main/src/cgeo/geocaching/VisitCacheActivity.java | ||||
| * | Fix #2519, TB can not be opened from log view | rsudev | 2013-02-24 | 1 | -1/+1 |
| | | | | | Intent extras only changed on receiving end in refactoring | ||||
| * | ImageUpload - fine-tuning | rsudev | 2013-02-18 | 1 | -22/+23 |
| | | | | | | | Removed test code and comments Some error-handling Localizability | ||||
| * | Merge remote-tracking branch 'campbeb/fix6a' into 6b | rsudev | 2013-02-18 | 1 | -7/+78 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java | ||||
| | * | Fix #6 - Support uploading images with cache logs | campbeb | 2013-01-16 | 1 | -7/+78 |
| | | | |||||
| * | | Restrict LazyInitializedList to the List interface | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList. | ||||
| * | | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | refactoring: move some more dialogs into new package | Bananeweizen | 2013-01-27 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unnecessary qualifiers to this | Samuel Tardieu | 2013-01-19 | 1 | -3/+3 |
| |/ | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | | |||||
| * | fix #2367: more intelligent initial logtype | Bananeweizen | 2013-01-12 | 1 | -56/+53 |
| | | |||||
| * | refactoring: visit cache activity cleanup | Bananeweizen | 2013-01-12 | 1 | -191/+153 |
| | | | | | * use alert dialogs instead of context menus * simplify update logic | ||||
| * | Use FragmentActivity instead of Activity as base | Samuel Tardieu | 2013-01-08 | 1 | -263/+192 |
| | | | | | | Also, this requires the use of a Loader to visit a cache, since data cannot be retained accross a configuration change. | ||||
| * | refactoring: findbugs | Bananeweizen | 2012-12-30 | 1 | -9/+9 |
| | | |||||
| * | new: view pager in trackable activity | Bananeweizen | 2012-12-23 | 1 | -1/+1 |
| | | |||||
| * | Fix: do not use String#isEmpty() | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 |
| | | | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead. | ||||
| * | Refactoring: use isEmpty() where appropriate | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -8/+7 |
| | | |||||
| * | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -2/+3 |
| | | |||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 1 | -1/+1 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | fix #653: Add Smilies when logging | Bananeweizen | 2012-10-06 | 1 | -35/+11 |
| | | |||||
| * | fix #2030: Quick signature insertion | Bananeweizen | 2012-10-04 | 1 | -4/+8 |
| | | |||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 1 | -3/+3 |
| | | | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type. | ||||
| * | fix #2013: Template for cache owner | Bananeweizen | 2012-09-01 | 1 | -5/+7 |
| | | |||||
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 1 | -5/+0 |
| | | |||||
| * | fix #1658: show today literally | Bananeweizen | 2012-06-01 | 1 | -3/+4 |
| | | |||||
| * | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+7 |
| | | | | | This was requested by SammysHP. | ||||
| * | Refactoring: updateCache() | blafoo | 2012-05-10 | 1 | -3/+1 |
| | | |||||
| * | Fix: update stored caches in database when logged, too. | blafoo | 2012-05-07 | 1 | -2/+1 |
| | | |||||
| * | refactoring: rename log typ enums for easier code completion and | Bananeweizen | 2012-05-01 | 1 | -12/+12 |
| | | | | reading | ||||
| * | Merge remote-tracking branch 'SammysHP/icons' | Bananeweizen | 2012-04-30 | 1 | -2/+2 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cachelist/CacheListAppFactory.java | ||||
| | * | Import Android drawables (from API version 8) | SammysHP | 2012-04-27 | 1 | -2/+2 |
| | | | | | | | See #852 for reason. This will increase the apk size by 82 KiB. | ||||
| * | | Refactoring: remove unnecessary else statements | Samuel Tardieu | 2012-04-28 | 1 | -15/+16 |
| | | | |||||
| * | | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| |/ | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | refactoring of database access | Bananeweizen | 2012-04-23 | 1 | -20/+6 |
| | | | | | | | * use only one transaction when saving a cache * rework some methods to always take a collection of objects instead of calling the database multiple times | ||||
| * | Refactoring: remove redundant return statements | Samuel Tardieu | 2012-04-22 | 1 | -1/+0 |
| | | |||||
| * | Convert some fields to local variables | Samuel Tardieu | 2012-04-22 | 1 | -2/+1 |
| | | |||||
