| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- revert back to an Activity instead of a fragment. This
is a straight reverse of the changes introduced for trying
to have a Fragment.
Basically ChooseAccountActivity was previously an Activity for
choosing an account type. If the list of account types was containing
only one item, then the ChooseAccountActivity was just a pass thru
and was falling back to the only account authority available.
In the current reported bug, this was happening by disabling the
Email app and thus having only the GoogleAuthenticator as an
Authority.
Then in the onCreate() the ChooseAccountFragment was seeing that
there was only one account authenticator and issuing a BACK button
press. Too bad, this was done into a non finished Fragment transaction
and leading to a crash.
All in all, we NEED to have an Activity and cannot use a Fragment
in that case.
Change-Id: I4a867a25fe9580929ec50a6775105adac1f88c52
|
|\
| |
| |
| | |
...on type of accounts(corporate,google etc.,) in Settings under Accounts section"
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
...on type of accounts(corporate,google etc.,) in Settings under Accounts section
- allow Account Type (corporate and the others...) entries to work.
Basically as they are sharing the same fragment we could only hit it
only once (and the first hit was winning).
Change-Id: I16683fc7342564a8ed1a4853a576166ab4d91df9
|
|\ \
| | |
| | |
| | | |
dialog with Add network dialog"
|
| |/
| |
| |
| |
| |
| |
| |
| | |
with Add network dialog
- use the correct Fragment manager: it should be the child's one
Change-Id: I286b276bc6c5180b7c0e458d8562938671d493c8
|
|\ \
| | |
| | |
| | | |
apps drawer ...by default opens wifi setting screen"
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
drawer
...by default opens wifi setting screen
- add the Dashboard to the list of restricted fragments
Change-Id: I7787ed7c9f2a53ea1047b6ab860ded50e4e5d840
|
|/
|
|
|
| |
Bug: 12836511
Change-Id: I7c198efc03b403f2dfede47648487875bc9b2f82
|
|
|
|
|
| |
Bug: 12836511
Change-Id: Ibce824bcef3e3c9a3f9ea69ed4b8425663bbdb12
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
- makes titles consistent with what is shown into the Drawer and
defined into the PreferenceScreen files
Change-Id: I6077d947b3afcc63bfbe9c78b973709778064f9b
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ifc5a92d261269d729bb216c2acda566ba8091eec
Auto-generated-cl: translation import
|
|/ /
| |
| |
| | |
Change-Id: I9844b6f927b557b46f23c6211b5be47647002ab8
|
|\ \
| | |
| | |
| | | |
after renamed tablet"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
renamed tablet
There was a fundamental flow in the BT code. Basically BluetoothSettings is using
a singleton BluetoothDiscoverableEnabler.
BluetoothDiscoverableEnabler is keeping (thru its constructor) a reference on a Context
for registering/unregistering some broadcast receiver. BUMMER! When you change orientation
(or more generally the device Configuration), your Context is no more the same!
Hence the crash as we were trying to unregister a Receiver on a Context that is no more valid.
Fix that issue by passing an updated Context to the BluetoothDiscoverableEnabler.resume() API.
Bug #12991455
Change-Id: I77db15d2b59b6dd973907e26f9e6bb022202a8b5
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| |
| |
| | |
- remove non needed code
Change-Id: I18a3992d66721dbeba6870aa2834e1c717640a15
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use plumbing provided by dependant change to bring up correct dialog
at boot time.
Needs matching framework changes from
https://googleplex-android-review.googlesource.com/#/c/412885/
Bug: 8769627
Change-Id: Ib04a2875e051a7cccca035fadb25978dfec22491
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I42687df26965ff4f23fc5ed2db2e93d300aba609
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fix behavior when we are closing the Drawer. Now will not trigger twice the same action
- fix selection in the Drawer for "Add Account": it basically should never be selected
as it is more like a button
- fix also Titles stack when launching an Intent
- remove some dead code
Change-Id: I196ad9fcd0599703f2abb902b088fbda9b4690a0
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- save the titles stack during onSaveInstanceState(...)
- set it back when creating the activity if there is a savedInstanceState
and restore the title to the last item in the stack
Change-Id: Ic6c2714f5474275c9f55cc4d6c70d14f6a8cd993
|
|/ /
| |
| |
| |
| |
| | |
- revert the changes on the ApnSettings to be again an Activity...
Change-Id: I7a12e25456f0a0df0f7618183f49fd8db10a5441
|
| |
| |
| |
| |
| |
| | |
- revert back to a PreferenceActivity
Change-Id: Ie79b46908c9d8dcf3c2b77bd0999341c7e72050e
|
| |
| |
| |
| |
| |
| |
| | |
- remove duplicate reference to current header (mCurHeader) in favor of mCurrentHeader
- clean onSaveInstanceState()
Change-Id: Ia9322471f0b0d13d51e105c8fd625774d8867fdc
|
|\ \
| | |
| | |
| | | |
java.lang.NullPointerException: ...Attempt to invoke virtual method 'boolean android.os.Handler.sendEmptyMessage(int)' on a null object reference"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
java.lang.NullPointerException:
...Attempt to invoke virtual method 'boolean android.os.Handler.sendEmptyMessage(int)' on a null object reference
- prevent NPE by checking the nullity of the Handler reference
- remove dead code
- rename mHandler to sHandler as it is a static
Change-Id: I7f4101f860f24b0cd49a4656971e9b54e55c1286
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
java.lang.IllegalStateException:
...Can not perform this action after onSaveInstanceState
- prevent a click on the Drawer's Headers when the App is paused / finished
- register / unregister the DrawerListener when needed
Change-Id: Ia270ef27b23c66d55565bbb73d4f6a6531b742d2
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | | |
Change-Id: I42c05c7a36d32e5f8dc365b67f84591419ec958a
Auto-generated-cl: translation import
|
|\ \ \
| |_|/
|/| |
| | | |
for now and will rework this."
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and will rework this.
Revert "Fix bug #12939786 BACK should go back into the Fragments BackStack and finally to Overview ...and then exit the Settings App"
This reverts commit 4cc95a53c2d9080095c4e1e06f815b8bc7a2cdfe.
Change-Id: Iaa21d4771d0b004eff3d8e68b91b546a633d8f23
|
|\ \ \
| |/ /
| | |
| | | |
and finally to Overview ...and then exit the Settings App"
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
finally to Overview
...and then exit the Settings App
- fix the way we manage the Fragment BackStack
- revert back ChooseLockGeneric to be a PreferenceActivity
Change-Id: I3c366b4be606e2e211facd0299b9a2de5cc6ea79
|
|/
|
|
|
|
| |
- revert back to PreferenceActivity
Change-Id: I8724886dd9649d649f7cd4730f738fb47727c056
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
- revert changes from the CL for Drawer implementation.
- we cannot convert those Activities to fragments as they are running in the Phone process
Change-Id: I7e4033bc9b53daa7e7aa6f1fd74576375cde88e9
|
|\ \
| | |
| | |
| | | |
under Mobile networks"
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Mobile networks
- ApnSettings is now a fragment so introduce a new ApnSettingsActivity
- ApsSettingsActivity will use the ApnSettings fragment
- move the getListView() call to onActivityCreated(...) as the ListView
needs to be created before this call can be done.
- add also an alias for the old activity name ".ApsSettings"
Change-Id: Id228722d7f34415d4b036282f0845e28546111df
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Settings storage menu"
* commit 'abe6b83559d17111d067dfdef22d07cb50c302c0':
Total and available fields missing in Settings storage menu
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit '1f37bff7d26aeb3d1f16deb4368f8387e2d4530f':
Total and available fields missing in Settings storage menu
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
After formatting SD card or inserting an SD card the total and
available space fields in Settings storage are missing.
This fix add those fields after SD card has been mounted.
Change-Id: Id6c1d1963effdb9656c8eb1c567b913bc4d98bd2
|
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
* commit 'a5b5bfbbef09b074328c84f9e1980b62dffab480':
Fix memory leak in ManageApplication
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit '5b4350f22f81662436992504e711e462de7a790f':
Fix memory leak in ManageApplication
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
ApplicationsAdapter new a Session member and make it has a reference to
it self. If we don't release it explicitly, the cross reference will
cause memory leak.
Change-Id: Iecce35ae1d56d98cee6347e84d3a3ff57f3b15a5
|