| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing final qualifiers in main module | Samuel Tardieu | 2015-03-17 | 6 | -15/+15 |
| | | |||||
| * | Move deleteDirectory to FileUtils | Samuel Tardieu | 2015-02-11 | 1 | -18/+0 |
| | | |||||
| * | Remove empty JavaDoc @param and @return | Samuel Tardieu | 2015-02-10 | 3 | -7/+0 |
| | | |||||
| * | fix #4591: refreshing without progress leads to ANR | Samuel Tardieu | 2015-01-06 | 1 | -1/+1 |
| | | |||||
| * | Performance: do not box integer values | Samuel Tardieu | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Use only one shared images directory | Samuel Tardieu | 2015-01-03 | 1 | -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 annotations | Bananeweizen | 2015-01-02 | 4 | -5/+17 |
| | | |||||
| * | Use System.currentTimeMillis() instead of new Date().getTime() | Samuel Tardieu | 2015-01-02 | 1 | -11/+5 |
| | | |||||
| * | fix #4543: search by owner returns caches without coordinates | Samuel Tardieu | 2014-12-19 | 1 | -1/+4 |
| | | |||||
| * | refactoring: remove test only methods | Bananeweizen | 2014-11-24 | 1 | -3/+3 |
| | | |||||
| * | Fix incorrect XML char determination | Samuel Tardieu | 2014-11-23 | 1 | -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 package | Bananeweizen | 2014-11-02 | 2 | -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 fetching | Samuel Tardieu | 2014-10-28 | 1 | -4/+1 |
| | | |||||
| * | fix #4441: wrong distance in lists for caches with modified coordinates | Samuel Tardieu | 2014-10-28 | 1 | -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 files | Samuel Tardieu | 2014-10-28 | 1 | -92/+81 |
| | | | | | Parsing XML with regular expressions is bad. | ||||
| * | Name ignored catch parameter as such | Samuel Tardieu | 2014-09-09 | 4 | -8/+8 |
| | | |||||
| * | Include exception stack trace in error message | Samuel Tardieu | 2014-09-09 | 2 | -3/+3 |
| | | |||||
| * | findbugs: use explicit encoding | Bananeweizen | 2014-09-07 | 3 | -26/+30 |
| | | |||||
| * | import lab caches as virtual | Bananeweizen | 2014-09-06 | 1 | -2/+7 |
| | | |||||
| * | fix #3012: NaN in import progress dialog | Bananeweizen | 2014-08-24 | 1 | -18/+22 |
| | | |||||
| * | fix #1760: store found date on importing GPX | Bananeweizen | 2014-08-24 | 1 | -42/+51 |
| | | |||||
| * | fix #4114: replace strings with patterns in parsers | Samuel Tardieu | 2014-08-04 | 2 | -2/+2 |
| | | | | | | Some strings are really meant to be used as regular strings and not as regular expressions. | ||||
| * | Simplify if expression | Samuel Tardieu | 2014-08-04 | 1 | -6/+2 |
| | | |||||
| * | refactoring: avoid optimization of TEMPORARY_LIST | Bananeweizen | 2014-08-04 | 1 | -14/+14 |
| | | |||||
| * | Convert files to Unix format | Samuel Tardieu | 2014-08-04 | 1 | -97/+97 |
| | | |||||
| * | Do not use questionnable variable names | Samuel Tardieu | 2014-08-04 | 1 | -1/+1 |
| | | |||||
| * | Make constants constant | Samuel Tardieu | 2014-08-04 | 1 | -1/+1 |
| | | |||||
| * | Use multicatch | Samuel Tardieu | 2014-08-04 | 1 | -3/+0 |
| | | |||||
| * | Remove redundant else constructs | Samuel Tardieu | 2014-08-04 | 1 | -2/+3 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 5 | -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 issues | Bananeweizen | 2014-07-09 | 1 | -41/+43 |
| | | | | | * unused code * convert explicit type casts to generic method invocations | ||||
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 1 | -4/+4 |
| | | |||||
| * | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -1/+2 |
| | | |||||
| * | fix NPE in test | Bananeweizen | 2014-05-28 | 3 | -6/+14 |
| | | |||||
| * | fix #3920: wrong progress reporting for loc import | Bananeweizen | 2014-05-28 | 1 | -2/+3 |
| | | |||||
| * | fix #3823: detect import file type by content | Bananeweizen | 2014-05-17 | 3 | -34/+151 |
| | | |||||
| * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 1 | -0/+7 |
| | | |||||
| * | fix #3795: filter invalid character references during import | Michael Keppler | 2014-04-29 | 2 | -1/+103 |
| | | |||||
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 1 | -2/+6 |
| | | |||||
| * | fix remaining warnings or document them | Michael Keppler | 2014-04-19 | 1 | -0/+1 |
| | | |||||
| * | fix #3714: NPE in deleteDirectory() | Samuel Tardieu | 2014-04-02 | 1 | -4/+9 |
| | | |||||
| * | Merge branch 'release' | rsudev | 2014-02-28 | 1 | -2/+9 |
| |\ | |||||
| | * | Fixes #3628, Array out of bounds in simple dir chooser | rsudev | 2014-02-28 | 1 | -2/+9 |
| | | | | | | | | | - hide ok button when diving into a directory | ||||
| * | | read premium only flag from GSAK GPX | Bananeweizen | 2014-01-29 | 1 | -66/+90 |
| | | | |||||
| * | | import personal note from GSAK GPX | Bananeweizen | 2014-01-29 | 1 | -0/+8 |
| | | | |||||
| * | | Add parsing protection against invalid input | Matrikss | 2014-01-28 | 1 | -1/+6 |
| | | | |||||
| * | | Add FavPoints parsing for GSAK GPX; | Matrikss | 2014-01-27 | 1 | -0/+8 |
| | | | | | | | | | Add test case; | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-21 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #3559: add picture to log fails on KitKat | Samuel Tardieu | 2014-01-21 | 1 | -1/+1 |
| | | | |||||
| * | | Prevent concurrent writings of the same file | Samuel Tardieu | 2014-01-19 | 1 | -4/+7 |
| | | | |||||
