| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
-Patch set 1: add new tanslation
Change-Id: I2e93d1fc2026d3f6bb827396b9008bbaf6630368
|
|/
|
|
|
|
|
| |
- add missing strings
- translate untranslated strings
Change-Id: I4064d454e78beef009061c6ceff6e454497e09fa
|
|\ |
|
| |
| |
| |
| |
| |
| | |
A few other revisions from review. Cid, please play nicely.
Change-Id: I907d816982ab838455d492ba14501be4b92d83f0
|
| |
| |
| |
| |
| | |
Change-Id: I7f23e7a05c336bd16cda3426c7b31922cb92e1b2
JIRA:CYAN-1861
|
|/
|
|
| |
Change-Id: Idd9daaaf926c17119d39fa9a9cfbcc1e8ecfcff7
|
|\ |
|
| |
| |
| |
| |
| |
| | |
- added notification tray closing
Change-Id: I6e3ea05f8017bcd22ac6e46639d59d5c894f921f
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I619648668eb2698e00ed47d894f93a5804e2f28f
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ide2f67fdfcbe805f11e77ef2f9aea075ef640386
|
| |/ /
|/| |
| | |
| | | |
Change-Id: I034c246651fc9ae698bc32fd4af16cf14adb5314
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PS2: Typo
PS3: Typo
Change-Id: I042f3ccfe4fd1992b94719239c57f1a21f5dd196
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
- Notification drawer behavior
Change-Id: I04c99b172e83831ee0c0ed1b1d51b8613c0229c9
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Make notification-shade-collapse-after-dismiss behaviour configurable.
ps2: rebase
Change-Id: I8e9542afa6097efe171c7e71e4c91387e85178c2
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I457a5cab6de706ab6fd05bf1b9c6c2531cdab4d1
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I67f3655927bac23bd40a6f7b508927ac850b0964
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into cm-10.1
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
JIRA: CYAN-1703
Change-Id: Ie3c1cf0339d66405d27c06dba07cc80e4001d669
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
- Don't drop separate apps with the same title
- Sort case-insensitive
- Sort disabled apps to the end of the list
Change-Id: Iffadca4896468aaee5fcfd60f8776c2bb1a8ce7f
|
|/ /
| |
| |
| | |
Change-Id: I473684a9ec4763c33709d5f59a5403eff63ce97e
|
|\ \
| |/
|/|
| | |
configurable." into cm-10.1
|
| |
| |
| |
| | |
Change-Id: Icbf706a582279b86d901fb727b58663713606521
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- fixed aapt warning
- added lock screen rotation
- CID rebuild
Change-Id: Ie6a51e0829d32e355542f0adaf4cc9b7f75aced5
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- added Privacy guard
- slightly tuned
- fixed
- just another tuning
Change-Id: I22318867d04994e44e215e503228b56d9d8f06f9
|
|\ \ \ \ |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
- Add missing translation entries.
Change-Id: Ie75276d7994a486e784dc67eb92f02506bf904c9
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-Add new translation
Change-Id: If8c045e3b6e5e03f3621b753a9b9da2d043d1655
|
|\ \ \ \ \ |
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
Change-Id: Ibc616eceede964fa4556f6f585d78131713b8f23
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PatchSet 2: Remove unnecessary check
Change-Id: I359b5fef2932dfa072b72384edf9ba730a1f71a1
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|\ \ \ \ |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Rotate lock screen
- Minor changes
Change-Id: Ia493de6b30315e695072d92a6ddef9c4f250e4ba
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In addition, this commit also fixes a bug where the switch would not be
disabled on a fresh 24-hour clock install, as the preference value would
be null. This is avoided by using a higher-level method from
DateFormat to check the clock mode.
Patch Set 2: improve code styling
Patch Set 3: remove pointless application context retrieval
Change-Id: I80de938df61803649688723843439905e9909b07
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ps1: Storage Settings: Allow user to trigger a volume rescan
ps2: Add lockscreen rotation as an optional rotation setting
ps3: fix typo: selecteer -> selecteert
ps4: fix typo: netwek -> netwerk
Change-Id: Iefd0acc943f3c93c58fb567601949b741ac57ef6
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PS2: Added missing strings and latest updates
PS5: Minor fix and latest updates
Change-Id: Ie339402f41a31a7d3823bd8f86d4c0ded6b7d250
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There's no way to make it persistent, by design. This is purposefully
undocumented and meant to test policies at this stage.
Change-Id: Ic79ed773b199b68fee15f94acd2107a5ad20dc25
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
On tablets such as manta a this occurs. To reproduce go into PGM, press
the back button one time, then go back into PGM.
http://pastebin.com/N7XAybUB
Remove privacy guard fragment in onDestroyView
Change-Id: I61cebe273fa6fd514f18c86894acd176701148f6
Check if fragment transaction is empty before attempting to remove it
Change-Id: I08591c89559d33fee30ac2934fdbcc30637147da
PrivacyGuard fragment fix - change from empty check to isDestroyed check
Change-Id: I52fe44b7446cd16793df6ac9cdbe31e2ddd70210
Signed-off-by: Paul Beeler <sparksco@gmail.com>
PrivacyGuardManager: Reduce calls to getFragmentManager
Change-Id: I74f07a58b09cf0e9114d0c1c56e9a97d55ab0900
|