| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | have store/delete/refresh in action bar | Bananeweizen | 2014-05-31 | 3 | -144/+189 |
| | | |||||
| * | fix broken unit tests | Bananeweizen | 2014-05-31 | 1 | -81/+77 |
| | | |||||
| * | Merge pull request #3901 from schwabe/internal_webview | Bananeweizen | 2014-05-31 | 30 | -71/+100 |
| |\ | | | | | Internal webview | ||||
| | * | Implement a small internal browser (using webview) and allow the user to ↵ | Arne Schwabe | 2014-05-24 | 9 | -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 Schwabe | 2014-05-24 | 23 | -69/+32 |
| | | | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f. | ||||
| * | | Fixes #3893, Less transparent Action Bar | rsudev | 2014-05-30 | 2 | -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' | Bananeweizen | 2014-05-30 | 2 | -0/+376 |
| |\ \ | |||||
| | * | | Update original gradle support for current master | Arne Schwabe | 2014-05-19 | 1 | -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 Valente | 2014-05-18 | 2 | -0/+375 |
| | | | | |||||
| * | | | Eclipse: enforce final variables, parameters and members on saving | Bananeweizen | 2014-05-30 | 1 | -4/+4 |
| | | | | |||||
| * | | | #3903: move offline log buttons to action bar | Bananeweizen | 2014-05-30 | 3 | -85/+63 |
| | | | | |||||
| * | | | fix #3923: signature template not resolved recursively | Bananeweizen | 2014-05-30 | 3 | -24/+39 |
| | | | | |||||
| * | | | #3922: remove static runnable references | Bananeweizen | 2014-05-30 | 1 | -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 classes | Bananeweizen | 2014-05-30 | 1 | -8/+39 |
| | | | | |||||
| * | | | new: contextual action bar for cache details and trackable | Bananeweizen | 2014-05-29 | 5 | -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 tag | Bananeweizen | 2014-05-29 | 1 | -4/+0 |
| | | | | |||||
| * | | | fix white map mode icon | Bananeweizen | 2014-05-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | use "my calendar" icon for calendar action button | Bananeweizen | 2014-05-28 | 2 | -1/+1 |
| | | | | |||||
| * | | | fix NPE in test | Bananeweizen | 2014-05-28 | 3 | -6/+14 |
| | | | | |||||
| * | | | fix #3920: wrong progress reporting for loc import | Bananeweizen | 2014-05-28 | 1 | -2/+3 |
| | | | | |||||
| * | | | #3903: image selection via actionbar | Bananeweizen | 2014-05-28 | 4 | -32/+19 |
| | | | | |||||
| * | | | #3903: send button in actionbar, signature as template | Bananeweizen | 2014-05-28 | 9 | -63/+56 |
| | | | | |||||
| * | | | #3903: gcvote rating bar | Bananeweizen | 2014-05-27 | 3 | -47/+79 |
| | | | | |||||
| * | | | remove unused strings from manual | Bananeweizen | 2014-05-27 | 18 | -18/+0 |
| | | | | |||||
| * | | | fix #3918: remove GCC from navigation | Bananeweizen | 2014-05-27 | 22 | -54/+0 |
| | | | | |||||
| * | | | fix #3916: enable event deletion only for actual past events | Bananeweizen | 2014-05-27 | 1 | -3/+3 |
| | | | | |||||
| * | | | fix #3912: update list title before loading | Bananeweizen | 2014-05-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update changelog_master.xml | Lars | 2014-05-26 | 1 | -0/+3 |
| | | | | |||||
| * | | | remove link to manual | Bananeweizen | 2014-05-26 | 2 | -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 preview | Bananeweizen | 2014-05-26 | 7 | -18/+33 |
| | | | | |||||
| * | | | crowdin: New translations | rsudev | 2014-05-25 | 2 | -2/+2 |
| | | | | |||||
| * | | | Fixes #3859, Doubled gcvote in popup | rsudev | 2014-05-25 | 1 | -1/+0 |
| | | | | |||||
| * | | | avoid useless initializations in layout preview mode | Bananeweizen | 2014-05-25 | 3 | -2/+23 |
| | | | | |||||
| * | | | #3860: reorder actionbar for cache details | Bananeweizen | 2014-05-25 | 1 | -14/+14 |
| | | | | |||||
| * | | | fix: menus not updated dynamically on 2.3 | Bananeweizen | 2014-05-25 | 6 | -48/+8 |
| | | | | |||||
| * | | | refactoring: make list spinner adapter top level class | Bananeweizen | 2014-05-25 | 2 | -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 title | Bananeweizen | 2014-05-24 | 4 | -6/+16 |
| | | | | |||||
| * | | | Revert "Fix issue #3865" | Bananeweizen | 2014-05-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | This reverts commit 7bb1c9d2bb0f12c66866303143e33b539fce18f3. | ||||
| * | | | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 19 | -68/+83 |
| | |/ |/| | |||||
| * | | fix #3980: re-initialize sort order after switch to history | Bananeweizen | 2014-05-24 | 1 | -5/+9 |
| | | | |||||
| * | | fix #2049: automate download of cartridge | Bananeweizen | 2014-05-24 | 1 | -1/+21 |
| | | | |||||
| * | | multiple lint and compiler warning fixes | Bananeweizen | 2014-05-24 | 4 | -322/+308 |
| | | | |||||
| * | | Fix #3899: Units.getSpeed() returns uncommon string | SammysHP | 2014-05-23 | 1 | -5/+5 |
| | | | |||||
| * | | #3818: kill multiple map references | Bananeweizen | 2014-05-23 | 1 | -58/+92 |
| | | | |||||
| * | | Revert accidental deletion of strings | SammysHP | 2014-05-23 | 7 | -0/+7 |
| | | | | | | | | | | | Partially reverts 908238bba0f53f11151f2de2f424f994aef886f7 and 58991a3e861048d9b35462fae07246e2272e82b7. | ||||
| * | | fix #3897: own log not added to friend/own log page after logging | Samuel Tardieu | 2014-05-22 | 1 | -0/+1 |
| | | | |||||
| * | | remove unused resources (lint warnings) | Bananeweizen | 2014-05-22 | 19 | -22/+0 |
| | | | |||||
| * | | remove no longer used strings (lint error) | Bananeweizen | 2014-05-22 | 17 | -20/+0 |
| | | | |||||
| * | | fix #3877: hide menu items instead of disabling them | Bananeweizen | 2014-05-22 | 4 | -8/+8 |
| | | | | | | | | | We probably need to do further rework on the menus, but this fixes at least the style guideline issue. | ||||
| * | | Merge pull request #3892 from schwabe/fix_3884 | Bananeweizen | 2014-05-22 | 3 | -37/+12 |
| |\ \ | | | | | | | Flatten menu in the List menu, fixes #3884 | ||||
