| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
The manual is not updated since 2011 and should not be pointed to any
more.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Our classes are way to big, we should extract as many of the static sub
classes as possible.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
This reverts commit 7bb1c9d2bb0f12c66866303143e33b539fce18f3.
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
We probably need to do further rework on the menus, but this fixes at
least the style guideline issue.
|
| | | |
|
| | |
| |
| |
| | |
Fixes crash on rotation
|
| | | |
|
| |\ \
| | |
| | | |
Implement Android Beam (NFC Sharing) for cgeo
|
| | | |
| | |
| | |
| | | |
To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
|
| |\ \ \
| | | |
| | | | |
Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852
|
| | | | | |
|
| |\ \ \ \
| |/ / /
|/| | | |
Don't let the OAuth dialogs use the Dialog theme
|
| | |/ /
| | |
| | |
| | | |
This fixes the crash when a OAuth dialog is shown, a correct fix would to convert the OAuth dialogs to activities/DialogFragment but that is more work and can be done later.
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| | |
- Checks the last version from preferences with current
- Stores current version
- switches to about - changelog on version change
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* 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)
|
| | | |
|
| | |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
main/res/values/preference_keys.xml
main/src/cgeo/geocaching/CgeoApplication.java
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | | |
| | |
| | |
| | | |
- check for empty user name in owner check for oc and gc
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| |/
| |
| |
| | |
Conflicts:
main/res/values/changelog_release.xml
|
| | | |
|