aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* New versionmucek42011-09-182-2/+5
|
* Make c:geo work with Android 3+Samuel Tardieu2011-09-171-1/+1
| | | | | | | | Under Android 3+, getHeaderFields() contains an entry whose key is null containing the status line (such as 200 OK) as sent by the web server. Fix for #490.
* New version with bugFixesmucek42011-09-172-2/+5
|
* Fix #494, spoiler images not parsedSammysHP2011-09-171-18/+15
|
* Only - ^ ] \ must be escaped in a character classSammysHP2011-09-174-11/+11
| | | See http://www.regular-expressions.info/charclass.html for reference.
* Revert "Don't replace ".""SammysHP2011-09-171-3/+2
| | | | | | | This reverts commit 94af6503b1655e024372b0f00b2c41a2e0e06c7c. I was wrong with escaping . in character classes and also my Eclipse added weird things.
* Don't replace "."SammysHP2011-09-171-2/+3
| | | (and if you want to replace it then escape it and match for "\\." and not for "."), see #492
* Logs count Fix #492mucek42011-09-171-3/+3
|
* Hint decrypt added back to GC.com Fix #491mucek42011-09-171-1/+2
|
* Merge branch 'master' of ssh://github.com/cgeo/c-geo-opensourcemucek42011-09-172-8/+18
|\
| * Merge pull request #485 from YraFyra/masterkoem2011-09-162-8/+18
| |\ | | | | | | Updated swedish translation
| | * Improved swedish translation and minor fixes in english.YraFyra2011-09-162-8/+18
| | |
* | | 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
|/
* Next Marketmucek42011-09-162-2/+5
|
* Merge branch 'master' of ↵Bananeweizen2011-09-163-47/+27
|\ | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * 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
|
* Merge branch 'master' of ↵Bananeweizen2011-09-167-58/+75
|\ | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * Cache result of waypoint order computationSamuel Tardieu2011-09-166-19/+36
| |
| * Make cgWaypoint comparableSamuel Tardieu2011-09-162-37/+35
| |
| * Do not try to copy empty coordinates when editing waypointSamuel Tardieu2011-09-161-4/+6
| | | | | | | | | | | | Also, better be safe than sorry, allow null name and note. This fixes #481.
| * Correctly parse distance using commasSamuel Tardieu2011-09-161-2/+2
| |
* | CC licenses require naming the license itself!Bananeweizen2011-09-161-1/+1
|/
* Use correct method name when logging errorsSamuel Tardieu2011-09-161-6/+6
|
* Move sources into the main directorySamuel Tardieu2011-09-16786-0/+58225
This prepares the inclusion of tests into the same repository.