aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new: undo list operationsBananeweizen2015-05-02128-74/+10787
|
* Revert "Do not require a less specific type than what is really needed"Samuel Tardieu2015-05-019-40/+49
| | | | | | | | This reverts commit 4cdb76d84ea3c639a7fe241ccd9c18fae1e7ba96 as it causes problems during XML inflation. > android.view.InflateException: Binary XML file line #44: > Error inflating class cgeo.geocaching.settings.CheckGcCredentialsPreference
* Do not concatenate strings inside a StringBuilderSamuel Tardieu2015-05-011-2/+4
| | | | Also, add TODO for better use of string resources.
* Do not require a less specific type than what is really neededSamuel Tardieu2015-05-019-49/+40
|
* refactoring: avoid duplicate json path querySamuel Tardieu2015-05-011-2/+3
|
* Use Play Services 7.3 LocationCallbackSamuel Tardieu2015-05-011-3/+5
|
* force snapshot updates in maven update checkBananeweizen2015-05-011-1/+1
|
* upgrade jackson and androidannotationsBananeweizen2015-05-0132-22/+22
|
* Fix failing testSamuel Tardieu2015-04-301-1/+1
| | | | | The test has been inadvertently reversed during the refactoring in 9a262f37a252105e77760ea2e9415ad712e2da93.
* Upgrade to RxJava 1.0.10Samuel Tardieu2015-04-309-5/+5
|
* upgrade to Play Services 7.3Bananeweizen2015-04-285-4/+4
|
* avoid NPE in GPX related testsBananeweizen2015-04-281-5/+5
|
* refactoring: use more AssertJ APIBananeweizen2015-04-2828-179/+143
|
* revert trackable parsingBananeweizen2015-04-281-1/+1
| | | | | | Actually the core cache parsing method will only read the fields retrieved by the core fields request. That contains only the trackable number. The full trackables will only be parsed by the full cache request.
* refactoring: use primitive typesBananeweizen2015-04-284-9/+10
|
* Merge pull request #4913 from kumy/issue-4911Michael Keppler2015-04-2811-42/+417
|\ | | | | Fix #4911: Cache inventory should be smarter ;)
| * Fix #4911: Cache inventory should be smarter ;)Mathieu Alorent2015-04-2811-42/+417
|/ | | | | | | | Create new functions for easy merging trackables. * addInventoryItem() * mergeInventory() Use new function where appropriated.
* Merge pull request #4916 from kumy/logentry-unitestSamuel Tardieu2015-04-283-0/+159
|\ | | | | Add JavaDoc and unit tests to LogEntry class
| * Add JavaDoc and unit testsMathieu Alorent2015-04-283-0/+159
|/
* Fix #4850: "Auto visit" not always working for GKsMathieu Alorent2015-04-261-0/+1
|
* Merge pull request #4912 from kumy/add-missing-annotationkumy2015-04-264-0/+4
|\ | | | | | | | | Add missing annotations on overriden methods Geocache.getGeocode()
| * Add missing annotations on overriden methodsMathieu Alorent2015-04-264-0/+4
|/ | | | Let Idea be happy :)
* add javadoc for parallel connector requestingBananeweizen2015-04-261-2/+13
|
* Merge pull request #4909 from kumy/issue-4907Michael Keppler2015-04-264-3/+40
|\ | | | | Fix #4907: NextPageGeocacheListLoader doesn't use parallelCombineActive
| * Fix #4907: NextPageGeocacheListLoader doesn't use parallelCombineActiveMathieu Alorent2015-04-254-3/+40
| |
* | Merge pull request #4876 from kumy/issue-4854-bisMichael Keppler2015-04-262-5/+16
|\ \ | | | | | | Fix #4854: Direct users to settings if they try to log a GK without login
| * | Fix #4854: Direct users to settings if they try to log a GK without loginMathieu Alorent2015-04-122-5/+16
| | | | | | | | | | | | | | | Rework of the message given to the user. Remove the toast. Display a Yes/No Dialog.
* | | Merge pull request #4910 from kumy/add_docstringkumy2015-04-251-0/+64
|\ \ \ | |_|/ |/| | Add some Java doc
| * | Add some Java docMathieu Alorent2015-04-251-0/+64
|/ /
* | refactoring: simplify some codeBananeweizen2015-04-241-8/+1
| |
* | Merge pull request #4906 from rsudev/crowdin_translationsrsudev2015-04-2318-66/+30
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2015-04-2318-66/+30
|/ /
* | Merge pull request #4905 from kumy/issue-4904kumy2015-04-231-1/+1
|\ \ | | | | | | Fix #4904: Use the new api url for GKM
| * | Fix #4904: Use the new api url for GKMMathieu Alorent2015-04-231-1/+1
|/ /
* | have icon in direction menuBananeweizen2015-04-221-0/+1
| |
* | show path and file name already before exportingBananeweizen2015-04-223-8/+16
| |
* | fix #4898: export menu in cache detailsBananeweizen2015-04-224-17/+59
| |
* | start unique file names index with 2Bananeweizen2015-04-222-4/+5
| | | | | | humans count 1,2,3 not 1,1,2,3
* | disable problematic UI testsBananeweizen2015-04-222-11/+19
| |
* | normalize geocodes returned by connectorsBananeweizen2015-04-223-1/+8
| | | | | | | | Avoids that any of the connectors returns a non uppercase geocode from parsing an URL
* | refactoring: convert compass target menu into actionproviderBananeweizen2015-04-193-37/+114
| |
* | refactoring: cleanup action providersBananeweizen2015-04-192-18/+5
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2015-04-191-4/+12
|\ \
| * | fix #4884: Heading line has wrong target when started from compassBananeweizen2015-04-191-4/+12
| | |
* | | fix #4896: huge empty space in compassBananeweizen2015-04-191-1/+1
| | |
* | | fix #4776: optional direction lineBananeweizen2015-04-191-4/+3
| | | | | | | | | menu item was not checked initially
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2015-04-191-4/+3
|\ \ \ | |/ /
| * | fix #4895: NPE in DistanceDrawerBananeweizen2015-04-191-4/+3
| | |
* | | add null annotationBananeweizen2015-04-191-1/+2
| | |
* | | fix #4888: NPE in MapsWithMeCacheListAppBananeweizen2015-04-165-6/+18
| | |