forked from aosp-mirror/platform_frameworks_base
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add media_rw gid to external_sd permissions (thanks XDA member SVLAN) #1
Open
skeevy420
wants to merge
81
commits into
STS-Dev-Team:kk
Choose a base branch
from
skeevy420:kk
base: kk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I6ab8f2b8b21871045b1c3d45187b26b0e5fb1bf2
This allows creating non-AlertDialogs while still using the click and state handling of DialogPreference. Change-Id: I54fd7d6d6b9f6a49fef1ae95e0178838b3edfa56
Enable gcc vectorizing optimizations for Bitmap operations within libandroid_runtime.so. Adds -ftree-vectorize -mvectorize-with-neon-quad -fprefetch-loop-arrays to functions and compiles Bitmap.cpp in ARM mode (necessary to enable vectorizing optimizations) for appropriate targets. Change-Id: I12defef6f47adf41af849df6e750097f5906d92d Conflicts: core/jni/Android.mk Change-Id: I7e19ffaf816d3cefe0d523dc4e258cfb27b90992
* Commit a2e2076 enables GCC vectorization for bitmap operations on Krait. Enable it on A15 also. Change-Id: I1f733f5311376deb78782931ea2b83a8d12c2171
Omgz its translucent!!!
Media files take up a lot of spce. Deleting them cuts the size of frameworks almost in half. Change-Id: I3fd1019df8b41404909b7b4df8ad709526ceff36 Signed-off-by: Evan Anderson <[email protected]>
Credit: nbehary@XDA
rebased by Ayysir <[email protected]> === [*] screenshot and fastboot <author> <drcmda> [*]Remove safemode reboot option Duplicated option, holding shutdown option is aosp way <author> <D4rKn3sSyS> [*]New reboot dialog Nice icons and more options. Not hardcoded, used typedarray. Credits to FNV for the original commit and safe mode drawable <author> <D4rKn3sSyS> [*]PowerMenu reboot Based on Cm implmentation original author unknown Change-Id: If478247694f2b4ae7ff4f02daeb0b4a655181751 <author> <aaronpoweruser>
Also include spanish translations Patchset 2: Fix build Patchset 3: Add message to confirmation dialog Patchset 4: More consistency with the system Change-Id: I09bf56374a5ba9a875b94a53845be99a347417dc
Change-Id: Id458312cd6a66d12caa6ceffba3ba13547caa939 Signed-off-by: Andre Saddler <[email protected]>
Signed-off-by: Andre Saddler <[email protected]>
Change-Id: I36536832c6171f583e1a35b06983044f63e3d936
App crashed by catch IndexOutOfBoundsException which raised by check span range when select suggested string.The root cause is that the editor will truncate the suggested string which length is more than it specified, but it also set span use the suggestion's original length. Update the suggestion's real length after editor replace the original string to suggested. Change-Id: I2d765701934a9e68be172cb87a104590f3cdeceb CRs-Fixed: 532211
In the specified usecase, there is a completely new set of windows that appear on the screen during rotation. And the existing code in the framework ignores the drawstate of the hidden windows. Wait till the drawState is ready for the hidden windows also. CRs-Fixed: 521758 Change-Id: Ibd96502059c84210ad84ecb03aac5eca28f3c9fe
Not a very common situation but should fix some errors that could arise from flashing an old ROM over a new one, without wiping data. Change-Id: I27f2a00396761105987830921bb3f8cb339d2171
Change-Id: Icfc4003c9756b3c33578c137e59dc4a2b4f25647 Author: Chenyang Du <[email protected]> Signed-off-by: Ertao Zhao <[email protected]> Signed-off-by: Shuo Gao <[email protected]> Signed-off-by: Bruce Beare <[email protected]> Signed-off-by: Jack Ren <[email protected]> Author-tracking-BZ: 19084 4898
Change-Id: I9af82e9fa2305142521075938dfd05521adeb9f4
An icon will appear on navbar when there are apps available to be killed on recent apps. Credits to @bigbrother1984 for kitkat porting from jellybean Patchset 2: Tablet mode is deprecated now, so no need of multiple callbacks Patchset 3: Remove copyright from unaffected files Change-Id: I93d1d4cb34325190b03ae3a0d40e1bc170c92d91
Allows unlocking of the device without pressing enter for passwords and pins. Change-Id: Ia85164a9758c8c5a3a11b48fed4092cdbf6dbec0 Signed-off-by: Evan Anderson <[email protected]>
* Volume rocker wake * Volume rocker music control Change-Id: I0b9b252153e1fe048f7048a9da2197797a577ff1 Signed-off-by: Andre Saddler <[email protected]>
fix for this commit: AOSPA/android_frameworks_base@8ad03d9 Change-Id: I5dcb9875a13130f549a5fd5137897208b364d003 Signed-off-by: Andre Saddler <[email protected]>
Change-Id: I9440d21a1d638f87e0deb26af140d632eec1e7b8 Signed-off-by: Evan Anderson <[email protected]>
Change-Id: I5e921d2308d873678d6ef67a91cff50d383a176b
Certain OEM gsm ril libs send back a bogus value for LTE signal that causes SignalStrength.java to default to LTE and report incorrect signal values. Use prop value ro.telephony.ril.v3=signalstrength to get proper GSM signal reading on certain devices. Change-Id: Ibb23d7b3a2d21001ccbbc6ebfbdc3c5248f18cfc Signed-off-by: dhacker29 <[email protected]> Conflicts: telephony/java/android/telephony/SignalStrength.java
Change-Id: I741b510fdacc166ad40741bf2e9db5c8a1039384
…ds (1/2) p-cmds that support the below mentioned scenarios: - SETUP CALL - OPEN CHANNEL - SEND DTMF - SEND SMS - SEND SS - SEND USSD - LAUNCH BROWSER - PLAY TONE - SELECT ITEM Senarios handled : - NO ALPHA ID : Introduce a new configurable sys prop "persist.atel.noalpha.usrcnf". -- Allow display of default UI confirmation if prop is set to true -- No UI confirmation to be show if prop is set to false - NULL ALPHA ID (len = 0 ) : -- NO UI confirmation to be displayed Cherry-picked from CAF commit 5ea0d64 Without this SimToolkit will pop up asking for user response instead of recieveing response from framework. Change-Id: I012707285ee3a93119c2e2956ec599d631db10d5 Signed-off-by: dhacker29 <[email protected]> Conflicts: telephony/java/com/android/internal/telephony/TelephonyProperties.java Conflicts: telephony/java/com/android/internal/telephony/TelephonyProperties.java
* Needed for RPC-based QC GPS Change-Id: Idebc5f6f8e7f8c136d931d7638338d3611895d8a Conflicts: core/java/com/android/internal/os/ZygoteInit.java
Change-Id: Ib0a328652c14580718400b00146b770481be5458
* If more than 1.5GB is present, allow up to 40 hidden apps. * Number is somewhat arbitrary, but was found to work well on D2. * Also look at the sys.mem.max_hidden_apps value if given. Change-Id: I2d3cf6e0dad1bc0b482cc37bf9c61ed2f2b4be51
This change stops updateSurfaceScreenOn() from being called one time right after another. It's called at the end of stayAwake(boolean awake), which is called right before updateSurfaceScreenOn() in release().
* Certain camera drivers need magic commands to select special modes such as ZSL or HDR. Add support for sending raw commands from applications. Change-Id: I512a765c7a67ffd2877e465cf6493ffc2b3b54ac
Change-Id: I8be01ad6251ca25e4d00ebffd876bb6ce7f3c283
so it doesn't fall under the range of poor signal and automatically assumes a gsm signal, actually checks if all values are true and not valid then pass it on to lte or gsm. This fixes cases when gsm signal is not valid and lte is active. When lte is active and shows a really weak and gsm signal is not avalible due some broken vendor ril or just running cdma lte and a few others senario creates this issue. Change-Id: If9c5dc1a969605cd1eeb9218de02a9f8dbbd3ae1
The AGPS implementation in the GPS chipset used in some Samsung devices (i9100, i9300) can make use of the Psc field. Adapt the relevant functions hiding the changes incompatible with other devices under the AGPS_USE_PSC #define. Credit to Qaweck from xda-developers forum for finding the meaning of the field. Change-Id: Ie4691c79ca379a1f5c0a87500c1b06b56ae7ac0d
Change-Id: Ic13235744fca561cff4d49ae5c799420c30a3840
When a Uicc Card is inserted or removed, Android pops up a prompt to the user to reboot the device. This prompt is unnecessary if the modem supports Hot Swapping of cards. Introduce a new config item to indicate if the modem supports hotswapping. Frameworks can then check this before propmting the user. Change-Id: I0f2c3134525aa2301fd667d0a1819f4419eecae0
Signed-off-by: ChampionSwimmer <[email protected]>
…meout) The power manager rewrite from Change I1d7a52e98f0449f76d70bf421f6a7f245957d1d7 completely removed support for control of the button backlights, which makes all capacitive buttons out there stay dark. The commit message in that change mentions it hasn't been implemented _yet_, so this fix should be temporary until upstream does their own implementation Change-Id: I6094c446e0b8c23f57d30652a3cbd35dee5e821a
ported from CM7/9/10 required by : http://review.cyanogenmod.org/#/c/26918/ Change-Id: I28093cdb8770f98b94cedbff63e6121c798cf9af Conflicts: core/res/res/values/config.xml Conflicts: core/res/res/values/symbols.xml Conflicts: core/res/res/values/symbols.xml
Change-Id: I08d169bc466df290fca838b09f6b0fbea2ac82a8 Conflicts: telephony/java/com/android/internal/telephony/RILConstants.java Conflicts: core/res/res/values/config.xml
Scrolling cache helps make short scrolls/flings smooth but will cause stutter when long flings are made. This patch disables scrolling cache when long flings are made. This patch also fixes a related bug where scrolling cache will not be enabled properly when transitioning from flinging to scrolling. Patch Set 2: Calculate threshold based on maximum velocity (Sang Tae Park) Credits: Pawit Pornkitprasan Change-Id: I1fdbaad92263c9f983a32900e74eba1f0367902b Signed-off-by: Arham Jamal <[email protected]>
Updated 4.2 support for the old T-Mobile theme engine, as usual needs the provider and switcher apps installed as well. I'm finally dropping the 400+ commit history on this, since everybody else keeps picking it up from CM as a single patch anyway... But for the record, nothing of this would be possible without Josh, Ed, and the rest of the TMo guys who wrote and maintained it until 2.2: amit chabra <[email protected]> Amit Kohli <[email protected]> Chris Cogar <[email protected]> Dirk Sigurdson <[email protected]> Ed Carrigan <[email protected]> Gaurav Sharma <[email protected]> Hui Feng <[email protected]> John Ritz <[email protected]> Josh Guilfoyle <[email protected]> Mark Roberts <[email protected]> Pankaj Kumar <[email protected]> Samuel Cheung <[email protected]> Sergey Ten <[email protected]> Signed-off-by: iceandfire <[email protected]> Signed-off-by: Arnav Gosain <[email protected]> Conflicts: packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java policy/src/com/android/internal/policy/impl/GlobalActions.java services/java/com/android/server/NotificationManagerService.java services/java/com/android/server/wm/WindowManagerService.java Change-Id: I1d536b45185c466d4b556f4db4c7324101579a7f
Change-Id: I5e7ad444435d586fd9a5c711084424208b0edeea Signed-off-by: iceandfire <[email protected]> Signed-off-by: Arnav Gosain <[email protected]>
Signed-off-by: Arnav Gosain <[email protected]> Conflicts: core/java/android/content/res/Resources.java Change-Id: I87769257a4a7d13b1ec2401f88d80e44131b0afb
In order for themes to reflect on system elements, we're changing their context, including the package name. This breaks anything that tries to identify system elements, most notably any users of the uiautomator. Trying to do 'UiSelector().packageName("android")' to find, for example, a force-close dialog will fail. Fixes com.android.cts.uiautomatortest.CtsUiAutomatorTest#testUiWatcher Change-Id: Ic05c3024b20ac3772ed5597846fbfa4a184ebb0d
It was mismatched with fs_config, resulting in attribution of the "-1" gid Change-Id: Ia6d55af0b39f659da2965f9bc0bda0df5c775ba4
…sions Needed for CHANGE_CONFIGURATION Change-Id: If50b0926d77e15e18ef5e88d7efac1b7f209d6e4
This was lost during the 4.4 ActivityThread reshuffle, put it back Change-Id: I96eadf691973e9a2daa099b55816fc103d129be7
Reflect the updated assets immediately once the config_changed notification happens Change-Id: I480a719fbdd45875277871af39ce65849918ec0a
Thanks to travp624 @ TeamBaked for originally porting this Change-Id: I9dd9347ac62e3b1fb49a4562d84eb7b295cdc2b2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allows apps like Titanium Backup to write to the external_sd