summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Changing target sdk to QSunny Goyal2019-05-171-1/+1
| | | | Change-Id: I9c2ac12d81d3b04e1a29f6c2a1f2e32fff76de7f
* Merge "Fix grid options provider metadata" into ub-launcher3-masterTreeHugger Robot2019-01-291-1/+1
|\
| * Fix grid options provider metadataSantiago Etchebehere2019-01-291-1/+1
| | | | | | | | | | | | | | The actual authority is {packagename}.grid_control. Bug: 122262084 Change-Id: I5552ccdb818efa49900409035e41505ed2f7687b
* | Changing min sdk to 25Sunny Goyal2019-01-291-1/+1
|/ | | | Change-Id: I0d28069967854357ca755bf25dec19d4979bdecf
* Adding meta-data for grid options providerSunny Goyal2019-01-241-0/+3
| | | | | Bug: 122262084 Change-Id: I4b07f17eb9bad351a48e2d612159fbe2d33cf1dd
* System apps must target API 28 or higherHyunyoung Song2019-01-031-1/+1
| | | | | Bug: 120997004 Change-Id: I998a443a4327c47cbab8e4bc4843be1693f05d8d
* Cleaning up build rules to simplify customizing derivative projectsSunny Goyal2018-07-021-49/+0
| | | | | | | | | > Using {packageName} instead of hardcoding com.android.launcher3 in AndroidManifest.xml for strings which are dependent on packageName > Adding proguard rule to prevent obfuscating any overridable class > Making it easier to extend SettingsActivity by overriding the fragment class Change-Id: I5668c3f33b4cf20ad01d7f54b3d79cc0d268d391
* Defining a base theme, which can be overriden by derivative projects withoutSunny Goyal2018-06-081-1/+1
| | | | | | | affecting launcher theme Bug: 70220582 Change-Id: Ie3069686be5e6a42910e90541db2d6b5b79e25c1
* Preventing activity restoart on mnc/mcc changesSunny Goyal2018-05-181-1/+1
| | | | | Bug: 77651657 Change-Id: I68a6995d57da4b3c43c1ecd78deda40c78934533
* Making read permission for android content provider as systemSignatureSunny Goyal2018-03-231-1/+1
| | | | | | | to prevent unwanted access to user data Bug: 74360014 Change-Id: I0155c25d91609f4492f56b221c372ec3f51442e3
* Updating Launcher rotation logicSunny Goyal2018-03-031-1/+1
| | | | | | | | | | When auto-rotate is on, launcher allways allows rotation. This allows uses to use locked rotation feature is available on the device When auto-rotate is off, workspace does not allow rotation, but overview in quickstep will allow rotation Bug: 73872056 Change-Id: Ie12365c268fd5e4958634ed97b5a33dcadc691e2
* Deleting sample code demonstrating how to extend Launcher3Sunny Goyal2017-10-301-48/+0
| | | | | | | | Launcher already includes Launcher3Go build flavour and we will be adding another build flavour for RecentsUI. There is no need to maintain another build which is not used anywhere. Change-Id: I9287f62691d57750460ccc9d6859c7fa11c99956
* Remove stateUnchanged flag from activityNg Zhi An2017-09-271-1/+1
| | | | | | | | | | | Bug: 65298313 Test: manual 1) Launch messages 2) Tap on FAB to compose new message, IME shows 3) Tap on Home button 4) Verify IME is hidden Change-Id: I1823e70d49921d2c66b5abd9ce5d45592bde923c
* Adding a category to indicate that this is a launcher appSunny Goyal2017-08-301-0/+1
| | | | | Bug: 62959599 Change-Id: Ib0a20829630838671080671cebc1fea2a0f21dd4
* Change application launcher icons to adaptive iconsHyunyoung Song2017-03-031-3/+3
| | | | | | b/35429795 Change-Id: I4fa2fb167040c2470c403a293d1a172c276b2f81
* Update Launcher3 AndroidManifest.xml to match NexusLauncher.Jon Miranda2017-02-271-1/+2
| | | | | | | | | | Add stateUnchanged flag to activity windowSoftInputMode. * Original Change-Id: Iad029d1ce327527ae3933c9eca86474be6ba5aa1 Set resizeableActivity to true to enable multi-window for Launcher. * Original Change-Id: I2d17c89db2eb8d60b3393c2abc3b026e5574085d Change-Id: I534f6511e7fd7778cc4469f56527d6452ccbc9a9
* Simplifying some launcher themesSunny Goyal2017-02-161-1/+2
| | | | | | | > Replacing some colors with theme attributes > Simplifying styles definition by removing unnecessary inheritance and inlining some definitions Change-Id: Ifa167515cae6a7fd3720f1a52ff9ce11abb4495f
* Fixing wrong label in the AndroidManifestSunny Goyal2016-08-251-1/+1
| | | | | | Updating the gradle and protobuf library version Change-Id: I0470ebe7465cf2f04ef59688ac2b3f4933d48ad1
* Fixing FileLogs testsSunny Goyal2016-06-071-1/+10
| | | | | | | | During tests, the logs directory is changed. But the active thread was not getting stopped which was causing some logs to be written to the old location corresponding to some previous test Change-Id: I7b8587eae0eb68fa180e3992694cab3745922483
* Separating out configs and common manifest entriesSunny Goyal2016-05-241-48/+23
| | | | | | | This separation allows for easier modification of Launcher3 by derivative projects Change-Id: Ib3469e9b5d2707daef572050698d792316534d45
* Merge "Changing minSDK for launcher3 to 21 (Lollipop)" into ub-launcher3-calgarySunny Goyal2016-05-111-1/+1
|\
| * Changing minSDK for launcher3 to 21 (Lollipop)Sunny Goyal2016-05-101-1/+1
| | | | | | | | Change-Id: I421a33801886bdcccb43429b571af1ca7c6b9f55
* | Adding full backup handler for launcher3Sunny Goyal2016-05-101-2/+3
|/ | | | | | Bug: 28302573 Change-Id: If0889a3b00b88b134b19d7f790159dfafdcdb004
* Chaning the behavior of settings activity.Sunny Goyal2016-05-021-2/+5
| | | | | | | | > Making all twoState prefs backed by content provider > Using the stadard intent defined in N for settings > Using SharedPrefsListener instead of LauncherProvider Change-Id: I8272f54aa780bc0436e3d0aa89096a4bd2a9194f
* Removing Launcher broadcast support from Launcher3Sunny Goyal2016-04-151-5/+0
| | | | Change-Id: Ibaf5fe1465d3858b060fc2958194cf60f22a11db
* Removing first launcher broadcastSunny Goyal2016-04-141-4/+0
| | | | Change-Id: I225205a219cf2e0f27bb3c78cbdad1a3429d466f
* Removing WallpaperPicker from Launcher3Sunny Goyal2016-04-121-27/+0
| | | | | | | | Launcher3 will no longer include a wallpaper picker. Eventually it will just point to the system wallpaper settings where user can choose from all the installed pickers Change-Id: Ib5832fa7e451610acd4b2d34ee48fe36e3699d26
* Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-011-0/+5
| | | | | | | | | | | | | | | - Launcher has an instance of ExtractedColors, which is loaded from LauncherProvider in onCreate() and whenever the wallpaper changes. - When the wallpaper changes, the ColorExtractionService is started in the :wallpaper-chooser process. - ColorExtractionService builds an ExtractedColors instance and saves it as a String in LauncherProvider. - When the results are saved, Launcher gets a callback through LauncherProviderChangeListener and reloads the ExtractedColors. - Whenever Launcher loads Extractecolors, it also re-colors items (currently a no-op). Change-Id: I319e2cfe0a86abcbc6bb39ef6b9fbbcad54ad743
* Deleting the WallpaperPicker code inside launcher.Sunny Goyal2016-02-181-3/+3
| | | | | | Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
* Separating out Launcher3 resources from Wallpaper resourcesSunny Goyal2016-02-101-1/+1
| | | | Change-Id: I7e33c83df8b16e8552fe588cadbcf3bf7881cb95
* Merge "Preventing activity to restart when keyboard is connected or keyboard ↵Sunny Goyal2015-10-161-0/+1
|\ | | | | | | | | | | | | | | | | type changes" into ub-launcher3-burnaby-polish am: 363da26646 * commit '363da26646b3214a437981fc3ad908ccd363f8f3': Preventing activity to restart when keyboard is connected or keyboard type changes
| * Merge "Preventing activity to restart when keyboard is connected or keyboard ↵Sunny Goyal2015-10-161-0/+1
| |\ | | | | | | | | | type changes" into ub-launcher3-burnaby-polish
| | * Preventing activity to restart when keyboard is connected or keyboard type ↵Sunny Goyal2015-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | changes Bug: 20820889 Change-Id: Ib0b21c04290607ddd67cef2003e6d89f5d6492d8
* | | am 44b48f77: am 28c6b963: Showing a permission prompt for direct call shortcutsSunny Goyal2015-10-141-1/+1
|\| | | | | | | | | | | | | | * commit '44b48f77027c386885ed459de501f9d822abac9c': Showing a permission prompt for direct call shortcuts
| * | am 28c6b963: Showing a permission prompt for direct call shortcutsSunny Goyal2015-10-141-1/+1
| |\ \ | | |/ | |/| | | | | | | * commit '28c6b963d4ccac73ab857c839420513dd560945c': Showing a permission prompt for direct call shortcuts
| | * Showing a permission prompt for direct call shortcutsSunny Goyal2015-10-121-1/+1
| | | | | | | | | | | | | | | Bug: 24580949 Change-Id: Idc92f9f5979a730f43b4905af2bc47b6834dc7a7
| * | Moving a few testing classes to a separate packageSunny Goyal2015-10-071-54/+49
| |/ | | | | | | Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
* | Merge "Moving a few testing classes to a separate package" into ↵Sunny Goyal2015-09-211-54/+49
|\ \ | | | | | | | | | ub-launcher3-master
| * | Moving a few testing classes to a separate packageSunny Goyal2015-08-191-54/+49
| | | | | | | | | | | | Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
* | | am 830b5e08: Updating the target sdk to launcherSunny Goyal2015-08-211-1/+1
|\ \ \ | |/ / |/| / | |/ | | * commit '830b5e08ef8ccc8e4193926ac10ac38cb0ae3e56': Updating the target sdk to launcher
| * Updating the target sdk to launcherSunny Goyal2015-08-211-1/+1
| | | | | | | | Change-Id: Icf8e22f6ceb57dcd4e101b8b1d3ae86c52d12b30
* | Updating logic for setting wallpaper desired sizeSunny Goyal2015-08-191-7/+0
| | | | | | | | | | | | | | | | | | > Only setting desired size on wallpaper change for pre kitkat > Removing wallpaper change receiver from manifest > Removing multi-process wallpaper shared prefs for kitkat+ Bug: 23353784 Change-Id: Iba72d32871ee50b75807e2284a73a691bcddc472
* | am dc352761: Merge "Removing account manager calls" into ub-launcher3-burnabySunny Goyal2015-08-041-1/+0
|\| | | | | | | | | * commit 'dc352761ae542087825227d773ec0b039f0aaaf0': Removing account manager calls
| * Removing account manager callsSunny Goyal2015-08-041-1/+0
| | | | | | | | Change-Id: Ic88139f6ef34046eb3b551d8a75d5f97e1fe3d52
* | Removing boot receiver.Sunny Goyal2015-07-161-8/+0
|/ | | | | | | | > Registering the receiver at runtime, only when it is required > Using system property sys.boot_completed to check if boot completion > This prevents unnecessary process startup during system bootup Change-Id: I68f99ecf2e1ffd2ca7b6d15a99a282451bf67aec
* Moving LauncherExtension to a separate packageSunny Goyal2015-06-251-1/+5
| | | | Change-Id: I6eef1cbb17295e59eae04f90fa44037be5f7da4b
* Ensure that Launcher Activity has an exclusive taskAdam Cohen2015-06-231-0/+1
| | | | | | | | | -> enforce this at the activity level by giving it an empty affinity -> the system should probably enforce this, so this is a work around for now issue 21880868 Change-Id: Iaba4d87781c7fc82ee6c2838c013e01081cdbf9d
* Using content provider to update launcher settingsSunny Goyal2015-06-121-5/+0
| | | | | | | | > Removing cross process preference file > Removed broadcast listener management for settings changes > Defining content provider method to get/set laucnehr preferences Change-Id: Ida36eac0ab17c1d48fedc9404817a53a89b36c4f
* Removing LauncherApplication to enable us to easily catch LauncherAppState ↵Sunny Goyal2015-06-041-1/+0
| | | | | | errors Change-Id: I56e956067692e5b9c4719c5e08b8f558e6011a60
* Use a broadcast receiver instead of a settings observer.Rahul Chaturvedi2015-06-041-1/+7
| | | | | | | | Settings observer doesn't work if a setting is modified in another process, hence we instead register a receiver which listens for a signal from the settings process that the rotation preference has changed. Change-Id: I570e3c67bb64a32347e84ca00a8ac31d9010eac3