summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Settings: Add screen color settings"Steve Kondik2016-08-051-3/+0
| | | | | | | | | | * We now have support for HSIC controls in LiveDisplay and this can be deprecated. A new UI to bring the same kind of functionality is underway as well. This reverts commit 853513841512a0fbf15dc22c7164a98d0a2de80b. Change-Id: I4fa3af25f64b05338a78ba7832e75333cf15e448
* Settings : Add country code to blacklist entry dialogDanesh M2016-06-271-1/+2
| | | | | | | | | | | | | | | | Enforce country code when adding an entry. If the user has regex enabled, * is added to the list as a choice. This avoids the confusion users are currently facing where blocking only the number + regex doesn't work, since country code is expected. Eg : 206* won't work +1206* works CYNGNOS-3049 BACON-4953 Change-Id: I9236898f17fcef425e561aaa10e56c5e8c2171a7
* settings: Remove direct usage of CMHardwareSteve Kondik2015-11-291-1/+0
| | | | | | * No need to reference this jar, all calls go thru the service. Change-Id: Id51f4156618e6d91750a2164cd95f65bef437e39
* Settings: update community metricsRoman Birg2015-11-231-1/+0
| | | | | | | | | | | | - Send community metrics to CM.org as well as Cyanogen server - Kill off Google Analytics - Use JobScheduler to intelligently schedule uploads when network connection is available Change-Id: Ibd7d84a961dda4af20db9226191380e9f977b5de Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: Rebase against GoogleAnalyticsV3.Adnan Begovic2015-11-231-1/+1
| | | | Change-Id: Ia015847be4bf985e206a5b4b2362959c6220e2ba
* Settings: Anonymous Statistics (CMStats)Danesh Mondegarian2015-11-231-0/+1
| | | | | | CMStats is now integrated into settings. Change-Id: Ice1b2c0c4882620eef774aca26b91a39d27f7b47
* settings: Use the internal version of the SDKSteve Kondik2015-11-031-1/+1
| | | | | | * So we can use the private resources across the platform. Change-Id: I2872ba35e9eb0a9a153d19db8e9c4c01c5aa1ffb
* Settings: Change to CmHardwareServiceScott Mertz2015-10-291-1/+0
| | | | Change-Id: Iab392aefa9476a2e956a697210f3f7e6426ff815
* Settings: Add screen color settingsZhang Fang2015-10-291-0/+3
| | | | | | | | | | | | | | | | | | | Add "Screen Color" item in settings. This function support set Hue, Saturation, Contrast and Intensity value, and screen color will be changed by this settings. Change-Id: If6f6e7ee7f28862476a8b955cd3252175fefa2a1 Settings : Fix CustomScreenColor when picking an image Change-Id: I510b562eb0e9fb9b558380db5c5d6e818ba17d12 Settings: Start service as explicit intent Needed for API level 21. Add some ressource bits, set text color to white. Change-Id: I9c4a9139be69fa5c6d6c74055b5475f0d930c93a
* Settings: add "advanced" menu to Display/TapToWakeRicardo Cerqueira2015-10-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forward TapToWake from CM11 Contains Commits: Author: Ricardo Cerqueira<cyanogenmod@cerqueira.org> DisplaySettings: Add hardware-framework support for tap-to-wake Since we have tap-to-sleep globally, might as well support the wake gesture as a standalone thing through the HAF. Place it in "Display". Change-Id: I6facc2334ff9e80077581c54c428476594e91528 Author: Roman Birg <roman@cyngn.com> Settings: set proper default value for tap to wake The first time the display_settings.xml file gets inflated, the PreferenceManager takes the defaultValue and persists it in the default shared preferences file. When we read the double tap to wake preference, we assume it has a default value of true, which it uses until the user enters Display Settings for the first time. At that point, the default value is persisted, and every boot after will use the default value in display_settings.xml. Remove the default defined in the XML file. Change-Id: I0989dd73b6b3c42ff8649bc17eebf4e191293ee4 Change-Id: I271390aa7bfc56811dcf6fff7e1d05c76c4bfa48
* Settings: Refactor to point at Profiles in CMSDK.Adnan Begovic2015-10-261-1/+5
| | | | Change-Id: I589dd372a58d8aca0f804e419992c28188d5380c
* Allow incremental builds for settings.Jorim Jaggi2015-04-271-0/+5
| | | | | Change-Id: Iec6788d42c63020b7facfdfc45e1add244bb9523 (cherry picked from commit c9f73801dfd4815fdaaee1018f9ca40faf5befa1)
* Checkpoint of new storage wizards.Jeff Sharkey2015-04-131-0/+1
| | | | | | | | | | | | | | | Use frameworks/opt/setupwizard/library/ for consistent behavior and styling on phones and tablets. Implement every step of wizard flow and connect them together, even though some steps are currently non-functional. All strings to match UX spec, with some adjustment. Wizards inherit from helper base class. New interstitials before unmounting or formatting private storage to confirm user knows consequences. Bug: 19993667 Change-Id: I2c774e1718d513805ee8aecfc96d066d4730450c
* Make Settings include new SettingsLibJason Monk2015-02-041-0/+1
| | | | | Bug: 19180466 Change-Id: I1ab5f2ac2d5faa5640ebe6e08ba8071a02ac8308
* Add button in "hidden" settings to flip "VoLTE Provisioned" flagPavel Zhamaitsiak2015-01-221-1/+1
| | | | | | | | | | VoLTE Provisioned flag can be lost when new device image is flashed. Currently there is no way to trigger Verizon provisioning update from device. This patch adds button in hidden settings which allow to manually change value of the flag. Bug: 19038362 Change-Id: I23f13004dbcf9eaf711c66261696772b1d7bfd6e
* Settings psuedolocalization fixes.Elliott Hughes2014-08-221-2/+0
| | | | | | | | | | We don't need -c zz_ZZ any more, and LocalePicker now checks the global developer options settings itself. Also remove some dead code now zz_ZY and zz_ZZ are gone. Bug: 17190407 Change-Id: I27f9f5bc8b27457004e7e4996ec76b76a17523eb
* [WifiSetup] Use setup navigation barMaurice Lam2014-06-161-1/+5
| | | | | | | | | | | | | | Use the setup navigation bar in wifi setup activity. 1. Include frameworks/opt/setupwizard/navigationbar/common.mk in the make file. 2. Make WifiSetupActivity implement NavigationBarListener 3. Added the fragment in setup_preference.xml, wrapping the whole screen in a LinearLayout 4. Moved skip and next screen logic to WifiSetupActivity, refactored the skip dialogs into a fragment Change-Id: Ia973c0a61faa3ead201bd10d5aa8de4bc6e091c1
* Don't build tests by defaultAmith Yamasani2014-05-201-0/+2
| | | | Change-Id: I30de838657199b853948b6ba77bc9e5da28cc4f7
* The Settings app needs privileged permissionsChristopher Tate2013-06-171-0/+1
| | | | | | Bug 8765951 Change-Id: I42cfc32d961967b0a52027cbfb7c80b628715577
* Add EventLog to report lock screen typerich cannings2013-06-051-1/+3
| | | | | Bug: 9075747 Change-Id: I7d3667211e76b13ccd659713c35ca86246e31e0b
* resolved conflicts for merge of 3c10f535 to jb-mr2-dev-plus-aospKenny Root2013-04-291-1/+1
|\ | | | | | | Change-Id: Id4ab035f92f2a8bf1b1fefdfd22ba370e33e7829
| * Track change to JSSE providerKenny Root2013-04-291-1/+1
| | | | | | | | Change-Id: I25d6612b12ab46b1f5c88c400b95bba1c023398a
* | Forcing the settings apk to be built with the zz_ZZ pseudolocale.Benjamin Poiesz2013-04-111-0/+2
| | | | | | | | | | | | | | | | This will enable Settings to show the effects of the zz_ZZ pseudolocale when selected in the LocalePicker. Bug #8556677 Change-Id: I68ffc81454865dec94a3c1460019d1efce00ea49
* | Remove guava dependency to speed up build.Jeff Sharkey2013-03-061-1/+1
| | | | | | | | Change-Id: I4cee4b6324e72e94c1241e10f3cdc507d65512cd
* | Quick and dirty UI for viewing app op information.Dianne Hackborn2013-01-151-1/+1
|/ | | | Change-Id: If17bfbe84cf438ca9bb37bf446564f39de99cee1
* Iteration on multi-user Storage UI.Jeff Sharkey2012-09-131-1/+1
| | | | | | | | | | | | | | | Now that DefaultContainerService has visibility of external storage for all users, we can measure internal storage in a single pass. Internal storage measurement now iterates across all known users, counting both apps and emulated storage usage. Create MeasurementDetails object with documentation about what is counted under various device configurations. Generalize to measure each Environment.DIRECTORY separately, so it can be combined as needed. General cleanup of how measurements are passed to UI. Bug: 7003520 Change-Id: Ib89c185296a0c9debdc20beeaa98584d803a84e8
* Use telephony-commonWink Saville2012-07-111-1/+1
| | | | Change-Id: Ic95136fd5934afdd53a08bfd640d40add67fdb44
* Rework manage applications to be page-able.Dianne Hackborn2012-05-161-1/+1
| | | | | | | | Turn everything around so that we can have multiple list views with their own adapters. Switch to using a ViewPager for managing the different lists. Smile! Change-Id: I9c102abb06cf67f313a8696507aa4597b38c7ab9
* CA certificate settings fragmentBrian Carlstrom2011-06-271-0/+1
| | | | Change-Id: I8d4b595d6cc8d20be9bea655c7674c86a9183818
* Checkpoint of data usage UI, graphs and lists.Jeff Sharkey2011-06-091-0/+2
| | | | | | | | | Chart of network usage over time, with draggable "sweep" bars for inspection region and warning/limits. Talks with NetworkStatsService for live data, and updates list of application usage as inspection region changes. Change-Id: I2a406e6776daf7d74143c07ec683c10fe711c277
* Fix proguard flag file dependency.Ying Wang2010-09-301-1/+1
| | | | Change-Id: I32004f93fe66f54647f1c93125425a9646431070
* Create LocalePickerFragment for fragmentizing LocalePicker Activity.Daisuke Miyakawa2010-08-131-0/+2
| | | | | | Need to add proguard.flag, as the Activity crashes without it. Change-Id: Icbc75be4a4183920ed472ac64cc509115260f865
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-051-1/+1
| | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I80f66b5f5409f1d51d929adfddf291bae3e066e1
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+14
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-14/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+14