aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/VisitCacheActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #1658: show today literallyBananeweizen2012-06-011-3/+4
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+7
| | | | This was requested by SammysHP.
* Refactoring: updateCache()blafoo2012-05-101-3/+1
|
* Fix: update stored caches in database when logged, too.blafoo2012-05-071-2/+1
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-12/+12
| | | reading
* Merge remote-tracking branch 'SammysHP/icons'Bananeweizen2012-04-301-2/+2
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/apps/cachelist/CacheListAppFactory.java
| * Import Android drawables (from API version 8)SammysHP2012-04-271-2/+2
| | | | | | See #852 for reason. This will increase the apk size by 82 KiB.
* | Refactoring: remove unnecessary else statementsSamuel Tardieu2012-04-281-15/+16
| |
* | Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
|/ | | | | The initial values were never used as the variables are set in any case before being used.
* refactoring of database accessBananeweizen2012-04-231-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 statementsSamuel Tardieu2012-04-221-1/+0
|
* Convert some fields to local variablesSamuel Tardieu2012-04-221-2/+1
|
* refactoring: renames and encapsulationBananeweizen2012-04-191-8/+8
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-9/+11
|
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+1
|
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-1/+1
| | | | Those methods only do GET requests.
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-1/+1
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
| * Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-121-1/+1
| | | | | | | | | | Whatever code requests its presence is probably wrong, as Content-Type describes the type of the body, which is non-existent for a GET request.
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-121-6/+6
|/
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
| | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301.
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-4/+7
| | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-3/+3
| | | * otherwise they are not readable
* Changed database handlingblafoo2012-02-081-3/+12
|
* Stronger use of CacheCacheblafoo2012-01-241-5/+0
|
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-1/+3
|
* refactoring: clean up code around static mapsBananeweizen2012-01-081-2/+2
|
* addendum to last commit: NPE for imported caches without any log Bananeweizen2012-01-041-2/+2
|
* Don't show "can't load log data"-toast twice in VisitCacheActivitySammysHP2012-01-031-2/+0
|
* refactoring: replace useless super class by nested interfaceBananeweizen2012-01-021-2/+4
|
* Colon in log-activity-titleSammysHP2012-01-021-2/+2
|
* fix #917: rotation of log screen leads to "loading page"Bananeweizen2011-12-291-2/+38
|
* Use of Logtype instead of intblafoo2011-12-141-35/+31
|
* don't use regular expressions for String replacementBananeweizen2011-11-191-6/+6
| | | | | * prefer StringUtils.replace over String.replaceAll * have new test to verify this change * remove cgBase instance from LogTemplates
* Fix #759: Better button for inventory actionsSammysHP2011-11-171-3/+7
|
* Fix #801: Batch-actions for trackables not workingSammysHP2011-11-161-1/+1
|
* refactor GCVote ratings, move into own packageBananeweizen2011-11-151-0/+1
|
* new: allow offline log without any login data stored, fixes #793Bananeweizen2011-11-151-0/+8
|
* fix: using "no rating" sets a rating of 0.5 starsBananeweizen2011-11-151-0/+3
|
* correctly update button label when logging, fixes #792Bananeweizen2011-11-151-19/+20
|
* change button text if logging not possible, fixes #460Bananeweizen2011-11-131-0/+739
* includes several refactorings and cleanups * renamed activity