| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | init might be called (indirectly) from different threads, | Florian Moesch | 2011-08-11 | 1 | -1/+1 |
| | | | | | databases might be opened multiple times | ||||
| * | Merge remote-tracking branch 'upstream/master' | Florian Moesch | 2011-08-11 | 3 | -12/+3 |
| |\ | |||||
| | * | Merge branch 'master' of github.com:cgeo/c-geo-opensource | mucek4 | 2011-08-11 | 49 | -759/+568 |
| | |\ | |||||
| | * | | Manual and new send2cgeo | mucek4 | 2011-08-11 | 3 | -12/+3 |
| | | | | |||||
| * | | | resource leak (file input stream did not get closed in case of exceptions ↵ | Florian Moesch | 2011-08-11 | 1 | -8/+22 |
| | | | | | | | | | | | | | during parsing) | ||||
| * | | | resource leaks (files did not get closed in case of io exceptions during flush) | Florian Moesch | 2011-08-11 | 3 | -3/+3 |
| | |/ |/| | |||||
| * | | Note result as initialized when it is | Samuel Tardieu | 2011-08-10 | 1 | -0/+1 |
| | | | | | | | | | This was forgotten during the e53f4b refactoring. | ||||
| * | | fix #142 | Bananeweizen | 2011-08-10 | 2 | -0/+6 |
| | | | |||||
| * | | * remove duplicated app, settings, pref, res, base fields in all | Bananeweizen | 2011-08-10 | 48 | -760/+557 |
| | | | | | | | | | | | | | | | | | | | activies * remove cgWarning class, it is no longer needed * convert many non static methods to static methods, to ease removing the no longer needed fields afterwards If you have trouble merging after you fetch these changes, I'm happy to help. | ||||
| * | | correction to resource leak fix | Florian Moesch | 2011-08-10 | 1 | -0/+3 |
| | | | |||||
| * | | removed resource leak (db cursor) | Florian Moesch | 2011-08-10 | 1 | -0/+2 |
| |/ | |||||
| * | fix #130 | mucek4 | 2011-08-10 | 1 | -1/+1 |
| | | |||||
| * | Personal note display | mucek4 | 2011-08-10 | 4 | -12/+69 |
| | | |||||
| * | * have common base classes for cgeo related activities to encapsulate | Bananeweizen | 2011-08-10 | 30 | -990/+692 |
| | | | | | | | | | | the related code * move several methods from base to the activities classes * remove all duplicated goHome(), goManual() methods * remove instance variable "activity", which is only a this-pointer (all triggered by issue #98) If you have trouble merging afterwards, I'm happy to help. | ||||
| * | Fixing incorrect forwarding of map activity lifecycle calls | Rainer | 2011-08-09 | 4 | -3/+27 |
| | | |||||
| * | some cleanup of settings code, this is only preparation for making it a | Bananeweizen | 2011-08-08 | 9 | -243/+240 |
| | | | | singleton afterwards | ||||
| * | Drastically reduce memory usage by avoiding Java to create (sub)copies | Bananeweizen | 2011-08-08 | 2 | -50/+60 |
| | | | | | | | | | | | of very large Strings during regular expression matching in cache parsing. The added String copy constructor must remain in code, even if it looks superfluous on first look! remove circular reference to cache in private static (non final) class to avoid getting additional garbage collector root objects fix #100 | ||||
| * | Merge pull request #121 from rahu/master | c:geo | 2011-08-08 | 1 | -2/+6 |
| |\ | | | | | fix for issue #88 | ||||
| | * | fix issue #88 | Ralf Hubert | 2011-08-08 | 1 | -2/+6 |
| | | | |||||
| * | | fix #117, turn-by-turn not working. | Bananeweizen | 2011-08-08 | 2 | -51/+68 |
| |/ | | | additionally remove some superfluous null checks in locus app interface | ||||
| * | cache overlay on map was wrong since my application refactoring | Bananeweizen | 2011-08-07 | 1 | -4/+4 |
| | | |||||
| * | fix issue #72 | Ralf Hubert | 2011-08-07 | 1 | -2/+11 |
| | | |||||
| * | Merge branch 'master' of github.com:cgeo/c-geo-opensource | Ralf Hubert | 2011-08-07 | 17 | -196/+294 |
| |\ | |||||
| | * | avoid creating backups from an empty database | Bananeweizen | 2011-08-07 | 1 | -2/+7 |
| | | | |||||
| | * | fix #113: refresh missing after circles setting has been changed, | Bananeweizen | 2011-08-07 | 2 | -0/+4 |
| | | | | | | | paint circles dashed, so they look more "virtual" on the map | ||||
| | * | fix #105: Manual waypoint modifications are lost by Refresh | Bananeweizen | 2011-08-07 | 3 | -39/+101 |
| | | | | | | | | | | | | | * implement merging for waypoints * prefer non empty fields on merge * prefer old waypoint note if it is longer * always merge cache, if it was already stored | ||||
| | * | move Android compatibility code into a new package, clean up | Bananeweizen | 2011-08-07 | 5 | -60/+91 |
| | | | |||||
| | * | * replace collection.clone() by copy constructor | Bananeweizen | 2011-08-07 | 5 | -21/+16 |
| | | | | | | | | | | | * have automatic "organize imports" on save fixes #108 | ||||
| | * | add half star voting, fixes #107 | Bananeweizen | 2011-08-07 | 2 | -72/+70 |
| | | | |||||
| | * | parse guid from owner link, fixes #112 | bananeweizen | 2011-08-07 | 1 | -2/+2 |
| | | | |||||
| | * | RuntimeException in map file name on new devices | Bananeweizen | 2011-08-06 | 1 | -0/+3 |
| | | | |||||
| * | | open images in default viewer | Ralf Hubert | 2011-08-04 | 1 | -6/+26 |
| |/ | |||||
| * | Set GC-code as title because name is normally to long, see #83 | SammysHP | 2011-08-04 | 1 | -6/+3 |
| | | |||||
| * | Merge pull request #95 from rahu/404ebebed57481aed0c801a49013dec82243af5d | Sven Karsten Greiner | 2011-08-03 | 1 | -0/+3 |
| |\ | | | | | fix offline cache + not stored images, fix #40 | ||||
| | * | fix not stored logimages | Ralf Hubert | 2011-08-03 | 1 | -0/+3 |
| | | | |||||
| * | | Field Notes export is only available if there are caches with logs, closes #89 | SammysHP | 2011-08-02 | 1 | -0/+13 |
| | | | |||||
| * | | Merge pull request #91 from rsudev/master | mucek4 | 2011-08-02 | 37 | -240/+24 |
| |\ \ | | | | | | | Remove Google Analytics | ||||
| | * | | Post merge fixes | Rainer | 2011-08-02 | 1 | -2/+0 |
| | | | | |||||
| | * | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | Rainer | 2011-08-02 | 15 | -330/+470 |
| | |\ \ | | |/ | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgeospoilers.java | ||||
| | * | | Removed google analytics | Rainer | 2011-08-02 | 37 | -241/+24 |
| | | | | |||||
| * | | | Add button for all trackables if there are more than 20 (fixes #56) | SammysHP | 2011-08-02 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Merge pull request #84 from rahu/master | c:geo | 2011-08-01 | 11 | -94/+326 |
| |\ \ | | | | | | | Display images for logs | ||||
| | * | | some changes after code-discussion | Ralf Hubert | 2011-08-01 | 7 | -30/+17 |
| | | | | |||||
| | * | | Display Images from Logs (Issue #40) | Ralf Hubert | 2011-08-01 | 11 | -93/+338 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - changed db-version to 54 (need table for logimages) - renamed cgSpoiler to cgImage - renamed cgeospoilers to cgeoimages - added setting to store/not store logimages TODO: - draw a pretty icon - maybe translate the new strings | ||||
| * | | | cleanup | Bananeweizen | 2011-08-01 | 8 | -239/+144 |
| | |/ |/| | | | | | | | | | * make potentially static methods static * remove unused constants * remove unused imports * move a cache related (otherwise static base) method to the cache class | ||||
| * | | Implemented map view switch in map activity | Rainer | 2011-08-01 | 7 | -110/+198 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | Rainer | 2011-08-01 | 2 | -3/+9 |
| |\ \ | |/ | |||||
| | * | Fix 2x FC, fix #43 | mucek4 | 2011-08-01 | 2 | -3/+9 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | Rainer | 2011-07-31 | 39 | -1136/+1795 |
| |\ \ | |/ | |||||
| | * | Merge remote branch 'origin/master' | Bananeweizen | 2011-07-31 | 4 | -17/+56 |
| | |\ | |||||
