aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog_master.xmlLars2014-06-081-0/+5
|
* Merge pull request #3964 from marco-dev/hideStaticMapsDownloadForLiveCachesBananeweizen2014-06-082-10/+10
|\ | | | | fixes #3957 - only show cache static maps navigation for offline stored caches
| * fixes #3957 - only show cache static maps navigation for offline stored cachesMarco Jacob2014-06-072-10/+10
| |
* | Merge remote-tracking branch 'marco-dev/fixStaticMapsCropLayout'rsudev2014-06-072-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | m dieser # Merge erforderlich ist, insbesondere wenn es einen aktualisierten # Upstream-Branch mit einem Thema-Branch zusammenführt. # # Zeilen beginnend mit '#' werden ignoriert, und eine leere Beschreibung # bricht den Commit ab.
| * fixes #3959 - don't crop static maps due to Google licenseMarco Jacob2014-06-072-2/+2
| |
* | fix #3960: turning compass on/off is counter-intuitiveSamuel Tardieu2014-06-071-1/+1
| |
* | Adjust local storage access for trackablesrsudev2014-06-071-1/+4
| |
* | update butterknife library to 5.1.0Michael Keppler2014-06-073-1/+1
| |
* | cleanup: fix Java warningsMichael Keppler2014-06-072-21/+1
| |
* | Implements #3944, Geokrety support for OCrsudev2014-06-062-34/+64
| | | | | | | | - aquire trackable info through OKAPI, load details on request
* | Merge pull request #3956 from rsudev/crowdin_translationsrsudev2014-06-061-0/+2
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-06-061-0/+2
|/ /
* | fix #3946: show existing gcvote when opening log activityBananeweizen2014-06-041-0/+1
| |
* | Store the cache for offline use if a note is addedSamuel Tardieu2014-06-0417-50/+2
| | | | | | | | | | This removes the confirmation dialog, as saving the cache when we already have detailed information should be done automatically.
* | fix #2632: custom waypoints lost after version updateSamuel Tardieu2014-06-042-2/+16
| | | | | | | | | | This triggers an automatic saving of the cache in the standard list before any waypoint manipulation.
* | fix #3942: log template USER must depend on cache websiteBananeweizen2014-06-031-0/+7
| |
* | Merge pull request #3938 from rsudev/crowdin_translationsrsudev2014-06-023-0/+13
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-06-023-0/+13
|/ /
* | Merge pull request #3935 from rsudev/crowdin_translationsrsudev2014-06-013-7/+3
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-06-013-7/+3
|/ /
* | convert map settings to checkbox based menusBananeweizen2014-06-0121-114/+33
| | | | | | | | | | This avoids the confusion that is always connected with label changing menu items (Is the label showing the current state or the state that I get when clicking?)
* | remove bad french stringsBananeweizen2014-06-011-14/+0
| |
* | new: icons in search suggestionsBananeweizen2014-06-013-6/+11
| |
* | fix #3864: don't call search function on our ownBananeweizen2014-06-011-28/+25
| | | | | | | | | | This is already handled by the search configuration. We would only need to call this ourselfes if we had not registered such a search configuration.
* | new: show recently opened caches in global searchBananeweizen2014-06-017-197/+276
| | | | | | | | | | | | | | Without any search term given, the search suggestions now contain the most recent caches. We should probably add a more explicit UI on the main screen for that, too, as discussed before.
* | Complete and update French translations (through crowdin)Samuel Tardieu2014-06-011-1/+31
| |
* | show number of caches also for history and all listsBananeweizen2014-06-015-14/+29
| |
* | ignore missing density folders in test projectBananeweizen2014-06-011-0/+4
| |
* | lint fixesBananeweizen2014-06-0129-231/+9
| |
* | The cache may not be loaded while initially preparing the options menuSamuel Tardieu2014-06-011-3/+3
| |
* | Remove android-support-v4.jar from libsSamuel Tardieu2014-06-011-0/+0
| |
* | Add Intellij IDEA module file for compatibility librarySamuel Tardieu2014-06-013-0/+52
| |
* | Add more parallelism in static maps downloadsSamuel Tardieu2014-06-019-91/+105
| |
* | fix #3931: respect filter when switching listsBananeweizen2014-06-011-0/+7
| |
* | fix #3933: switching list leads to onloadfinished of current loaderBananeweizen2014-06-012-21/+17
| |
* | fix #3915: show filter count also in actionbar spinnerBananeweizen2014-05-312-78/+93
| |
* | fix #3928: update speech menu on actionsBananeweizen2014-05-311-13/+15
| |
* | have store/delete/refresh in action barBananeweizen2014-05-313-144/+189
| |
* | fix broken unit testsBananeweizen2014-05-314-87/+81
| |
* | Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-3131-71/+112
|\ \ | | | | | | Internal webview
| * | Implement a small internal browser (using webview) and allow the user to ↵Arne Schwabe2014-05-249-3/+69
| | | | | | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
| * | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-2424-69/+44
| | | | | | | | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* | | Fixes #3893, Less transparent Action Barrsudev2014-05-302-1/+2
| | | | | | | | | | | | | | | 'Make main background less transparent. Should make actionbar icons more visible on light backgrounds' - Adjusted implementation by schwabe according to suggestion from bananeweizen. (rsudev)
* | | Merge remote-tracking branch 'schwabe/cgeo_gradle'Bananeweizen2014-05-3011-2/+678
|\ \ \
| * | | Add files/directories used by gradle/Android Studio to .gitignoreArne Schwabe2014-05-191-1/+6
| | | |
| * | | Update original gradle support for current masterArne Schwabe2014-05-198-22/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gradle wrapper to ease building with gradle Add support for maps-with-me in gradle build Update libraries for gradle build
| * | | Gradle files for android Studio 0.5.1+ (Gradle 0.9+)Ludovic Valente2014-05-185-0/+409
| | | |
* | | | Eclipse: enforce final variables, parameters and members on savingBananeweizen2014-05-301-4/+4
| | | |
* | | | #3903: move offline log buttons to action barBananeweizen2014-05-303-85/+63
| | | |
* | | | fix #3923: signature template not resolved recursivelyBananeweizen2014-05-305-27/+86
| | | |