aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ImageSelectActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-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
* reduce null analysis warningsBananeweizen2014-03-251-1/+0
| | | | | | This change allows unchecked conversion from non annotated expressions to nonnull expressions. Those are needed whenever we call a framework method (where we cannot add annotations ourselfes) and cause more warnings in Eclipse than they actually help.
* Merge branch 'release' into upstreamSamuel Tardieu2014-01-241-40/+44
|\
| * Fix #3568: fresh image taken may fail to be added to logSamuel Tardieu2014-01-241-40/+44
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-211-3/+24
|\ \ | |/
| * fix #3559: add picture to log fails on KitKatSamuel Tardieu2014-01-211-3/+24
| |
* | fix #3100: Set cursor in personal notes at the endBananeweizen2014-01-171-0/+3
|/
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-2/+2
|
* Corrected @NonNull annotationsMarco Jacob2013-11-221-5/+6
|
* fixes #3230 - downsample and scale preview log image according to display sizeMarco Jacob2013-11-131-4/+3
|
* refactoring: add more annotationsSamuel Tardieu2013-09-141-1/+4
|
* Move image scaling code to ImageUtilsMarco Jacob2013-09-041-60/+2
|
* fix #3195: NPE when selected image cannot be decodedSamuel Tardieu2013-08-251-11/+19
|
* refactoring: more findbugs cleanupBananeweizen2013-08-181-2/+2
|
* cleanup: do not try to outsmart the garbage collectorSamuel Tardieu2013-07-141-1/+0
|
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-3/+3
|
* refactoring: use activity names for layoutsBananeweizen2013-06-091-1/+1
|
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-12/+14
|
* add final qualifier to varsMarco Jacob2013-05-231-6/+7
|
* fixes #2736 - avoid OOM on upload log imageMarco Jacob2013-05-231-6/+18
|
* fix #1781: Remove help functionBananeweizen2013-05-091-4/+0
|
* fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-1/+1
|
* #2684: use view injection libraryBananeweizen2013-05-011-5/+1
| | | | * If you have compile errors after pulling, please consult the issue on github.
* fixes #2533 - added image scalingMarco Jacob2013-04-281-0/+50
| | | | | | | | modifications suggested by Bananeweizen next recommended changes and scaling now on leaving ImageSelectActivity fixed wrong spelling
* fix #2634: NPEs in ImageSelectActivityBananeweizen2013-04-081-17/+49
| | | * avoids 4 different NPEs
* code cleanupBananeweizen2013-02-241-2/+1
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* ImageUpload - fine-tuningrsudev2013-02-181-39/+18
| | | | | | Removed test code and comments Some error-handling Localizability
* Added missing filescampbeb2013-01-181-0/+274