History log of /packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4d02612a128007d0d25cc42143018195e7df4dc 21-Nov-2012 Angus Kong <shkong@google.com> Prevent non-camera shared preferences from backup.

1. Move camera global prefs out of the default shared preferences.
2. Keep all pref keys in the same place (CameraSettings.java).

bug:7259104
Change-Id: I2231c95d3ec6b1f8af703388613a4ae85b0b049d
/packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java
f1f3d8f514fc8e30632ca0935bf030d2b7b7262b 02-Oct-2012 John Reck <jreck@google.com> Add first run setup for location preference

Bug: 6306754

Change-Id: I118a2d255bcbdfd954e2e4a332175f4c610e0572
/packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java
4de149ceb47f2c251f646419907424bfb67d2b64 29-Jan-2010 Owen Lin <owenlin@google.com> The first runnable version of the new UI.

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
/packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java
c660fe4dd8b146c1d88d839bd5b26c916684fac4 08-Feb-2010 Bjorn Bringert <bringert@android.com> Remove use of Settings.Secure.USE_LOCATION_FOR_SERVICES

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
/packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java
73e782de608cbe2ddffd75c055009ff2e208f78b 19-Jan-2010 Owen Lin <owenlin@google.com> Unbundle with the PreferenceManager.

Change-Id: Ib415bf36147f35cbf1681cd87514124822ac48c6
/packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java
3e44f8076a16792bb295589ca4b467ba27ea2a6f 17-Nov-2009 Owen Lin <owenlin@google.com> Use "Use My Location" settings to decide wheather we store the picture's location.

However, if user has specifically assign the "Record Location" we will
follow the settings.

Bug: http://b/2265010

Change-Id: I4863d299b8f461ee73c8aeb4651740855efe3dbd
/packages/apps/Camera/src/com/android/camera/RecordLocationPreference.java