aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Pimped additional regexblafoo2011-09-251-3/+4
* Pimped additional regexblafoo2011-09-253-59/+27
* Pimped additional regexblafoo2011-09-255-99/+91
* "Simplified" regexblafoo2011-09-251-41/+3
* Tuned regex for description and hintblafoo2011-09-253-53/+117
* Merge pull request #505 from scrool/L10nBananeweizen2011-09-252-8/+8
|\
| * Localisation strings latitude, longitude, of mergedPavol Babincak2011-09-201-2/+2
| * Improved c:geo localisationPavol Babincak2011-09-182-8/+8
* | Prefer a canonical longitude representationSamuel Tardieu2011-09-221-1/+2
* | Merge branch 'master' of ssh://github.com/cgeo/c-geo-opensourcemucek42011-09-2210-116/+129
|\ \
| * | Cleanup code by using addAll()Samuel Tardieu2011-09-221-4/+2
| * | Check for null headers mapSamuel Tardieu2011-09-221-0/+4
| * | Precompute static URI valuesSamuel Tardieu2011-09-228-41/+48
| * | Use URI instead of secure/host/path when calling request()Samuel Tardieu2011-09-228-104/+96
| * | Do not build URI request part by handSamuel Tardieu2011-09-221-31/+43
* | | Silly bug when implementing Apache libmucek42011-09-221-1/+1
|/ /
* | Do not retry the same URL when a relative redirection is usedSamuel Tardieu2011-09-211-15/+11
* | Fix NPE in detectGcCustomDateSammysHP2011-09-211-0/+5
* | initial support of OpenCaching.DE/.PL/.USBananeweizen2011-09-2013-92/+610
* | fix: NPE when storing logs (occurs only for non GC caches) Bananeweizen2011-09-201-1/+1
* | Merge pull request #515 from samueltardieu/use-backup-agentSamuel Tardieu2011-09-204-0/+30
|\ \
| * | Use Google backup agent to backup preferencesSamuel Tardieu2011-09-204-0/+30
* | | Insert signature after the cursorSamuel Tardieu2011-09-203-9/+12
* | | Save the log text when quitting the log activitySamuel Tardieu2011-09-201-7/+26
* | | Remove dead codeSamuel Tardieu2011-09-201-7/+0
|/ /
* | Remove extra bogus lineSamuel Tardieu2011-09-201-1/+0
* | Do not use an intermediate AndroidLevel8Internal classSamuel Tardieu2011-09-202-29/+4
* | Simplify compatibility codeSamuel Tardieu2011-09-201-32/+6
* | Renamed map classes to uppercasersudev2011-09-2023-84/+84
* | new: LOC files importBananeweizen2011-09-191-6/+4
* | remove import declaration for not yet to be released feature :)Bananeweizen2011-09-191-1/+0
* | * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-198-83/+107
* | Merge pull request #502 from blafoo/masterSamuel Tardieu2011-09-191-4/+1
|\ \
| * | Updated test datablafoo2011-09-181-4/+1
| |/
* | #179, Map refactor, renaming classesrsudev2011-09-1843-299/+299
|/
* Make c:geo work with Android 3+Samuel Tardieu2011-09-171-1/+1
* Fix #494, spoiler images not parsedSammysHP2011-09-171-18/+15
* Only - ^ ] \ must be escaped in a character classSammysHP2011-09-174-11/+11
* Revert "Don't replace ".""SammysHP2011-09-171-3/+2
* Don't replace "."SammysHP2011-09-171-2/+3
* Logs count Fix #492mucek42011-09-171-3/+3
* Hint decrypt added back to GC.com Fix #491mucek42011-09-171-1/+2
* Workaround for #486 and detect custum date format on startupmucek42011-09-171-0/+9
* RegEx for hint made shorter and ungreedy. Fix #487mucek42011-09-171-3/+3
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-09-163-47/+27
|\
| * Do not abuse String.indexOf()Samuel Tardieu2011-09-163-47/+27
* | fix #473: ROT13 on String or Spannable, including new testBananeweizen2011-09-166-105/+137
|/
* don't compare Strings using equals operatorBananeweizen2011-09-161-1/+1
* Cache result of waypoint order computationSamuel Tardieu2011-09-166-19/+36
* Make cgWaypoint comparableSamuel Tardieu2011-09-162-37/+35