| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix lint warning: layout inflation root | Bananeweizen | 2014-06-29 | 1 | -4/+4 |
| | | |||||
| * | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -2/+3 |
| | | |||||
| * | multiple code cleanups | Bananeweizen | 2014-05-18 | 1 | -11/+0 |
| | | | | | | | | | * 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) | ||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | update to android annotations 3.0.1 | Bananeweizen | 2014-01-19 | 1 | -4/+4 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+0 |
| | | |||||
| * | Revert "fixes #3446 - added progress indicator for download on nav menu" | Michael Keppler | 2013-12-25 | 1 | -37/+28 |
| | | | | | This reverts commit 9efbd611f11a36278f55e42e8675f3916ea8057a. | ||||
| * | fixes #3446 - added progress indicator for download on nav menu | Marco Jacob | 2013-12-10 | 1 | -28/+37 |
| | | |||||
| * | Update to CollectionUtils 4.0-alpha1 | Samuel Tardieu | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html | ||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | refactoring: extract level of static maps to constant | Bananeweizen | 2013-07-19 | 1 | -15/+9 |
| | | | | * includes further checkstyle cleanup | ||||
| * | #2866: fix import and compilation issue | Bananeweizen | 2013-06-10 | 1 | -2/+1 |
| | | |||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -2/+2 |
| | | |||||
| * | #2866: Use Android Annotations to implement standard patterns | Bananeweizen | 2013-06-09 | 1 | -41/+20 |
| | | |||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -3/+2 |
| | | |||||
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -5/+1 |
| | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | fixes #2507 - Waypoints only stored if not existing | Marco Jacob | 2013-03-07 | 1 | -2/+5 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -3/+3 |
| | | |||||
| * | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -2/+2 |
| | | |||||
| * | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -6/+0 |
| | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -1/+1 |
| | | |||||
| * | #2083: target level 17 changes | Bananeweizen | 2012-11-19 | 1 | -2/+2 |
| | | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes | ||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 1 | -1/+1 |
| | | |||||
| * | refactoring: clean up leaked interface of static maps provider | Bananeweizen | 2012-05-30 | 1 | -24/+10 |
| | | |||||
| * | new: for some activities, don't re-open them when resuming the app | Bananeweizen | 2012-05-18 | 1 | -4/+23 |
| | | |||||
| * | Fix #1569: download details preview through StaticMapsProvider | Marco Jacob | 2012-05-16 | 1 | -4/+4 |
| | | |||||
| * | Fixes issue #1511 endless loop downloading static maps on demand | Marco Jacob | 2012-05-07 | 1 | -13/+17 |
| | | |||||
| * | solves issue #1494 to download static maps on demand without settings | Marco Jacob | 2012-05-04 | 1 | -24/+6 |
| | | |||||
| * | Fixes issue #1465. Cache static maps are displayed right after download | Marco Jacob | 2012-05-03 | 1 | -35/+34 |
| | | |||||
| * | show static maps for cache after download dialog | Marco Jacob | 2012-05-02 | 1 | -30/+39 |
| | | |||||
| * | fix #1464: No title when asking for static caches | Bananeweizen | 2012-05-01 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: cleanup control flow | Samuel Tardieu | 2012-04-20 | 1 | -14/+5 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -4/+4 |
| | | |||||
| * | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
| * | performance refactorings | Bananeweizen | 2012-03-04 | 1 | -1/+1 |
| | | | | | | | * avoid creating message objects, there is a pool * only get GCVotes for filtered caches, not for all * don't use GepointParser in LocParser, we know those are pure floats * String concatenation | ||||
| * | new: menu to refresh static maps in static map activity | Bananeweizen | 2012-02-17 | 1 | -17/+40 |
| | | |||||
| * | refactoring: use underscore in symbolic constants | Bananeweizen | 2012-02-16 | 1 | -1/+1 |
| | | | | * otherwise they are not readable | ||||
| * | Changed database handling | blafoo | 2012-02-08 | 1 | -1/+2 |
| | | |||||
| * | changed from dialog_yes/no to android.R.string.yes/no | Marco Jacob | 2012-01-26 | 1 | -2/+2 |
| | | |||||
| * | added dialog to ask for download static maps and the dowload action itself | Marco Jacob | 2012-01-23 | 1 | -3/+39 |
| | | |||||
| * | corrected marker icon url for static wp map | Marco Jacob | 2012-01-13 | 1 | -5/+3 |
| | | |||||
| * | added setting and implementation for waypoint static map | Marco Jacob | 2012-01-11 | 1 | -6/+26 |
| | | |||||
| * | refactoring: clean up code around static maps | Bananeweizen | 2012-01-08 | 1 | -0/+147 |
