| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make Fragment implementation more conforming to the coding guidelines. ↵ | Arne Schwabe | 2014-05-20 | 1 | -10/+9 |
| | | | | | Fixes crash on rotation | ||||
| * | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 1 | -2/+2 |
| | | |||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | refactoring: avoid activity references | Bananeweizen | 2014-05-11 | 1 | -17/+25 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -0/+1 |
| | | |||||
| * | Use explicit locale in upper case conversion | Samuel Tardieu | 2014-02-22 | 1 | -1/+1 |
| | | | | | This silences lint, even though a geocode would work the same in any locale. | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-02-22 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #3610: geocode search is case sensitive | Samuel Tardieu | 2014-02-22 | 1 | -1/+1 |
| | | | |||||
| * | | Update to RxJava 0.17.0-RC2 | Samuel Tardieu | 2014-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3561: remove search suggestions for address | Bananeweizen | 2014-01-21 | 1 | -9/+7 |
| | | | |||||
| * | | refactoring: remove the dangerous ordinal() dependency of the loaders | Bananeweizen | 2014-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | new: search suggestions for all search fields | Bananeweizen | 2014-01-14 | 1 | -17/+45 |
| | | | |||||
| * | | new: search suggestions for caches and trackables while typing | Bananeweizen | 2014-01-12 | 1 | -1/+15 |
| |/ | |||||
| * | refactoring: make search by owner/finder connector capabilities | Bananeweizen | 2014-01-04 | 1 | -6/+6 |
| | | |||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -6/+7 |
| | | |||||
| * | refactor: upgrade to butterknife 4 | Bananeweizen | 2013-11-27 | 1 | -2/+2 |
| | | |||||
| * | trim search query | Bananeweizen | 2013-11-10 | 1 | -1/+3 |
| | | | | * fixes bad QR codes on trackables including line break after URL | ||||
| * | fix #3425: Support Trackables With the QR Scanner Included in c:geo | Bananeweizen | 2013-11-10 | 1 | -1/+11 |
| | | |||||
| * | refactoring: extract some common code | Bananeweizen | 2013-10-13 | 1 | -60/+23 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2013-10-12 | 1 | -95/+64 |
| | | | | * also fixes butterknife view injection throwing exception | ||||
| * | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 1 | -5/+5 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -1/+1 |
| | | | | * don't catch raw exceptions | ||||
| * | fix #3107: onscreen keyboard remains after failed search | Bananeweizen | 2013-08-05 | 1 | -0/+1 |
| | | |||||
| * | Fixes #2881, NullPointerExceptions when gc.com username is blank | rsudev | 2013-07-22 | 1 | -1/+0 |
| | | | | | | | - username, password cache was already removed - returning empty pair on missing credentials - cleaning up unneccessary getGcLogin() calls and null checks | ||||
| * | Fixes #2931 - make Handler static to solve lint | Marco Jacob | 2013-07-18 | 1 | -3/+1 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+2 |
| | | |||||
| * | fix #2886: trackable quick search not working | Bananeweizen | 2013-06-16 | 1 | -11/+10 |
| | | | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls | ||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -2/+2 |
| | | |||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 1 | -42/+37 |
| | | |||||
| * | fix #2740: Bad title, when invoking c:geo from mail | Bananeweizen | 2013-05-25 | 1 | -0/+3 |
| | | |||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -3/+2 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -4/+0 |
| | | |||||
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -1/+0 |
| | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | refactoring: rename cgeo activity to MainActivity | Bananeweizen | 2013-04-28 | 1 | -1/+1 |
| | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage | ||||
| * | fix #2646: search input should be trimmed | Samuel Tardieu | 2013-04-07 | 1 | -7/+7 |
| | | |||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -15/+15 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | refactoring: move some more dialogs into new package | Bananeweizen | 2013-01-27 | 1 | -2/+3 |
| | | |||||
| * | Fix typo in AddressListActivity | Samuel Tardieu | 2013-01-27 | 1 | -1/+1 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 1 | -8/+6 |
| | | |||||
| * | new: view pager in trackable activity | Bananeweizen | 2012-12-23 | 1 | -2/+2 |
| | | |||||
| * | fix #2250: "Scan QR code" doesn't work anymore | Bananeweizen | 2012-12-12 | 1 | -2/+7 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -2/+2 |
| | | |||||
| * | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -3/+5 |
| | | |||||
| * | #2084: History for trackable codes | Bananeweizen | 2012-10-07 | 1 | -6/+11 |
| | | |||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 1 | -2/+2 |
| | | | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type. | ||||
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 1 | -3/+0 |
| | | |||||
| * | #1974: change pull request as discussed | Bananeweizen | 2012-08-26 | 1 | -1/+1 |
| | | | | * use trim instead of deletewhitespace | ||||
| * | Allow searching OC geocodes on main screen | campbeb | 2012-08-17 | 1 | -2/+9 |
| | | |||||
