| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #4702: cache names disappearing in travel bug log entries | Samuel Tardieu | 2015-03-17 | 1 | -0/+4 |
| | | |||||
| * | Remove empty JavaDoc @param and @return | Samuel Tardieu | 2015-02-10 | 1 | -1/+0 |
| | | |||||
| * | Do not use toasts for non-existing possibilities | Samuel Tardieu | 2015-01-02 | 1 | -7/+1 |
| | | |||||
| * | Trackable might not be found in the database | Samuel Tardieu | 2015-01-02 | 1 | -7/+7 |
| | | |||||
| * | fix #4550: fresh log entry of trackable shows log date as today | Samuel Tardieu | 2014-12-20 | 1 | -1/+1 |
| | | |||||
| * | fix #4400: Insert last log text | Bananeweizen | 2014-10-06 | 1 | -0/+6 |
| | | |||||
| * | fix 4340: remove "NUMBER" template from trackable log activity | Bananeweizen | 2014-09-10 | 1 | -2/+16 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-08-19 | 1 | -4/+3 |
| |\ | |||||
| | * | fix #4192: always show logging item in action bar | Bananeweizen | 2014-08-19 | 1 | -4/+3 |
| | | | |||||
| * | | new: invoke keyboard on log text field | Bananeweizen | 2014-08-13 | 1 | -0/+12 |
| | | | |||||
| * | | fix #4169: update trackable log after logging | Bananeweizen | 2014-08-13 | 1 | -0/+17 |
| |/ | |||||
| * | Remove unnecessary qualifiers and modifiers | Samuel Tardieu | 2014-07-25 | 1 | -1/+1 |
| | | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -1/+1 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -1/+1 |
| | | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
| * | fix #4049: trackable log send button not working | Bananeweizen | 2014-07-08 | 1 | -45/+47 |
| | | |||||
| * | multiple lint and compiler warning fixes | Bananeweizen | 2014-05-24 | 1 | -1/+0 |
| | | |||||
| * | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 1 | -2/+2 |
| | | |||||
| * | fix #3100: Set cursor in personal notes at the end | Bananeweizen | 2014-01-17 | 1 | -0/+2 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | rename Login to GCLogin | Bananeweizen | 2013-12-16 | 1 | -4/+4 |
| | | | | * easier to differentiate, as there are other login providers now | ||||
| * | refactor: upgrade to butterknife 4 | Bananeweizen | 2013-11-27 | 1 | -2/+2 |
| | | |||||
| * | fix #3378: Placeholder [LOG] not working for TB tweets | Bananeweizen | 2013-10-26 | 1 | -2/+2 |
| | | |||||
| * | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | fix #3106: twitter box in trackable logging not visible | Bananeweizen | 2013-08-04 | 1 | -2/+5 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+2 |
| | | |||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 1 | -24/+19 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -4/+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: move some more dialogs into new package | Bananeweizen | 2013-01-27 | 1 | -1/+1 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 1 | -7/+7 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -2/+2 |
| | | |||||
| * | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 1 | -3/+3 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -1/+1 |
| | | |||||
| * | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -2/+2 |
| | | |||||
| * | fix #653: Add Smilies when logging | Bananeweizen | 2012-10-06 | 1 | -50/+6 |
| | | |||||
| * | fix #2013: Template for cache owner | Bananeweizen | 2012-09-01 | 1 | -3/+6 |
| | | |||||
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 1 | -6/+0 |
| | | |||||
| * | fix #1658: show today literally | Bananeweizen | 2012-06-01 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'campbeb/refactorTrackable' into upstream | Samuel Tardieu | 2012-05-23 | 1 | -1/+3 |
| | | | | | | Conflicts: main/src/cgeo/geocaching/LogTrackableActivity.java | ||||
| * | Refactoring cgeotouch into LogTrackableActivity | campbeb | 2012-05-20 | 1 | -0/+415 |
| Many changes for cleanup and to make similiar to VisitCacheActivity. Added function to remember last trackable log type and use that as default for the next log. Next step is to make LogTrackableActivity and VisitCacheActivity have a common base class. | |||||
