| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix light coordinates popup screen, HOLO is API 11+, not API 14+ | Arne Schwabe | 2014-07-01 | 3 | -8/+41 |
| | | |||||
| * | Add non appcompat entries for MapsActivity, which uses native ActionBar | Arne Schwabe | 2014-07-01 | 1 | -1/+7 |
| | | |||||
| * | ActionBarCompat unfortunately does not fix light theme in dialog (revert ↵ | Arne Schwabe | 2014-07-01 | 1 | -2/+3 |
| | | | | | change introduced by action bar commit) | ||||
| * | More theme fixes | Arne Schwabe | 2014-07-01 | 3 | -13/+25 |
| | | | | | | | | - Fix theme usage of CgeoMap (cgeo light/dark theme instead of holo) - Make progress a bit larger again (32dp instead of 16dp), still smaller than Holo default (48dp) - Make also navigation transparent in main screen - Fix some activities not using dark ActionBar in light theme (e.g. CacheDetails) | ||||
| * | Resort themes.xml, remove unused attributes | Arne Schwabe | 2014-07-01 | 2 | -21/+12 |
| | | |||||
| * | fix Java warning | Bananeweizen | 2014-06-30 | 1 | -4/+7 |
| | | |||||
| * | Update to gradle version 0.12.+ | Arne Schwabe | 2014-06-30 | 1 | -1/+1 |
| | | |||||
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 13 | -77/+75 |
| | | |||||
| * | fix lint warning: layout inflation root | Bananeweizen | 2014-06-29 | 18 | -184/+195 |
| | | |||||
| * | disable lint debug warning | Bananeweizen | 2014-06-29 | 1 | -1/+2 |
| | | |||||
| * | fix android plurals warning | Bananeweizen | 2014-06-29 | 17 | -42/+42 |
| | | |||||
| * | lint fix: suppress password input suggestion | Bananeweizen | 2014-06-29 | 1 | -2/+4 |
| | | |||||
| * | lint fix: avoid resource compiler crashes | Bananeweizen | 2014-06-29 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'release' | rsudev | 2014-06-29 | 2 | -4/+2 |
| |\ | |||||
| | * | Fixes #4012, Search result limited to 40 caches | rsudev | 2014-06-29 | 1 | -4/+1 |
| | | | | | | | | | - meanwhile keeping the original query parameters seems not only to be possible but even necessary | ||||
| | * | Update changelog_release.xml | Lars | 2014-06-25 | 1 | -0/+1 |
| | | | |||||
| * | | upgrade Eclipse settings to Luna | Bananeweizen | 2014-06-29 | 3 | -10/+38 |
| | | | |||||
| * | | remove old butterknife library version | Bananeweizen | 2014-06-29 | 1 | -0/+0 |
| | | | |||||
| * | | upgrade to butterknife 5.1.1 | Bananeweizen | 2014-06-29 | 3 | -9/+9 |
| | | | | | | | Also fixes several old versions in the gradle files. | ||||
| * | | Fixes #3985, NPE in rx code | rsudev | 2014-06-27 | 12 | -3/+3 |
| | | | | | | | | | - switched to rxJava 0.19.2 | ||||
| * | | Fixes #4001, ANR on map | rsudev | 2014-06-25 | 1 | -4/+16 |
| | | | | | | | | | - fixed leaking rx threads by re-using the LoadTimer worker | ||||
| * | | Merge branch 'release' | rsudev | 2014-06-25 | 2 | -2/+5 |
| |\ \ | |/ | |||||
| | * | Fixes #4025, Usage of Mytery instead of Unknown in GPX exports | rsudev | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | | | - makes 'Unknown Cache' again the main type, still understanding 'Mystery Cache' | ||||
| | * | Update changelog_release.xml | Lars | 2014-06-19 | 1 | -0/+3 |
| | | | |||||
| * | | crowdin: New translations | rsudev | 2014-06-25 | 5 | -2/+36 |
| | | | |||||
| * | | Merge pull request #4017 from marco-dev/waypointContextMenu | Marco Jacob | 2014-06-20 | 1 | -5/+7 |
| |\ \ | | | | | | | fixes #3930 - missing register for context menu added | ||||
| | * | | fixes #3930 - missing register for context menu added | Marco Jacob | 2014-06-20 | 1 | -5/+7 |
| | | | | |||||
| * | | | Merge branch 'release' | rsudev | 2014-06-19 | 1 | -0/+7 |
| |\ \ \ | |/ / |/| / | |/ | | | Conflicts: main/src/cgeo/geocaching/CacheListActivity.java | ||||
| | * | Fixes #4013, Caches vanish from lists when storing them | rsudev | 2014-06-18 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #4006 from schwabe/fix_3996 | rsudev | 2014-06-17 | 2 | -0/+19 |
| |\ \ | | | | | | | In Popup Menus the share item does not always have actionProvider, check... | ||||
| | * | | In Popup Menus the share item does not always have actionProvider, check for ↵ | Arne Schwabe | 2014-06-15 | 2 | -0/+19 |
| | | | | | | | | | | | | | an actionprovider in the menu handler (fixes #3996) | ||||
| * | | | crowdin: New translations | rsudev | 2014-06-16 | 3 | -0/+10 |
| |/ / | |||||
| * | | crowdin: New translations | rsudev | 2014-06-15 | 8 | -53/+59 |
| | | | |||||
| * | | Small string fix | rsudev | 2014-06-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3993 from schwabe/theme_fixes | Bananeweizen | 2014-06-15 | 8 | -20/+44 |
| |\ \ | | | | | | | Theme fixes | ||||
| | * | | Change the actionbar of the main activity to be semi transparent | Arne Schwabe | 2014-06-13 | 4 | -0/+0 |
| | | | | |||||
| | * | | Theme/style fixes: make action bar in main view intransparent, background ↵ | Arne Schwabe | 2014-06-13 | 8 | -20/+44 |
| | | | | | | | | | | | | | transparent again, make progress indicator small (closes #3888) | ||||
| * | | | Merge pull request #3994 from schwabe/fix_3991 | Bananeweizen | 2014-06-14 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | Don't react on data change notification if the activity is in the proces... | ||||
| | * | | | Don't react on data change notification if the activity is in the process of ↵ | Arne Schwabe | 2014-06-13 | 1 | -0/+4 |
| | |/ / | | | | | | | | | | being shutdown (Closes #3991) | ||||
| * | | | Test for #3922 - disable multiwindow support | rsudev | 2014-06-14 | 1 | -14/+0 |
| | | | | |||||
| * | | | Merge branch 'release' | rsudev | 2014-06-14 | 1 | -2/+3 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Update changelog_release.xml | Lars | 2014-06-11 | 1 | -2/+3 |
| | | | | |||||
| * | | | crowdin: New translations | rsudev | 2014-06-13 | 2 | -0/+18 |
| | |/ |/| | |||||
| * | | fix #3907: duplicate share menu | Bananeweizen | 2014-06-13 | 22 | -41/+7 |
| | | | |||||
| * | | fix #3989: sortactionprovider must be kept in proguard | Bananeweizen | 2014-06-13 | 1 | -0/+3 |
| | | | |||||
| * | | fix #3259: remove menu "remove all and list" | Bananeweizen | 2014-06-12 | 3 | -38/+8 |
| | | | |||||
| * | | Fixes #3855, now show always the overflow | rsudev | 2014-06-12 | 1 | -0/+17 |
| | | | |||||
| * | | convert sort selection to actionprovider | Bananeweizen | 2014-06-12 | 4 | -160/+199 |
| | | | |||||
| * | | Implements #3894, Only show Changelog on startup if hash code changed | rsudev | 2014-06-12 | 4 | -13/+28 |
| | | | | | | | | | - switched from version checking to checksum checking | ||||
| * | | fix #3961: use radio button menu for compass sensors | Bananeweizen | 2014-06-11 | 3 | -7/+28 |
| | | | |||||
