| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -2/+2 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -3/+3 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 3 | -6/+2 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | update mock data 2013-03-27 | Marco Jacob | 2013-03-27 | 4 | -76/+176 |
| | | |||||
| * | decrypted hint | Marco Jacob | 2013-03-11 | 2 | -2/+2 |
| | | |||||
| * | current html for mock tests | Marco Jacob | 2013-03-09 | 6 | -2733/+1879 |
| | | |||||
| * | Merge branch 'release' | SammysHP | 2013-03-08 | 4 | -20/+8 |
| |\ | |||||
| | * | Apply patch to mocked data | SammysHP | 2013-03-08 | 4 | -20/+8 |
| | | | | | | | | | This is NO full update, but only to fix one test. | ||||
| * | | code cleanup | Bananeweizen | 2013-02-24 | 3 | -6/+6 |
| | | | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | | Use a standard Callable interface for lazy initialized lists | Samuel Tardieu | 2013-02-03 | 1 | -5/+2 |
| | | | |||||
| * | | Restrict LazyInitializedList to the List interface | Samuel Tardieu | 2013-02-03 | 5 | -9/+12 |
| | | | | | | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList. | ||||
| * | | Merge branch 'issue-2322' into upstream | Samuel Tardieu | 2013-01-23 | 2 | -3/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | | fix #2322: GPX imported caches not marked as owned | Samuel Tardieu | 2013-01-23 | 2 | -3/+3 |
| | |/ | | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name. | ||||
| | * | Fixing failed new mocked cache test (GC3XX5J) | rsudev | 2012-12-13 | 2 | -5/+5 |
| | | | |||||
| | * | fixes #2247 - parsing log type Retract Listing | Marco Jacob | 2012-12-13 | 2 | -0/+2311 |
| | | | |||||
| | * | GC.com update 11.12.2012 | blafoo | 2012-12-12 | 3 | -617/+757 |
| | | | |||||
| | * | Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244 | blafoo | 2012-12-12 | 3 | -11/+3 |
| | | | |||||
| * | | Refactoring: rename cgImage into Image | Samuel Tardieu | 2013-01-07 | 2 | -6/+6 |
| | | | |||||
| * | | Refactoring: rename cgTrackable into Trackable | Samuel Tardieu | 2013-01-07 | 2 | -6/+6 |
| | | | |||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -1/+1 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | Fixing failed new mocked cache test (GC3XX5J) | rsudev | 2012-12-13 | 2 | -5/+5 |
| | | | |||||
| * | | fixes #2247 - parsing log type Retract Listing | Marco Jacob | 2012-12-12 | 2 | -0/+2311 |
| | | | |||||
| * | | Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244 | blafoo | 2012-12-11 | 3 | -11/+3 |
| | | | |||||
| * | | GC.com update 11.12.2012 | blafoo | 2012-12-11 | 3 | -617/+757 |
| |/ | |||||
| * | refactoring: lazy initialized lists | Bananeweizen | 2012-11-18 | 4 | -11/+29 |
| | | | | | * change more users to only take Iterable interface * return unmodifiable list only | ||||
| * | GC.com update 16.10.2012 | blafoo | 2012-10-18 | 5 | -104/+158 |
| | | |||||
| * | refactoring: some findbugs cleanup | Bananeweizen | 2012-07-01 | 1 | -3/+8 |
| | | |||||
| * | GC.com update 26.06.2012 | blafoo | 2012-06-29 | 3 | -84/+75 |
| | | |||||
| * | #1744: user name wrongly parsed/written in GPX import/export | Bananeweizen | 2012-06-08 | 3 | -7/+7 |
| | | |||||
| * | GC.com update 06.06.2012 | blafoo | 2012-06-07 | 3 | -152/+152 |
| | | |||||
| * | GC.com update 24.05.2012 | blafoo | 2012-05-24 | 3 | -123/+161 |
| | | |||||
| * | GC.com update 16.05.2012 | blafoo | 2012-05-16 | 3 | -34/+34 |
| | | |||||
| * | GC.com update 08.05.2012 | blafoo | 2012-05-09 | 4 | -362/+453 |
| | | |||||
| * | refactoring: rename log typ enums for easier code completion and | Bananeweizen | 2012-05-01 | 3 | -22/+22 |
| | | | | reading | ||||
| * | 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. | ||||
| * | GC.com update 24.04.2012 | blafoo | 2012-04-24 | 1 | -194/+204 |
| | | |||||
| * | Fixed broken unit test | blafoo | 2012-04-24 | 1 | -1/+9 |
| | | |||||
| * | Refactoring: move Login from network to connector.gc | Samuel Tardieu | 2012-04-17 | 3 | -3/+3 |
| | | |||||
| * | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 2 | -2/+2 |
| | | | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows. | ||||
| * | Implement equals() and hashCode() for Geopoint | Samuel Tardieu | 2012-04-11 | 1 | -1/+1 |
| | | |||||
| * | Waypoint and caches both have coordinates, add ICoordinates interface | Samuel Tardieu | 2012-04-11 | 1 | -11/+0 |
| | | | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them. | ||||
| * | static code analysis and other fixes | Bananeweizen | 2012-03-18 | 1 | -1/+1 |
| | | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 3 | -6/+6 |
| | | | | | | | | * 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: move constants and classes to the packages they belong to | Bananeweizen | 2012-03-04 | 1 | -1/+1 |
| | | |||||
| * | Reactivated viewport tests | blafoo | 2012-02-28 | 1 | -1/+1 |
| | | |||||
| * | refactoring: code cleanup | Bananeweizen | 2012-02-21 | 1 | -4/+9 |
| | | | | | | * move human distance code to own class * remove warning suppression * fix several compiler warnings | ||||
| * | fix unit tests | Bananeweizen | 2012-02-20 | 1 | -1/+1 |
| | | | | | * unit tests use different pattern for user parsing than other code * user name not recognized | ||||
| * | GC.com update 14.02.2012 | blafoo | 2012-02-15 | 5 | -725/+905 |
| | | |||||
| * | fix unit test | Bananeweizen | 2012-02-14 | 1 | -1/+1 |
| | | | | * fails because of decreased favorite points | ||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -1/+1 |
| | | |||||
