aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/LogTrackableActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #4702: cache names disappearing in travel bug log entriesSamuel Tardieu2015-03-171-0/+4
|
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-1/+0
|
* Do not use toasts for non-existing possibilitiesSamuel Tardieu2015-01-021-7/+1
|
* Trackable might not be found in the databaseSamuel Tardieu2015-01-021-7/+7
|
* fix #4550: fresh log entry of trackable shows log date as todaySamuel Tardieu2014-12-201-1/+1
|
* fix #4400: Insert last log textBananeweizen2014-10-061-0/+6
|
* fix 4340: remove "NUMBER" template from trackable log activityBananeweizen2014-09-101-2/+16
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-08-191-4/+3
|\
| * fix #4192: always show logging item in action barBananeweizen2014-08-191-4/+3
| |
* | new: invoke keyboard on log text fieldBananeweizen2014-08-131-0/+12
| |
* | fix #4169: update trackable log after loggingBananeweizen2014-08-131-0/+17
|/
* Remove unnecessary qualifiers and modifiersSamuel Tardieu2014-07-251-1/+1
|
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+1
|
* switch to Java 1.7Bananeweizen2014-07-171-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 workingBananeweizen2014-07-081-45/+47
|
* multiple lint and compiler warning fixesBananeweizen2014-05-241-1/+0
|
* Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852Arne Schwabe2014-05-191-2/+2
|
* fix #3100: Set cursor in personal notes at the endBananeweizen2014-01-171-0/+2
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+1
|
* rename Login to GCLoginBananeweizen2013-12-161-4/+4
| | | * easier to differentiate, as there are other login providers now
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-2/+2
|
* fix #3378: Placeholder [LOG] not working for TB tweetsBananeweizen2013-10-261-2/+2
|
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-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 -> DataStoreSamuel Tardieu2013-09-131-1/+1
|
* fix #3106: twitter box in trackable logging not visibleBananeweizen2013-08-041-2/+5
|
* Implements #750, use preference activitykoem2013-07-091-1/+2
|
* refactoring: use activity names for layoutsBananeweizen2013-06-091-1/+1
|
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-24/+19
|
* fix #1781: Remove help functionBananeweizen2013-05-091-4/+0
|
* #2684: use view injection libraryBananeweizen2013-05-011-5/+1
| | | | * If you have compile errors after pulling, please consult the issue on github.
* refactoring: move some more dialogs into new packageBananeweizen2013-01-271-1/+1
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-7/+7
|
* refactoring: use exception object in logggingBananeweizen2013-01-121-2/+2
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-3/+3
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+1
|
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-2/+2
|
* fix #653: Add Smilies when loggingBananeweizen2012-10-061-50/+6
|
* fix #2013: Template for cache ownerBananeweizen2012-09-011-3/+6
|
* fix #1893: remove go4cacheBananeweizen2012-08-261-6/+0
|
* fix #1658: show today literallyBananeweizen2012-06-011-2/+2
|
* Merge remote-tracking branch 'campbeb/refactorTrackable' into upstreamSamuel Tardieu2012-05-231-1/+3
| | | | | Conflicts: main/src/cgeo/geocaching/LogTrackableActivity.java
* Refactoring cgeotouch into LogTrackableActivitycampbeb2012-05-201-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.