aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/files
Commit message (Collapse)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-176-15/+15
|
* Move deleteDirectory to FileUtilsSamuel Tardieu2015-02-111-18/+0
|
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-103-7/+0
|
* fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-061-1/+1
|
* Performance: do not box integer valuesSamuel Tardieu2015-01-041-1/+1
|
* Use only one shared images directorySamuel Tardieu2015-01-031-17/+17
| | | | | | The user avatar used to be stored under the "_others" pseudo-geocode while other data not tied to a particular cache was stored under "shared". Now, everything is now in "shared".
* refactoring: more null annotationsBananeweizen2015-01-024-5/+17
|
* Use System.currentTimeMillis() instead of new Date().getTime()Samuel Tardieu2015-01-021-11/+5
|
* fix #4543: search by owner returns caches without coordinatesSamuel Tardieu2014-12-191-1/+4
|
* refactoring: remove test only methodsBananeweizen2014-11-241-3/+3
|
* Fix incorrect XML char determinationSamuel Tardieu2014-11-231-7/+2
| | | | | | A "char" in Java is a signed 16 bits unsigned integer. It cannot be used to represent Unicode supplementary characters and uses surrogate code points in the basic plane instead.
* rename packageBananeweizen2014-11-022-2/+2
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* Load caches from database in parallel from .loc file fetchingSamuel Tardieu2014-10-281-4/+1
|
* fix #4441: wrong distance in lists for caches with modified coordinatesSamuel Tardieu2014-10-281-2/+4
| | | | | | | | The coordinates used to get the cache location were taken from the .loc data for premium members of geocaching.com and basic members with captcha enabled. This has been changed to not use the data from the .loc data when precise location is already available from the database or the cache.
* Use a XML pull parser to parse .loc filesSamuel Tardieu2014-10-281-92/+81
| | | | Parsing XML with regular expressions is bad.
* Name ignored catch parameter as suchSamuel Tardieu2014-09-094-8/+8
|
* Include exception stack trace in error messageSamuel Tardieu2014-09-092-3/+3
|
* findbugs: use explicit encodingBananeweizen2014-09-073-26/+30
|
* import lab caches as virtualBananeweizen2014-09-061-2/+7
|
* fix #3012: NaN in import progress dialogBananeweizen2014-08-241-18/+22
|
* fix #1760: store found date on importing GPXBananeweizen2014-08-241-42/+51
|
* fix #4114: replace strings with patterns in parsersSamuel Tardieu2014-08-042-2/+2
| | | | | Some strings are really meant to be used as regular strings and not as regular expressions.
* Simplify if expressionSamuel Tardieu2014-08-041-6/+2
|
* refactoring: avoid optimization of TEMPORARY_LISTBananeweizen2014-08-041-14/+14
|
* Convert files to Unix formatSamuel Tardieu2014-08-041-97/+97
|
* Do not use questionnable variable namesSamuel Tardieu2014-08-041-1/+1
|
* Make constants constantSamuel Tardieu2014-08-041-1/+1
|
* Use multicatchSamuel Tardieu2014-08-041-3/+0
|
* Remove redundant else constructsSamuel Tardieu2014-08-041-2/+3
|
* switch to Java 1.7Bananeweizen2014-07-175-14/+14
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* remove some findbugs issuesBananeweizen2014-07-091-41/+43
| | | | * unused code * convert explicit type casts to generic method invocations
* fix several name shadowing occurrencesBananeweizen2014-06-291-4/+4
|
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-1/+2
|
* fix NPE in testBananeweizen2014-05-283-6/+14
|
* fix #3920: wrong progress reporting for loc importBananeweizen2014-05-281-2/+3
|
* fix #3823: detect import file type by contentBananeweizen2014-05-173-34/+151
|
* fix #3837: parse new GPX waypoint typesBananeweizen2014-05-141-0/+7
|
* fix #3795: filter invalid character references during importMichael Keppler2014-04-292-1/+103
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-2/+6
|
* fix remaining warnings or document themMichael Keppler2014-04-191-0/+1
|
* fix #3714: NPE in deleteDirectory()Samuel Tardieu2014-04-021-4/+9
|
* Merge branch 'release'rsudev2014-02-281-2/+9
|\
| * Fixes #3628, Array out of bounds in simple dir chooserrsudev2014-02-281-2/+9
| | | | | | | | - hide ok button when diving into a directory
* | read premium only flag from GSAK GPXBananeweizen2014-01-291-66/+90
| |
* | import personal note from GSAK GPXBananeweizen2014-01-291-0/+8
| |
* | Add parsing protection against invalid inputMatrikss2014-01-281-1/+6
| |
* | Add FavPoints parsing for GSAK GPX;Matrikss2014-01-271-0/+8
| | | | | | | | Add test case;
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-211-1/+1
|\ \ | |/
| * fix #3559: add picture to log fails on KitKatSamuel Tardieu2014-01-211-1/+1
| |
* | Prevent concurrent writings of the same fileSamuel Tardieu2014-01-191-4/+7
| |