summaryrefslogtreecommitdiff
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Add option to force high-end graphics on low memory devicesMichael Bestas2014-07-161-1/+24
| | | | Change-Id: Ie80dbf658d6ca4c4fb230482745029098fe6777d
* Add SwitchSettingDirk Rettschlag2014-07-081-0/+110
| | | | | | | alternative to the CheckboxSetting Change-Id: Ia596401c6865a82c27c2f192be9c8453d92895bf Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* add MultiChoiceSettingDirk Rettschlag2014-06-192-0/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | This will add a new settings widget that allows to select multiple values. It also implements methods to define min and max count of selectable values. use as follows: <com.aokp.romcontrol.settings.MultiChoiceSetting android:key="romcontrol_test_setting" android:layout_width="match_parent" android:layout_height="wrap_content" android:dialogTitle="@string/romcontrol_test_title" android:title="@string/romcontrol_test_title" android:entries="@array/romcontrol_test_entries" android:entryValues="@array/romcontrol_test_values" android:defaultValue="0|1" aokp:minSelectionCount="2" aokp:maxSelectionCount="4" /> Change-Id: I391b5b3e1da9e29ccf8abbc96fd670f448a25a98 Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* RC: ad support for customizing camera hardware keyArnav Gupta2014-05-211-1/+8
| | | | | Change-Id: Ib800983b5971fbfe534fe39dae8b2ac728e630c2 Signed-off-by: Arnav Gupta <championswimmer@aokp.co>
* Remove battery settings from ROMControlLorDClockaN2014-04-231-8/+0
| | | | Change-Id: I649d9e6a78901b843a6f65aafbe7cc6409bc06c2
* RC: make animations faster by defaultAndrew Warfield2014-04-191-1/+1
| | | | | | | | | Having the Animation Duration at 50 makes the entire sytem feel a bit sluggish. Half it to make the system animations twice as fast. Change-Id: I93f3a3921bf5a25465c06d7b128162776b7eb67a Signed-off-by: Andrew Warfield <hiasant@gmail.com>
* fix setting of stored color in colorpickerDirk Rettschlag2014-04-161-1/+7
| | | | | Change-Id: I39e9dd0be592ba9f716262bce0de477fb35aa1c3 Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* Show navbar settings for hwbutton devices that have enabled navbarLorDClockaN2014-03-181-3/+5
| | | | | | PS2: don't show landscape options for phones Change-Id: I001920088279d786cdb4c85ac3e69584dfeee2a6
* Networkstate mode toggle [3/3]kecinzer2014-03-121-1/+16
| | | | | Change-Id: I296c14a775efb49a93cc70723e123f301ffe4015 Signed-off-by: kecinzer <kecinzer@gmail.com>
* RC: IMA animations (3/3)LorDClockaN2014-03-013-3/+3
| | | | | | | | | Had to modify this to get it compiled/working with IME animations Modify calls to AwsomwAnimationHelper PS2: Commit name and comments Change-Id: Ic13cfe0405ac3788225386afd3b53ed17ed03fe7
* Make navigation drawer customizable via overlayDirk Rettschlag2014-02-281-52/+47
| | | | | | | | Devices can now use overlay to hide certain entries. This will be useful for devices without notification led. Change-Id: I3974502323f080d905100b52ca6bd75603641340 Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* ROMControl: randomize "The Crew" listRoman Birg2014-02-251-17/+13
| | | | | Change-Id: I6f191bda2dcd9c739607880dca32854307927097 Signed-off-by: Roman Birg <romanbirg@gmail.com>
* RC: Add navbar enablement for hw key devicesBrandon McAnsh2014-02-202-6/+19
| | | | | Change-Id: I0cd2c0a07992ca5dc278e798ec7ee6969b27c96f Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* [2/2] Navigation bar width & heightkecinzer2014-02-131-0/+42
| | | | | Change-Id: I6ee0a438bc23ba7883e98ecf6fa494d1ad01fca2 Signed-off-by: kecinzer <kecinzer@gmail.com>
* RC: Ribbons Icon GravitySteve Spear2014-02-111-0/+7
| | | | | Change-Id: I7b6a7eb01f7d1b073b11f336aa68e00605a79507 Signed-off-by: Steve Spear <steve.spear@openpeak.com>
* Set default values for various optionsDirk Rettschlag2014-02-101-0/+11
| | | | | | | | | There are several options that don't have a default value set. This results in bad user experience as there is no default in single choice lists. Change-Id: I9f39387597dc9fa5a245c2112b9f6ea9b7020a30 Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* Merge "Navbar: handle images selected through the documents api" into kitkatGergely Szell (sethyx)2014-02-071-11/+23
|\
| * Navbar: handle images selected through the documents apiDirk Rettschlag2014-02-041-11/+23
| | | | | | | | | | | | | | | | 4.4 added a unified documents api to choose media files. Handle the returnd data. Change-Id: I0ecba27ce120ad63abad33aec5364ef00795de3c Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* | fix NPE in installer fragmentArnav Gupta2014-02-071-0/+2
|/ | | | | | | | | | if the first thing you do after installing the ROM is go to InstallerFragment and try to check one of the checkboxes, you get a NPE because prefs haven't been loaded yet. Change-Id: I515fffc709822a4fea7d7cd82f50ac59a5c79af3 Signed-off-by: Arnav Gupta <championswimmer@aokp.co>
* Fix duplicate case by auto merge of animationsWill DeBerry2014-01-311-1/+2
| | | | Change-Id: Ia7fdaf776121a0b79d8bb761106b195457fa4f94
* Allows setting of some system animations.Steve Spear2014-01-312-0/+151
| | | | | | | | | | | | | | | | | | | | Current List: Activity Open Activity Close Task Open Task Close Task Move to front Task Move to back Window Open Window Close Window Intra Open Window Intra Close Duration Control Prevent overridePendingTransition option Change-Id: I48a5b1589a42c3de8f3549f6396751a9f08d4614
* Ribbons V2Steve Spear2014-01-3115-4/+1609
| | | | Change-Id: I333b5211fed89e5f389573907f018cc131564f33
* add lockscreen wallpaper (1/2)Dirk Rettschlag2014-01-312-1/+227
| | | | | Change-Id: Id612ee2edf0dd4396347219dadd380b5324ca871 Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* SingleChoiceSetting: Add getters and settersBrandon McAnsh2014-01-311-0/+24
| | | | | Change-Id: I009ecd490e0aedf698dee44d8b277326be08fd73 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* Navring changes for consistancy and cleanlinessSteve Spear2014-01-311-119/+68
| | | | Change-Id: Iaff63c6b7beb664149ddcd4066c673fc14384631
* RC: hardware rebinding additionsJonathan Steadman2014-01-311-1/+8
| | | | | | | | | | *kill app *longpress back key FW part: http://gerrit.aokp.co/#/c/15691/ Change-Id: I7956fd039009bcf4e84d299809066b012ac55d21 Signed-off-by: Jonathan Steadman <xxwhitehawk@gmail.com>
* RC: Power Menu customizationsBrandon McAnsh2014-01-312-4/+49
| | | | | Change-Id: I4a440c213ad761f57ba51054f2e7539651a9b660 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* Feat: Allow users to disable safe headset volume warning (2/2)Dirk Rettschlag2014-01-282-0/+43
| | | | | Change-Id: Iebd2b04a47d241cd06202fcdbd12de10b29768ca Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* RC: Re-order menu items for organizationRohan Mathur2014-01-181-6/+10
| | | | | | | | | | | | | I see two options for reordering, either alphabetical or the way I have it in this patch. Alphabetical is good for organization but bad for overall UX. This patch is made to organize the menu list by feature groups. It first goes to General, then onto the Statusbar/Notification Pulldown, then onto buttons (hardware first, then virtual). Finally, Installer settings since they are few in number and are rarely changed beyond initial install. Change-Id: Ia83e2a781f29b65abd663d337d4adc9cddcc64fe Signed-off-by: Rohan Mathur <rohanmathur34@gmail.com>
* ColorPickerSetting: Convert to ColorInt and place usable int into DBBrandon McAnsh2014-01-141-1/+3
| | | | | | | | | | * The ARGB that was being placed into the DB is not usable by Settings.AOKP.getInt() so convert the int color to a String (ARGB) and then further convert to to a ColorInt (int of the hex) -- Place this into the dB. Change-Id: I11597a1b0bd6ba7afb9725101aaf84a8d2c5a709 Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
* [2/2] Indicate charging in battery % indicatorkecinzer2014-01-132-2/+23
| | | | | | | By changing color of % indicator Change-Id: I71ccbc5211b6187fb0c82c9415fcffd3bf59391b Signed-off-by: kecinzer <kecinzer@gmail.com>
* Hide customize hardware keys checkboxDirk Rettschlag2014-01-081-1/+13
| | | | | | | Hide the checkbox if the keymask is 0. Change-Id: I5333dea108d38faf43cc498c98a133b41b3358a0 Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* add favorite contact selection back inDirk Rettschlag2014-01-041-3/+52
| | | | | Change-Id: Ifc73e71f486fbdff416142280b120588c634605b Signed-off-by: Dirk Rettschlag <dirk.rettschlag@gmail.com>
* RC: add AOKP copyright header throughoutJonathan Steadman2014-01-0411-0/+175
| | | | | | | *also add missing xml version to a few files Change-Id: Ib082344a9ffee58ad77fca29028b82922d892a76 Signed-off-by: Jonathan Steadman <xxwhitehawk@gmail.com>
* RC: add nav bar configRoman Birg2014-01-034-1/+677
| | | | | Change-Id: I878faba4c7d769550b10abf2cacadce2c51ad140 Signed-off-by: Roman Birg <romanbirg@gmail.com>
* RC: Bring rest of toggle optionskecinzer2014-01-031-5/+4
| | | | | Change-Id: Id3f1e06fbc6893c6a2dfde09aa51a32018571111 Signed-off-by: kecinzer <kecinzer@gmail.com>
* RC: Split About section into two tabsWill DeBerry2014-01-035-9/+739
| | | | | | | | | | - Make tabs swipeable - Move About fragment to a separate package to keep up with new scheme Conflicts: res/layout/fragment_about_aokp.xml Change-Id: Ib739f98ed0fb18223b11dc6af3f55eba58967d8c
* RC: Volume rocker wake and Volume music controlsWill DeBerry2014-01-032-3/+30
| | | | | | | Fix Typo PS? : Fix title and summary for volume wake Change-Id: Iedea20b3b419f10dbc3eec13969c5d20b9aeca68
* Custom Navigation Ring RC sideSteve Spear2014-01-022-1/+694
| | | | Change-Id: Ia32fd67031fa167ad72f1f9d3c9284be9f4d2975
* RC: move toggles fragments to separate packageRoman Birg2014-01-024-6/+4
| | | | | Change-Id: Id8ccd3f4b513a86915b46b40af04585a98064381 Signed-off-by: Roman Birg <romanbirg@gmail.com>
* RC: move instruction text from listview headerRoman Birg2014-01-021-8/+0
| | | | | | | Was causing some quirks when swiping toggles away. Change-Id: I8cd9d4a9208c680c8ed3a1c2cd820fecf9618f8a Signed-off-by: Roman Birg <romanbirg@gmail.com>
* Xposed persistance supportkecinzer2013-12-311-0/+34
| | | | | | | | Persist app_process between installs to make Xposed works without repetive installation. Change-Id: Id61784019ad72de7c3eea912bcc30e0a2c95df63 Signed-off-by: Rohan Mathur <rohanmathur34@gmail.com>
* RC: move toggle settings into a separate tabRoman Birg2013-12-314-38/+138
| | | | | | | | In order to use a FragmentTabHost, we have to be using the support library Activities/Fragments. Change-Id: Ic10cd59331bc72f314f5baebe28805344445d684 Signed-off-by: Roman Birg <romanbirg@gmail.com>
* Merge changes I754e876c,I441013f7 into kitkatRohan Mathur2013-12-291-1/+15
|\ | | | | | | | | | | * changes: [2/2] RC: Swipe to switch [2/2] RC: Fast toggle
| * [2/2] RC: Swipe to switchkecinzer2013-12-291-1/+5
| | | | | | | | | | | | | | PS4: Rewrite Change-Id: I754e876cef68213aa8d7b8025925dd32bb6b9681 Signed-off-by: kecinzer <kecinzer@gmail.com>
| * [2/2] RC: Fast togglekecinzer2013-12-291-1/+11
| | | | | | | | | | | | | | | | | | PS2: Fixed derp PS3: Rewrite PS4: Another rewrite Change-Id: I441013f70903a69354c297a41a124f40b305c8a1 Signed-off-by: kecinzer <kecinzer@gmail.com>
* | Revert "RC: hide installer settings for now"Will DeBerry2013-12-291-2/+5
|/ | | | | | | | | | This reverts commit 963fc46f98ac7a97ac03a56b27b0305b49d2a86e. Conflicts: res/values/arrays.xml src/com/aokp/romcontrol/MainActivity.java Change-Id: I9274f253e19c280bda48fac39f61066e910fdc54
* RC: toggle enhancementsRoman Birg2013-12-284-394/+277
| | | | | | | | Combine toggle configurations into one Fragment and display toggle icons. Change-Id: Ie24c255d18a23073f94e67922cf8b44df61270d9 Signed-off-by: Roman Birg <romanbirg@gmail.com>
* Toggles: Add Toggles Per Row selectionWill DeBerry2013-12-272-5/+27
| | | | | | PS4: Just for upload depending patches Change-Id: I0fe6b4e5f9824a390fae2155139be26f1f1d2181
* RC: Add toggle configurationsRoman Birg2013-12-2412-3/+4739
| | | | | Change-Id: I52b060c1ec39e4ac30aad4e03da8211a8cb0aaf3 Signed-off-by: Roman Birg <romanbirg@gmail.com>