Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | refactoring: renames and encapsulation | Bananeweizen | 2012-04-19 | 1 | -8/+8 |
| | |||||
* | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 1 | -9/+11 |
| | |||||
* | Refactoring: move Login from network to connector.gc | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Refactoring: rename request into getRequest | Samuel Tardieu | 2012-04-17 | 1 | -1/+1 |
| | | | | Those methods only do GET requests. | ||||
* | Merge branch 'common-network-code' into upstream | Samuel Tardieu | 2012-04-13 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java | ||||
| * | Cleanup: do not add Content-Type to GET request | Samuel Tardieu | 2012-04-12 | 1 | -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 settings | Bananeweizen | 2012-04-12 | 1 | -6/+6 |
|/ | |||||
* | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -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 cgBase | Bananeweizen | 2012-03-10 | 1 | -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 constants | Bananeweizen | 2012-02-16 | 1 | -3/+3 |
| | | | * otherwise they are not readable | ||||
* | Changed database handling | blafoo | 2012-02-08 | 1 | -3/+12 |
| | |||||
* | Stronger use of CacheCache | blafoo | 2012-01-24 | 1 | -5/+0 |
| | |||||
* | refactoring: moved some classes to packages, renaming | Bananeweizen | 2012-01-22 | 1 | -1/+3 |
| | |||||
* | refactoring: clean up code around static maps | Bananeweizen | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | addendum to last commit: NPE for imported caches without any log | Bananeweizen | 2012-01-04 | 1 | -2/+2 |
| | |||||
* | Don't show "can't load log data"-toast twice in VisitCacheActivity | SammysHP | 2012-01-03 | 1 | -2/+0 |
| | |||||
* | refactoring: replace useless super class by nested interface | Bananeweizen | 2012-01-02 | 1 | -2/+4 |
| | |||||
* | Colon in log-activity-title | SammysHP | 2012-01-02 | 1 | -2/+2 |
| | |||||
* | fix #917: rotation of log screen leads to "loading page" | Bananeweizen | 2011-12-29 | 1 | -2/+38 |
| | |||||
* | Use of Logtype instead of int | blafoo | 2011-12-14 | 1 | -35/+31 |
| | |||||
* | don't use regular expressions for String replacement | Bananeweizen | 2011-11-19 | 1 | -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 actions | SammysHP | 2011-11-17 | 1 | -3/+7 |
| | |||||
* | Fix #801: Batch-actions for trackables not working | SammysHP | 2011-11-16 | 1 | -1/+1 |
| | |||||
* | refactor GCVote ratings, move into own package | Bananeweizen | 2011-11-15 | 1 | -0/+1 |
| | |||||
* | new: allow offline log without any login data stored, fixes #793 | Bananeweizen | 2011-11-15 | 1 | -0/+8 |
| | |||||
* | fix: using "no rating" sets a rating of 0.5 stars | Bananeweizen | 2011-11-15 | 1 | -0/+3 |
| | |||||
* | correctly update button label when logging, fixes #792 | Bananeweizen | 2011-11-15 | 1 | -19/+20 |
| | |||||
* | change button text if logging not possible, fixes #460 | Bananeweizen | 2011-11-13 | 1 | -0/+739 |
* includes several refactorings and cleanups * renamed activity |