Release resources in onPause rather than onResume to fix a memory leak.
Without this fix the app will crash if you are in Bluetooth settings
and tap "Device name" and then roate the device a few times.
Change-Id: I57a8346247c13f5113e7c4ea39dde5b29a7359bb
We don't have support in the media code so rather than confuse the users
with some apps using proxies and some not we'll just turn it off for all
for now.
bug:3283883
Change-Id: If29bb34fce04eab5adc9b5180b70dbfd718cc709
This combines the two activities ChooseLockPatternExample and
ChooseLockPatternTutorial into one activity and makes use of the
built-in LockPatternView animation to show an example view.
Change-Id: If3a4b236a15a6d99b1c0b5c11e5e923267fa30d3
- Enable support for reverse tethering in BT settings.
- Add string resource for "Auto connect" preference.
- Remove unused imports and other minor cleanups.
- Add isConnectable() and isAutoConnectable() methods to Profile
enum type and remove isConnectableProfile() method.
Change-Id: Ie606db04028a8278e98231f0671a388671f2f067
* master:
Fix a null pointer exception when disabledSystemIMEs is null.
Add minTickWidth for the bar chart
Add a scroll view to proxy settings so that it isn't obscured by the keyboard.
fix the TooManyDeletes to show up again
Refactor memory measurement
* master:
Implement new design for settings of InputMethods
Tweak Privacy settings to match latest mocks
fix wifi checkbox status update
Change BT pairing UI PIN dialog string for clarity.
Show "not configurable" screen in EAP
Use different text in unsecured network.
It was moved so it was no longer in the location that
SyncManager expected. I fixed it by (a) moving it to the
SyncManager directory and by (b) changing the SyncManager to
refer to it by class rather than by class name, which means
it will now check for it at compile time, not run time.
Bug: 3289922
Change-Id: I93fb78432e66ff14e1f750b06f79425c457399c2
Move out all the memory measurement to a separate class that can cache
all of its data through orientation changes.
Tweak the display to make it draw large squares for the legend instead
of a 1x1 square. Add padding to the percentage bar chart.
Change-Id: I4cd5bc4ba31a422a55740e8f58e5e571cf9866a5
When pairing with a Bluetooth keyboard, the user may not realize
that the PIN should be entered on the keyboard as well as the device.
Added "You may need to enter the same PIN on the Bluetooth device."
to pairing dialog string. Also, remove unused Bluetooth device info
debug strings.
Bug: 3270429
Change-Id: I6d7fa70cf7b12c1feafb8347f356c568b10ae646
We don't show any config UI when network is unsecured, while
Previously we've shown "Enter network configuration" anyway.
Also stop showing network status on StatusText (above
AccessPoint). New network status often appears and instructions
are removed unexpectedly.
Bug: 3175016
Change-Id: I3aa288930a8643e178f7c3897b326b7e00964361
* master:
Fixes a regression in launching certain settings activities.
Fix bug #3248308 (On account set up, turn on sync for all apps by default; delay sync until after user selects Finish)
Revert: Add checkbox to enable PTP USB mode.
Fix 3148496: Update LockScreen layouts on large device
Remove skip button from datetime settings
Fix an NPE for monkey stability.