| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
- aquire trackable info through OKAPI, load details on request
|
| |\
| |
| | |
Internal webview
|
| | |
| |
| |
| |
| |
| | |
cgeo", as it seems the // urls don't work anymore.
This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
|
| | |
| |
| |
| |
| | |
This is surely not complete (as we still use other local context menus
in the same actions), but a start for converting all context menus to
contextual action bars.
|
| | |
| |
| |
| | |
This reverts commit 7bb1c9d2bb0f12c66866303143e33b539fce18f3.
|
| |/ |
|
| |
|
|
| |
We probably need to do further rework on the menus, but this fixes at
least the style guideline issue.
|
| |\
| |
| | |
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.
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
| |
This lets us return to an unmodified version of RxJava.
|
| |
|
|
|
|
|
|
|
|
| |
There is an ongoing problem with RxJava, discussed at
https://github.com/Netflix/RxJava/issues/979
This version includes a patch available at
https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63
fixup! Upgrade to RxJava 0.17.1
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Enables copy&share and translate for all suitable fields for trackables.
|
| | |
|
| |
|
|
|
|
| |
This enables the contacts addon and search by user/owner for all user
names (independent of the kind of cache). Of course, search by
user/owner still only works for GC, so one cannot find EC owner caches
that way.
|
| |
|
|
|
| |
For methods returning directly from the switch case, at least Eclipse
still needs a useless return value outside of the switch statement. This
has been handled by IllegalStateExceptions after the switch.
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* this unifies the trackable and cache logs by re-using the exact same
layout
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* bad HTML input might occur in all places
* so better safe than sorry
|
| | |
|
| |
|
|
|
|
| |
TextView with images was being added to the view each time the log
entry was drawn. Instead of inflating and adding the TextView, we
now use on that is arleady there and hide it if there are no images.
|
| | |
|
| |
|
|
| |
* If you have compile errors after pulling, please consult the issue on
github.
|