| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I7dac8ffa0b10abb5ff235750e90a96d801b2f919
|
|
|
|
|
|
|
| |
To activate, enable bool config_show_homeWake in
device overlay/packages/apps/Settings/res/values
Change-Id: I00afe89ba5bf36d74b93a40b9d15eef2e805611f
|
|
|
|
|
|
|
|
|
| |
patch 1: fix blank space
patch 2: remove FR translation and change NegativeButton string
patch 3: improve the NegativeButton (thank you, David)
patch 4: remove create()
Change-Id: I3361d4160a7e1c4eaee094f08c7d212f71e9e0e7
|
|
|
|
|
|
|
|
| |
- Electron Bean animation
- Add NFC translation
- Reorganize some strings same as default
Change-Id: Ib5b1de46bcd40182700dad50ff0c97b44418a209
|
|
|
|
| |
Change-Id: I898540a256e123a0077dee8d121e3a6f1b2936c1
|
|
|
|
|
|
|
|
| |
Tablets have orientations for portrait reversed, this commit addresses it.
Add in a few more orientation-aware safety checks to circumvent certain devices
whose default orientation does not match their device type.
Change-Id: Idc627e687ca61ab29f08433664bf77148424bd6d
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Patch Set 1: * add missing strings
* we are in 2013
Patch Set 2: * rename strings after comments
Patch Set 3: * rebase
Change-Id: Id3f9b3361f4de1e1ad3f10507322d7df2804fdff
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When entering the APN menu, the actionbar is missing a back
icon allowing the user to go back to the previous pane.
Added parentActivityName in ApnSettings, to enable action
bar back icon.
Change-Id: Iee8bb420f47c0e2c0d9a43739f534466abba30db
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Parts were brought over from CM9 but not all of it. This completes
the port.
Change-Id: I5ebfab22e68ea34e3babfaacd9c8103e25932d3d
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to complete Dutch translation in TTools
ps2: trigger Cid
Change-Id: I7dd89b04e0b75f08f67ce9a758ce2ce83e1a942f
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia442b2d3502c314801455821b1e653c404bb1942
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
-add missing translation
Change-Id: Ic27f6daefdb562b593223a5f3979998884b08b92
|
| | |
| | |
| | |
| | | |
Change-Id: I666c6e494bb1cf3935e0ae859d6cd6a306563be4
|
| | |
| | |
| | |
| | | |
Change-Id: Idbae46133f4f78879f110f3f73c6bb37da5281a3
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Patch Set 2: Add Simplified Chinese translation
Fix "application" in default
Change-Id: I2da62bbb24342ce614e06a0959066c2b35463b43
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-Add new translation
Change-Id: I273f497c386b5449e2aada48a14f5dff3951db5e
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Pie controls: Tweaking UX for pie service
ps2: Allow changing auto-brightness responsitivity.
ps3: implemented suggestion
ps4: trigger Cid
Change-Id: I09df611fa342e43f21c2dfdf98feff2325e15d6e
|
| |/
|/|
| |
| | |
Change-Id: I67775fb852c8e3f7b6f73b494b3ef6d39c2f6c41
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Applications with the same name didn't show up in the
notification light add-app-dialog (with Facebook's "Messenager"
and Google's "Messenager" being the prominent example here).
This happend due to the fact that the list of applications
was sorted by names only and inserts with collisions were
dropped.
This commit refactor notification light settings to use packages
instead of application semantics. Further the list of packages
is now ordered by human readable name followed by package name,
which avoids the collision.
Additionally we handle situtations gracefully where a package
has more than one launcher activity (Again for example,
Google's "Messenger" and "Google+" is in the same package).
Bonus: potential race condition in the list adapter was
fixed, concurrent semantics were emphasized, unused imports
removed.
Change-Id: I87ad32f535ca866883df337432d1b0cecc9485a8
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
- Pie controls
- Auto-brighness
Change-Id: Id39711a7ad70ab1ec796a7b445aa1fa5a67eda56
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Allow user to override nfc state via profiles
Change-Id: I2a401f17ce42b1711588242e0604997e1f5d8399
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is the Settings application part of the
user settable activation sensitivity patch for pie controls.
For the complete message look at the commit in
frameworks/base.
Patch Set #3:
* Enabled "Very High"
* Changed title from "Sensitivity" to "Responsiveness"
* Display summary
Patch Set #4:
* "Very High" -> "Very high"
Change-Id: I99fbbc94c75b64121fd04ff5deb8f5a10a04a63b
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| |/ /
| | |
| | |
| | | |
Change-Id: Icf62db26735f9ab7ad63e750a1824eb7823c3d70
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Besides the cleanup, make sure to wait a bit between retries if upload fails for whatever reason.
JIRA:CYAN-1187
Change-Id: Ifca8364721007aadef31b328d22d764ef7cb3b0a
|
| |/ /
|/| |
| | |
| | | |
Change-Id: Idab0ff436b12a9c03b42df092a76628dddad5202
|
| | |
| | |
| | |
| | | |
Change-Id: Ibeae57d6f8d4435dcf7044505e28d20116975fca
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| |
| |
| |
| | |
Freeze current orientation during edit mode.
Jira : https://jira.cyanogenmod.org/browse/CYAN-1117
Change-Id: I61a852855b70011291a242f3068f67336ba61131
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Add missing AOSP string
- From 3rd to 2nd person
- Fix typos
Change-Id: I2a094f3d222b787a33993d9cba50aee77c65b694
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I0fcb49b9ae2f2da0b37a22bf9e56baab6b09b174
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
Uses the new system UI visibility flag to show the navbar in expanded
desktop mode.
Change-Id: Ia515b3c5a73d0741c3aad5421c9ac46d9876c177
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Staging branch and new stirngs
Change-Id: If22a5db24a26c08619f005ae8b6e4d94499b167b
|
|\ \
| |/
|/| |
|