-
Notifications
You must be signed in to change notification settings - Fork 10
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
9/5000 How to submit Chinese translation? #2
Open
subezhj
wants to merge
62
commits into
AOSP-JF-MM:aosp-7.1.2
Choose a base branch
from
DennySPB:mod
base: aosp-7.1.2
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
This reverts commit a98b321.
* Clean up and match those from CAF, according to LA.UM.5.5.r1-04900-8x96.0 * Enable extended QC features (BLUETOOTH_QTI_SW) in addition Change-Id: I50f1da48624a18261cd6f028113bbd1d2f94d749
* Not used. Change-Id: I68882a0435b8459031ae31ecc46af6bb62eacf17
Change-Id: I8c68d6889f9cecff014762b486f86b9dbd06f7cc
* If using an older firmware, headphones won't work Change-Id: Ic7ae737f4ee4ac515c3c028bd389a77175444556
* Rework the UI with a SwitchBar * Change to the preferences support library and use fragments * Use all the new fancy RemotePreference stuff * Slot into display settings instead of the dashboard Change-Id: I0850f7d9558a14f739f752f76002db993381a0e5
* Translations moved to the new project android_packages_resources_devicesettings Change-Id: I06536915e1963a2fe464c3d6c46dd8728aba0cb4 Signed-off-by: Adrian DC <radian.dc@gmail.com>
* Rename missing OnePlus occurance * Remove unneccessary newlines * Remove redundancy * Remove unused variables and imports * Make variables local when sufficient Change-Id: I48f5dfc24275388f1deb31dc27716ed75aae898e
* One second is a little bit short for pocket Change-Id: Id27bba6f01a3a4d54ae9096fae87505f38ee5062
* Fix Ambient Display's switchbar on/off text. * Get rid of unnecessary receiver and all its related code, permissions and meta-data. * Keep the service running only if Doze is enabled system-wide along with at least one of the additional Ambient Display features. Change-Id: Id1f7f5e099f289a20f5757b7869e297e0ce74f7a
* KeyHandler is device-specific (gemini only), but can't really work without ConfigPanel, so merge into a single package * On the other hand, move the overlays out of the common tree to allow other devices to build ConfigPanel without being forced to use the KeyHandler Change-Id: I0236ceca21ae47657d43868a4217e3db4699346e Conflicts: keyhandler/Android.mk overlay/vendor/cmsdk/cm/res/res/values/config.xml
* Integrate more nicely with Settings * Remove unnecessary permissions and unused resources * Reorganize constants and helper methods Change-Id: Id49e3aff5a243201cff5177de78cca26d932a055 Conflicts: configpanel/Android.mk configpanel/AndroidManifest.xml configpanel/src/com/cyanogenmod/settings/device/ButtonSettingsActivity.java configpanel/src/com/cyanogenmod/settings/device/ButtonSettingsFragment.java configpanel/src/com/cyanogenmod/settings/device/Startup.java
Change-Id: I14a48c4ab1b138bfba93d0508764b748f5dc9009
* Once the service is running, proximity sensor is constantly active when the display is turned off, resulting into a residual increase in battery consumption. Add a toggle so that users can decide whether they accept that and prefer to prevent accidental wake-ups triggered by the fingerprint sensor. * Keep the receiver that listens for the screen status registered only if the fingerprint wake-up feature is enabled at the same time as the accidental wake-up prevention feature. * Set PocketMode as a required module of ConfigPanel, to make sure it is only shipped on devices building the latter. Change-Id: I5941f445d0bd77be1efa9ffcde2d9854e6446c3d @B--B edits: fixed for our AOSP Conflicts: configpanel/AndroidManifest.xml configpanel/src/com/cyanogenmod/settings/device/Startup.java pocketmode/src/com/cyanogenmod/pocketmode/PocketModeService.java
Change-Id: I964d4effbdf6af778361ef79cb4598e24a46fe8b Conflicts: releasetools.py
Change-Id: I7d028b4b606f209bd6c27f9f74f4fc04ff69d8c7
Change-Id: Idaee3e6d5b3759028918559b70e04547809bc09b
Change-Id: I63907c20ae174865b28d524c13e6b5d8726e5bec
* This binary will dynamically load wlan firmware based on device and if it needs fem fix * Fem fix is read from NV thanks to libqminvapi from Xiaomi and then stored in clear text in /persist/ff_flag Change-Id: I4e7e1916dc30bc95342f451852ec74ecde0453cb
* Remove init.cnss.sh * Add rootdir entry and selinux rules for readfem Change-Id: I6ac3a18fdf9795eefc6dd037ddb50f6b899b39f8 Conflicts: rootdir/etc/init.qcom.rc
This has to be handled individually. Change-Id: If88a0aa2d560bafc585011203384875dbc8e90c9 Signed-off-by: Alex Naidis <alex.naidis@linux.com>
* Some apps seem to be using this and that results in better audio volume and quality. The example app that uses handset-stereo-dmic-ef is: Footej. Change-Id: I70e5e9461c4108dd0bb22603a5b45c2a4add13be
The value is hexadecimal, not decimal Test: tested on Gemini, build and boots Test: manually checked /dev/stune/top-app/schedtune.boost Test: value during boost and now it's correct
This reverts commit 7b896a0. Still issues with this, cannot login with Google account, revert to Jelly for now
I took a look at msm8996 audio HAL, and i realized that in order to enable speaker protection we must set persist.speaker.prot.enable as true, the flag is not enough Also set calibration time to 5 minutes, as CAF set it to 30 minutes as default(!), see here: https://github.com/AOSP-JF-MM/android_hardware_qcom_audio/blob/msm8996-7.1.2/hal/audio_extn/spkr_protection.c#L673 Test: tested on Gemini, build and boots fine, Tsst: speaker protection works as expected, Test: calibration stops after 5 minutes
Dropped on kernel side, no more used
* From natrium-user 7.0 NRD90M 7.7.13 release-keys Change-Id: I112c9d596a702ba37ffaf6b275bcbb317002c987
This reverts commit 5395114.
This reverts commit 4c9f2b3.
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.
No description provided.