| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -1/+2 |
| | | |||||
| * | fix #3823: detect import file type by content | Bananeweizen | 2014-05-17 | 1 | -34/+66 |
| | | |||||
| * | new: GPX import from Android storage access framework | Bananeweizen | 2014-01-03 | 1 | -8/+23 |
| | | | | | Only works on Kitkat. Now you can import directly from dropbox and related services. | ||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -4/+5 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | findbugs: unchecked casts | Bananeweizen | 2013-08-28 | 1 | -14/+13 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | findbugs: remove unused variable and code | Bananeweizen | 2013-06-24 | 1 | -5/+0 |
| | | |||||
| * | #2824: comment removal of caches after GPX import | Bananeweizen | 2013-06-21 | 1 | -31/+29 |
| | | |||||
| * | Fix #2862 - Support LOC file import via intent | campbeb | 2013-06-08 | 1 | -2/+31 |
| | | | | | Fixes #2862 | ||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -2/+2 |
| | | |||||
| * | fix #2794 - rename SearchResult.addCache method name | Marco Jacob | 2013-05-28 | 1 | -1/+1 |
| | | |||||
| * | #1348: use buffered io | Bananeweizen | 2013-05-11 | 1 | -2/+3 |
| | | |||||
| * | refactoring: use Unix line ending | Samuel Tardieu | 2013-04-06 | 1 | -462/+462 |
| | | |||||
| * | refactoring: make sure downloadMaps doesn't get a null cache | Samuel Tardieu | 2013-04-06 | 1 | -4/+8 |
| | | | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed. | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -13/+13 |
| | | |||||
| * | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -3/+3 |
| | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | Refactoring: narrow scope of variables | Samuel Tardieu | 2012-12-18 | 1 | -2/+1 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -3/+2 |
| | | |||||
| * | fixes #2170 - removed setting progress devider to 1024 | Marco Jacob | 2012-11-22 | 1 | -1/+0 |
| | | |||||
| * | fix #2089: c:geo crashes when importing large GPX file | Bananeweizen | 2012-11-10 | 1 | -31/+5 |
| | | |||||
| * | fix #1312: Strange progress indicator on GPX-import | Bananeweizen | 2012-10-06 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove some activity contexts from non activity code | Bananeweizen | 2012-05-03 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: do not create array to pass it to a varargs method | Samuel Tardieu | 2012-04-22 | 1 | -2/+2 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -13/+13 |
| | | |||||
| * | 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. | ||||
| * | Reset Progress internal var progress to 0 on reset | Marco Jacob | 2012-03-25 | 1 | -1/+1 |
| | | |||||
| * | no second dialog when skipping static maps on GPXImporter | Marco Jacob | 2012-03-25 | 1 | -3/+8 |
| | | |||||
| * | GPXImporter.importStaticMaps only loads cache when needed | Marco Jacob | 2012-03-22 | 1 | -4/+3 |
| | | |||||
| * | Fix for issue 1309 | Marco Jacob | 2012-03-21 | 1 | -1/+14 |
| | | |||||
| * | static code analysis and other fixes | Bananeweizen | 2012-03-18 | 1 | -7/+6 |
| | | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
| * | GPXImporter now showing imported cache count on cancel | Marco Jacob | 2012-03-15 | 1 | -3/+8 |
| | | |||||
| * | added abort button to GPXImporter and skip button for static maps import | Marco Jacob | 2012-03-14 | 1 | -2/+11 |
| | | |||||
| * | Merge remote-tracking branch 'marco-jacob/issue#285' | Bananeweizen | 2012-03-05 | 1 | -4/+33 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java | ||||
| | * | import static maps after gpx import | Marco Jacob | 2012-02-24 | 1 | -4/+33 |
| | | | |||||
| * | | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 1 | -1/+1 |
| |/ | | | * otherwise they are not readable | ||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -8/+8 |
| | | |||||
| * | fix #1003: Implementation for #977: Import renamed waypoint GPX files | Bananeweizen | 2012-01-22 | 1 | -1/+1 |
| | | |||||
| * | Fixed tests and added additional null check in code. | Torsten Keil | 2012-01-21 | 1 | -6/+8 |
| | | |||||
| * | Removed deprecated methods. | Torsten Keil | 2012-01-17 | 1 | -16/+0 |
| | | |||||
| * | Implementation for #977: Import renamed waypoint GPX files | Torsten Keil | 2012-01-16 | 1 | -409/+442 |
| | | | | | | | | | | The new Method is based on the gpx file (not only the file name) and checks all files in the directory for a matching filename. Note: I updated (just implemented) a test method but couldn't already test it. I'm working to get the tests running ... currently something isn't configured right and i don't get it running. | ||||
| * | support more mime types for importing zipped PQs | Stephan Merker | 2012-01-15 | 1 | -5/+16 |
| | | | | see issue #967 | ||||
| * | performance: remove caches from cache after import | Bananeweizen | 2012-01-12 | 1 | -1/+4 |
| | | | | | This (second removal) is necessary since the fix for modified waypoints. | ||||
| * | refactoring: clean up code around static maps | Bananeweizen | 2012-01-08 | 1 | -1/+1 |
| | | |||||
| * | Refactored/renamed cgSearch/cgWrapCache | blafoo | 2011-12-25 | 1 | -5/+5 |
| | | |||||
| * | refactoring: more Findbugs cleanups | bananeweizen | 2011-12-01 | 1 | -0/+3 |
| | | | | | * Used Findbugs 2.0 RC1. You are encouraged to also give it a try to find issues in the new version before release. | ||||
| * | fix #826: import GPX from email/browser without GPXImportActivity | Stephan Merker | 2011-11-23 | 1 | -16/+14 |
| | | | | | - import from email/browser is handled via cgeocaches activity (offline list) | ||||
| * | refactored import thread classes | Stephan Merker | 2011-11-21 | 1 | -126/+82 |
| | | | | | - common GPX10 and GPX11 handling - one zip import implementation is enough | ||||
| * | import PQ zips from browser and email attachments | Stephan Merker | 2011-11-21 | 1 | -6/+101 |
| | | |||||
| * | Remove useless null check | Samuel Tardieu | 2011-11-16 | 1 | -1/+1 |
| | | |||||
