summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/RecordLocationPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* The first runnable version of the new UI.Owen Lin2010-02-261-5/+3
| | | | | | | | | | | | | | | | | | | | Implement the new UI with OpenGL (GLSurfaceView). Known issues: * Texture are never freed from GL * Do not consider the density of screen. Currently, the dimensions in mdpi devices are wrong. * It won't work on Sapphire, bug fired: Bug: 2473605 * The action UP event may pass a wrong target. (It should pass to the same target who recive the DOWN action. * Animation is not smooth enough. * Should not allocate objects into heap during rendering path. * The scrollbar in GLListView doesn't match the design * We should calculate our own orientation instead of using the system one. * Regression: "restore to default settings" is removed Change-Id: I93fa45831aa87787dd5ee9e43e270a9d786c5a2a
* Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICESBjorn Bringert2010-02-081-4/+0
| | | | | | | | | | | | | | | This Google-specific setting is going away because of unbundling. This change will cause geotagging to be off by default, instead of being set by SetupWizard by the "Use location for Google services" prompt. If this is not desirable, another prompt could possibly be added to SetupWizard, or a new framework geotagging setting could be added and SetupWizard be modified to set that as part of the Google location opt-in. Part of: http://b/issue?id=2383870 Change-Id: Ic160c2260dd597a35d79fec93250a816fbee8b81
* Unbundle with the PreferenceManager.Owen Lin2010-01-251-6/+0
| | | | Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
* Use "Use My Location" settings to decide wheather we store the picture's ↵Owen Lin2009-11-181-0/+65
location. However, if user has specifically assign the "Record Location" we will follow the settings. Bug: http://b/2265010 Change-Id: I4863d299b8f461ee73c8aeb4651740855efe3dbd