History log of /packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
30c50b15d0d716567c71d590aa835dc4a27591d6 08-Sep-2014 Amith Yamasani <yamasani@google.com> Use correct API for badging

Bug: 17414778
Change-Id: Ieb9890751c3071088b9f5aab48053e767f78bfe5
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
39f82a7c9880668aabf5b6b877d50c6781162f95 05-Sep-2014 Svetoslav <svetoslavganov@google.com> Update Settings due to API changes.

bug:17390424

Change-Id: I25dfa40cc5109260d48dbe5f33274b162912d059
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
db0b7637faa5200906c3facf90872aa819e8db5a 18-Aug-2014 Lifu Tang <lifu@google.com> Dim the preference icons when its disabled

- Fix b/16956979

Change-Id: Idfa3fddf63746dea1db0c75dedab06b57aaf5de7
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
3aaf0eb457639b52228143b84d9624bf73d862ea 07-Aug-2014 Zoltan Szatmary-Ban <szatmz@google.com> Fix app icons on some Settings screens

App icons appeared as the default icon and sometimes without the corp badge on
Data Usage and Battery screens for applications that were only installed for
the managed profile. This CL fixes the issue.

Bug:16705204
Change-Id: I778d36554feb19f28f3cb9321a291cab3d3e17bb
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
cc2cbaf4212e121a6b9cf0de160af2f78572f233 07-Aug-2014 Kenny Guy <kennyguy@google.com> Move over to CharSequence version of badging method.

Bug: 16484455
Change-Id: Ie5ee010efc439219cb71fd4241fdb798a5f4ea12
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
ebb36ec9207c9519f6ae6a1aa39909279aa1d0e9 23-Jul-2014 Zoltan Szatmary-Ban <szatmz@google.com> Badge texts correctly for accessibility in Settings

If an app is a managed profile's app then its label should read correctly by TalkBack.
Affected screens: Data Usage, Location, Battery.

Bug:16053981
Change-Id: I393c0ebf56917032d619b1e39b4bf141ee236981
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
925560e9a2437e3cb6139a4421a6a5cd4b355fc5 16-Jun-2014 Zoltan Szatmary-Ban <szatmz@google.com> Update Location Settings for Enterprise

Find packages of the corporate user and show them
with badged icon on the "Recent location requests" list.

Bug: 15467321
Change-Id: Ic52ed3d01a0816288d4818190e82befa5235f28b
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
5cbf971e19d3eb03f02799fc1e2263b0f6221da4 01-Oct-2013 Lifu Tang <lifu@google.com> Make recent location app list package based

- Link all items to app info pages instead of battery page

- Fix b/10855516

Change-Id: I241e81b179f468364b324ae714964fc3253cd2c9
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
9335f14082e5eccf73078f07a44bc5a1793fcaa2 26-Sep-2013 Lifu Tang <lifu@google.com> Hacked to display Puzzle icon for GCore

- Fix b/10856957

Change-Id: I0716c9f5c6d818cd38dfc30a6b0b29deaa994367
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
b1e381be2175dc1855a3de456dacd549ab282b2b 24-Sep-2013 David Christie <dnchrist@google.com> Don't show background apps in Settings->Location (b/10806272)

Change-Id: I7ed0249bbc4509e4116dfc88181faccde60365e1
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
bec860d6c465e0c9649f627624c7aaa5d934ad1f 21-Sep-2013 David Christie <dnchrist@google.com> Remove "Android System" from recent apps list in Settings (b/10855277)

Change-Id: I22d74c22c482786298af088abb7b25c790fd4b21
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
8b4cdbebcfb53b57ac2afec1b1e3377d6a02bb21 13-Sep-2013 David Christie <dnchrist@google.com> Fix recent apps in appops.
Prior to this fix all apps would disappear from settings->location
15 minutes after the request was first made (even if request
was ongoing). Tested this out - apps requesting location longer
than the threshold stay in the list, and apps stay in the list exactly
the threshold time after the location request ENDS.

Change-Id: I7d4db25c615df2ec41e93b1b3191ba606d26719d
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
332822e31ba09b4c5a2bc86439f7c05efcdf9cdc 09-Sep-2013 Lifu Tang <lifu@google.com> Revert "Dim icons when recent apps category is disabled"

This change makes all the icons in the system dimmed, not only on Location Settings page. I haven't managed to find a simple fix to that problem. I think we should abandon this feature, and revert this CL.

This reverts commit ebcd196a0ba404736288d8e6a35dd533f4ee806b.

Change-Id: If39f2892c82643b936d2d9ff7b1d1c027018f3f6
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
ebcd196a0ba404736288d8e6a35dd533f4ee806b 07-Sep-2013 Lifu Tang <lifu@google.com> Dim icons when recent apps category is disabled

- Fix b/10654646

Change-Id: I7581054b0838c801cf9a6c889e8aeb9db8c7ba56
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
c670c97b98dac65212b147c1aa782e2b8237d335 31-Aug-2013 Lifu Tang <lifu@google.com> Ignores AppOps entries belonging to other users

- Fix b/10567352

Change-Id: I6aac030a426e5a881578b518a9cf6bad8679d087
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
ad7bfbd3469b0dfd42c6bc9d25b22c29d52fbdad 31-Aug-2013 Lifu Tang <lifu@google.com> Creates Sipper even the consumption is very little

Change-Id: I9682f262a481f3586760b8464b96eeb22814a840
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
08a4c33a409f7cc693527de138179f80bf07be9c 22-Aug-2013 Lifu Tang <lifu@google.com> Minor UI tweakings

* Changed PreferenceScreen to Preference.

* Adjusted the "No recent app" message layout.

* No "Location services" category when empty.

* Removed "Under Construction" finally, hooray!

Change-Id: I83fd1d7a1b0235ad21b3a5c54542e937b60b3940
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
25518c3b45827537b2b2c2b35fdc86bc8bd60502 21-Aug-2013 Lifu Tang <lifu@google.com> Sort "Location services" alphabetically

* Sort "Location services" items by title

* Throttle the rate of loading status messages

Change-Id: Iecb039a4ab94a810e11ef3e426e4a4b5c8c75c37
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
b9ab196bb520fed9b23aa9a259fab08084646c2c 18-Aug-2013 Lifu Tang <lifu@google.com> Sort recent apps, show message when no recent apps

Change-Id: I70bb1913435b46fc87aec10075e43f98ef07ef62
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
bfa96c3b10f53a969406755eed36ba98fc1de549 18-Aug-2013 Lifu Tang <lifu@google.com> Supress Location button when coming from Location

Change-Id: Ie1f1aed17206530ec7c8a1cde43a4380b7232823
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
c3e9ac937a4ba948d47cbb83f6999af34fd00b65 13-Aug-2013 Lifu Tang <lifu@google.com> Linked the recent location apps to battery page

* Extracted BatteryStatsHelper from PowerUsageSummary

* Dropped the "pause" and "resume" method from the
RadioButtonPreference

* Opening battery usage page when the user clicks the recent location
apps item

Change-Id: I5a2d03271434765780154265976d8caa7f8060d8
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java
88afb32fc6422139dcf8340aa88f3de9112a1485 07-Aug-2013 Lifu Tang <lifu@google.com> Displays a list of most recent location apps

Change-Id: I8e34ca8c30f308744022f17fac2444a496abd9e6
(cherry picked from commit 16ab0eca74751c331c1c74612548a27735a450b7)
/packages/apps/Settings/src/com/android/settings/location/RecentLocationApps.java