aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove android-support-v4.jar from libsSamuel Tardieu2014-06-011-0/+0
|
* Add Intellij IDEA module file for compatibility librarySamuel Tardieu2014-06-011-0/+1
|
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-018-88/+101
|
* 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-311-81/+77
|
* Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-3130-71/+100
|\ | | | | 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-2423-69/+32
| | | | | | | | | | | | 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-302-0/+376
|\ \
| * | Update original gradle support for current masterArne Schwabe2014-05-191-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | 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-182-0/+375
| | |
* | | 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-303-24/+39
| | |
* | | #3922: remove static runnable referencesBananeweizen2014-05-301-195/+223
| | | | | | | | | | | | | | | Our runnables are held by pool executors which themselves are static members of the CGeoMap class. This can lead to non run runnables holding references to multiple map instances for a long time.
* | | #3922: remove more map references of non static inner classesBananeweizen2014-05-301-8/+39
| | |
* | | new: contextual action bar for cache details and trackableBananeweizen2014-05-295-103/+193
| | | | | | | | | | | | | | | This is surely not complete (as we still use other local context menus in the same actions), but a start for converting all context menus to contextual action bars.
* | | cleanup: remove unwanted authors javadoc tagBananeweizen2014-05-291-4/+0
| | |
* | | fix white map mode iconBananeweizen2014-05-281-1/+1
| | |
* | | use "my calendar" icon for calendar action buttonBananeweizen2014-05-282-1/+1
| | |
* | | fix NPE in testBananeweizen2014-05-283-6/+14
| | |
* | | fix #3920: wrong progress reporting for loc importBananeweizen2014-05-281-2/+3
| | |
* | | #3903: image selection via actionbarBananeweizen2014-05-284-32/+19
| | |
* | | #3903: send button in actionbar, signature as templateBananeweizen2014-05-289-63/+56
| | |
* | | #3903: gcvote rating barBananeweizen2014-05-273-47/+79
| | |
* | | remove unused strings from manualBananeweizen2014-05-2718-18/+0
| | |
* | | fix #3918: remove GCC from navigationBananeweizen2014-05-2722-54/+0
| | |
* | | fix #3916: enable event deletion only for actual past eventsBananeweizen2014-05-271-3/+3
| | |
* | | fix #3912: update list title before loadingBananeweizen2014-05-261-1/+1
| | |
* | | Update changelog_master.xmlLars2014-05-261-0/+3
| | |
* | | remove link to manualBananeweizen2014-05-262-18/+0
| | | | | | | | | | | | The manual is not updated since 2011 and should not be pointed to any more.
* | | have the right list items and fragments in layout previewBananeweizen2014-05-267-18/+33
| | |
* | | crowdin: New translationsrsudev2014-05-252-2/+2
| | |
* | | Fixes #3859, Doubled gcvote in popuprsudev2014-05-251-1/+0
| | |
* | | avoid useless initializations in layout preview modeBananeweizen2014-05-253-2/+23
| | |
* | | #3860: reorder actionbar for cache detailsBananeweizen2014-05-251-14/+14
| | |
* | | fix: menus not updated dynamically on 2.3Bananeweizen2014-05-256-48/+8
| | |
* | | refactoring: make list spinner adapter top level classBananeweizen2014-05-252-64/+74
| | | | | | | | | | | | Our classes are way to big, we should extract as many of the static sub classes as possible.
* | | fix: some activities not showing dynamic titleBananeweizen2014-05-244-6/+16
| | |
* | | Revert "Fix issue #3865"Bananeweizen2014-05-241-3/+3
| | | | | | | | | | | | This reverts commit 7bb1c9d2bb0f12c66866303143e33b539fce18f3.
* | | fix #3871: provide up navigationBananeweizen2014-05-2419-68/+83
| |/ |/|
* | fix #3980: re-initialize sort order after switch to historyBananeweizen2014-05-241-5/+9
| |
* | fix #2049: automate download of cartridgeBananeweizen2014-05-241-1/+21
| |
* | multiple lint and compiler warning fixesBananeweizen2014-05-244-322/+308
| |
* | Fix #3899: Units.getSpeed() returns uncommon stringSammysHP2014-05-231-5/+5
| |