aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* #3922: remove unused dimensions from Samsung multi window featureBananeweizen2014-07-031-4/+0
|
* suppress lint warning for unused attributesBananeweizen2014-07-031-0/+1
|
* fix Java warningBananeweizen2014-06-301-4/+7
|
* Update to gradle version 0.12.+Arne Schwabe2014-06-301-1/+1
|
* fix several name shadowing occurrencesBananeweizen2014-06-2913-77/+75
|
* fix lint warning: layout inflation rootBananeweizen2014-06-2918-184/+195
|
* disable lint debug warningBananeweizen2014-06-291-1/+2
|
* fix android plurals warningBananeweizen2014-06-2917-42/+42
|
* lint fix: suppress password input suggestionBananeweizen2014-06-291-2/+4
|
* lint fix: avoid resource compiler crashesBananeweizen2014-06-291-1/+1
|
* Merge branch 'release'rsudev2014-06-292-4/+2
|\
| * Fixes #4012, Search result limited to 40 cachesrsudev2014-06-291-4/+1
| | | | | | | | - meanwhile keeping the original query parameters seems not only to be possible but even necessary
| * Update changelog_release.xmlLars2014-06-251-0/+1
| |
* | upgrade Eclipse settings to LunaBananeweizen2014-06-293-10/+38
| |
* | remove old butterknife library versionBananeweizen2014-06-291-0/+0
| |
* | upgrade to butterknife 5.1.1Bananeweizen2014-06-293-9/+9
| | | | | | Also fixes several old versions in the gradle files.
* | Fixes #3985, NPE in rx codersudev2014-06-2712-3/+3
| | | | | | | | - switched to rxJava 0.19.2
* | Fixes #4001, ANR on maprsudev2014-06-251-4/+16
| | | | | | | | - fixed leaking rx threads by re-using the LoadTimer worker
* | Merge branch 'release'rsudev2014-06-252-2/+5
|\ \ | |/
| * Fixes #4025, Usage of Mytery instead of Unknown in GPX exportsrsudev2014-06-251-2/+2
| | | | | | | | - makes 'Unknown Cache' again the main type, still understanding 'Mystery Cache'
| * Update changelog_release.xmlLars2014-06-191-0/+3
| |
* | crowdin: New translationsrsudev2014-06-255-2/+36
| |
* | Merge pull request #4017 from marco-dev/waypointContextMenuMarco Jacob2014-06-201-5/+7
|\ \ | | | | | | fixes #3930 - missing register for context menu added
| * | fixes #3930 - missing register for context menu addedMarco Jacob2014-06-201-5/+7
| | |
* | | Merge branch 'release'rsudev2014-06-191-0/+7
|\ \ \ | |/ / |/| / | |/ | | Conflicts: main/src/cgeo/geocaching/CacheListActivity.java
| * Fixes #4013, Caches vanish from lists when storing themrsudev2014-06-181-1/+5
| |
* | Merge pull request #4006 from schwabe/fix_3996rsudev2014-06-172-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 Schwabe2014-06-152-0/+19
| | | | | | | | | | | | an actionprovider in the menu handler (fixes #3996)
* | | crowdin: New translationsrsudev2014-06-163-0/+10
|/ /
* | crowdin: New translationsrsudev2014-06-158-53/+59
| |
* | Small string fixrsudev2014-06-151-1/+1
| |
* | Merge pull request #3993 from schwabe/theme_fixesBananeweizen2014-06-158-20/+44
|\ \ | | | | | | Theme fixes
| * | Change the actionbar of the main activity to be semi transparentArne Schwabe2014-06-134-0/+0
| | |
| * | Theme/style fixes: make action bar in main view intransparent, background ↵Arne Schwabe2014-06-138-20/+44
| | | | | | | | | | | | transparent again, make progress indicator small (closes #3888)
* | | Merge pull request #3994 from schwabe/fix_3991Bananeweizen2014-06-141-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 Schwabe2014-06-131-0/+4
| |/ / | | | | | | | | | being shutdown (Closes #3991)
* | | Test for #3922 - disable multiwindow supportrsudev2014-06-141-14/+0
| | |
* | | Merge branch 'release'rsudev2014-06-141-2/+3
|\ \ \ | | |/ | |/|
| * | Update changelog_release.xmlLars2014-06-111-2/+3
| | |
* | | crowdin: New translationsrsudev2014-06-132-0/+18
| |/ |/|
* | fix #3907: duplicate share menuBananeweizen2014-06-1322-41/+7
| |
* | fix #3989: sortactionprovider must be kept in proguardBananeweizen2014-06-131-0/+3
| |
* | fix #3259: remove menu "remove all and list"Bananeweizen2014-06-123-38/+8
| |
* | Fixes #3855, now show always the overflowrsudev2014-06-121-0/+17
| |
* | convert sort selection to actionproviderBananeweizen2014-06-124-160/+199
| |
* | Implements #3894, Only show Changelog on startup if hash code changedrsudev2014-06-124-13/+28
| | | | | | | | - switched from version checking to checksum checking
* | fix #3961: use radio button menu for compass sensorsBananeweizen2014-06-113-7/+28
| |
* | fix #3955: use recommended scrollbar styles Bananeweizen2014-06-119-8/+26
| |
* | new: make import/export top level menu itemsBananeweizen2014-06-117-108/+51
| |
* | fix #3953: have number of caches in deletion confirmationBananeweizen2014-06-1120-132/+14
| | | | | | | | This also renames a number of involved string resources to enforce a new translation which avoids the term "drop" and instead uses "remove".