aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* show about when clicking home in main activityBananeweizen2014-05-181-1/+2
|
* multiple code cleanupsBananeweizen2014-05-186-25/+8
| | | | | | | | * unused imports * remove author comment * restrict access * fix StaticMapsActivity code generation cycle (it should not contain references to classes which are generated by the annotation processor from itself)
* remove Java warning on unused argumentBananeweizen2014-05-181-1/+6
|
* avoid application crash when clicking home buttonBananeweizen2014-05-181-0/+3
| | | | | Every activity starts the main activity when clicking the home button. We should avoid that in the main activity itself as it leads to a crash of the app.
* Merge remote-tracking branch 'schwabe/actionbar_pullrequest'Bananeweizen2014-05-1840-714/+1334
|\ | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/CgeoApplication.java
| * Allow the user to choose always displaying the overflow buttonArne Schwabe2014-05-173-0/+37
| | | | | | | | | | | | | | Manually Cherry pick from rsudev/actionbar_schwabe: Always display the overflow menu button. Allow user to decide if the overflow should be shown or not. Since this only works on 3.0-4.3 hide the option on other platforms.
| * Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-1737-714/+1298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* | #3818: remove further GC blocking referencesBananeweizen2014-05-1712-47/+60
| |
* | Fixes #3838, All caches are "own" if not logged in to GC.comrsudev2014-05-172-3/+3
| | | | | | | | - check for empty user name in owner check for oc and gc
* | some formatting fixesBananeweizen2014-05-174-51/+34
| |
* | #3818: enable memory dumps on demandBananeweizen2014-05-175-8/+92
| |
* | fix #3823: detect import file type by contentBananeweizen2014-05-173-34/+151
|/
* fix #3255: don't ask for list when storing from historyBananeweizen2014-05-174-17/+19
|
* fix #3342: show send2cgeo menu also with no registrationBananeweizen2014-05-171-2/+15
|
* minor code cleanupsBananeweizen2014-05-1711-71/+57
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-05-141-0/+7
|\ | | | | | | | | Conflicts: main/res/values/changelog_release.xml
| * fix #3837: parse new GPX waypoint typesBananeweizen2014-05-141-0/+7
| |
* | Handler can be null in calls to GCParser methodsSamuel Tardieu2014-05-141-2/+2
| |
* | Add addtional @NonNull annotationSamuel Tardieu2014-05-141-0/+2
| |
* | Minor cleanupsSamuel Tardieu2014-05-1410-32/+18
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-05-133-2/+14
|\ \ | |/
| * fix #3836: cache type is no longer recognized due to gc.com changeSamuel Tardieu2014-05-133-2/+14
| |
* | Mark method return as NonNullSamuel Tardieu2014-05-131-2/+2
| | | | | | | | The interface has changed in a recent commit.
* | Parse and load additional logs and rating in parallelSamuel Tardieu2014-05-131-10/+25
| |
* | Separate cache parsing and database saving codeSamuel Tardieu2014-05-132-43/+61
| | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs.
* | Load friends logs and own log in parallelSamuel Tardieu2014-05-132-112/+121
| |
* | Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-139-58/+41
| |
* | refactoring: remove listener references to cachelistadapterBananeweizen2014-05-131-13/+26
| |
* | Dump memory on OOM to investigate #3818rsudev2014-05-121-0/+31
| |
* | fix #3814: enable list menu after leaving historyBananeweizen2014-05-111-0/+1
| |
* | change: set ownerUserId for OC cachesBananeweizen2014-05-111-2/+5
| | | | | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches.
* | fix: don't show suggestion which cannot be foundBananeweizen2014-05-111-1/+1
| | | | | | | | | | | | Until now the owner display text was suggested when searching for the owner. But the online search only searches for the user real name. E.g. when a cache displayed "X and Y" as owner, the real owner is often only "X".
* | refactoring: avoid activity referencesBananeweizen2014-05-113-26/+40
| |
* | Revert "Call vacuum when cleaning the database"Samuel Tardieu2014-05-111-4/+0
| | | | | | | | | | | | This reverts commit 5133e107e51e7e97f40644fc9dcad6a9ba42ac28. Fix for #3827.
* | refactoring: remove activity referenceBananeweizen2014-05-111-3/+13
| |
* | fix #3803: import from android wrongly enabled in historyBananeweizen2014-05-111-1/+1
| |
* | Call vacuum when cleaning the databaseSamuel Tardieu2014-05-091-0/+4
| |
* | Merge pull request #3808 from marco-dev/personalLogsOnFriendsTabrsudev2014-05-052-52/+87
|\ \ | | | | | | Fixes #1793 - personal logs on friends logs tab
| * | Fixes #1793 - personal logs on friends logs tabMarco Jacob2014-05-032-52/+87
| | |
* | | Fixes #3809, Cannot hide owned caches on live map; OpenCaching.usrsudev2014-05-041-0/+6
| | | | | | | | | | | | - implemted isOwner for OCApiLiveConnector
* | | Fixes #3812, "Webcam photo taken" log does not mark cache as foundrsudev2014-05-031-1/+1
| | |
* | | Fixes #3698, Archived caches still shown on maprsudev2014-05-034-3/+6
|/ / | | | | | | | | | | | | - filter archived as disabled on map - their waypoints as well - use disabled icon for archived on static maps - filter archived alongside disabled in SearchResult
* | Implements #3758, Filter for "Not found" cachesrsudev2014-05-011-0/+14
|/
* fix #3795: filter invalid character references during importMichael Keppler2014-04-292-1/+103
|
* Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-282-42/+54
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/DataStore.java
| * fix #3750: gracefully handle file system access restrictionsMichael Keppler2014-04-282-42/+55
| |
* | Use the same name as GPS manufacturers for local spoilersSamuel Tardieu2014-04-261-2/+2
| | | | | | | | Garmin uses GeocachePhotos. This will ease the transfer of files.
* | #3778: remove reference from geo updater to details activityMichael Keppler2014-04-261-13/+27
| |
* | fix broken JavaDocMichael Keppler2014-04-261-5/+7
| |
* | Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-261-22/+43
|\ \ | |/