summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Added home on longpress back optionreplicant-2.3PaulK2012-07-092-0/+11
| | | | Change-Id: Ibb5f4a6e8756b393f9d4f5ef5060aaf60bcaeade
* Frameworks/base: move translations in arrays.xml into strings.xmlJohn Hsing2012-06-072-6/+3
| | | | | | Move Simplified Chinese about shutdown opitions into strings.xml Change-Id: I2894b19bd573bea54ae4038f46a1e0cb5437d809
* Use full weekday for PT lock screen date.Danny Baumann2012-06-072-12/+12
|
* Czech: updated translationOndrej Zima2012-06-071-8/+26
| | | | | | String unification, added messages for fingerprint usage. Change-Id: I7e04c4db734ceec2a7ec31c1f8f4cb985825783a
* Fix medium month name list, 'Mai' ist not an abbreviation.Danny Baumann2012-06-071-1/+1
|
* Restore ringer mode properly after cancelling dialog.Danny Baumann2012-06-071-2/+14
|
* Fix race condition in DNS resolving.Danny Baumann2012-06-071-1/+1
| | | | | | | | | | | | | | | If the querying thread was faster than the DNS resolving thread startup, resolving would crash with the following stacktrace: FATAL EXCEPTION: WebViewCoreThread E/AndroidRuntime(7160): java.lang.NullPointerException E/AndroidRuntime(7160): at android.webkit.DnsResolver.resolveDnsForHostMap(DnsResolver.java:187) E/AndroidRuntime(7160): at android.webkit.BrowserFrame.startDnsPrefetch(BrowserFrame.java:248) E/AndroidRuntime(7160): at android.webkit.WebViewCore$EventHub$1.handleMessage(WebViewCore.java:1400) E/AndroidRuntime(7160): at android.os.Handler.dispatchMessage(Handler.java:99) E/AndroidRuntime(7160): at android.os.Looper.loop(Looper.java:130) E/AndroidRuntime(7160): at android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:645) E/AndroidRuntime(7160): at java.lang.Thread.run(Thread.java:1019)
* Applying theming to more framework items.Danny Baumann2012-05-021-1/+18
| | | | | | All dialogs and notifications should be covered now. Change-Id: If93f81991361165a00b5b1b03ffc323e3ab42c0b
* Allow theming of framework UI elements.Danny Baumann2012-03-313-2/+72
| | | | | | | | | | | As the theme engine works by replacing resources while loading the APK, framework UI couldn't be themed so far. Workaround that by manually creating a com.android.systemui package context and using that for showing the UI. This attempt is a bit hacky, but should be safe as a) systemui should always be present b) if it isn't, we fall back to no theming Change-Id: I644e2e8d7d4abf07bae639b606197d691f16adac
* Merge "frameworks: Added Dutch translations" into gingerbreadRicardo Cerqueira2012-03-031-2/+22
|\
| * frameworks: Added Dutch translationsMarco Brohet2012-02-231-2/+22
| | | | | | | | Change-Id: Iedf357afd93611bf6e33f6513c69cdd914b625a6
* | Implement basic framework for fingerprint lockscreenTodd Gurzick2012-02-2618-25/+1058
| | | | | | | | | | | | Uses reflection not to depend on proprietary jars Change-Id: I321d3f8e7dbbee4c504864f1defed954bc22053b
* | @hide all the changes to frameworks/base...Koushik Dutta2012-02-2514-4/+92
|/ | | | Change-Id: I5c333102c2276d3dc68ba4e62c4f7322e8323fa4
* Merge "Add missing translation in copy'n'paste menu." into gingerbreadRicardo Cerqueira2012-02-151-0/+1
|\
| * Add missing translation in copy'n'paste menu.Eddy Witkamp2012-01-231-0/+1
| |
* | Merge "framework/base: tr: CM Turkish Translations" into gingerbreadRicardo Cerqueira2012-02-141-6/+56
|\ \
| * | framework/base: tr: CM Turkish TranslationsHep Happy2012-02-091-6/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Profile names * Reboot options * Application groups * Phone goggles permissions Change-Id: Icd6ac4e0f6a4e8e0b5bec78ee6542652509bc904
* | | additional landscape layout for sim pin unlocknadlabak2012-02-121-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - without this patch, if the phone is in car dock (landscape, hw keyboard hidden), the sim pin unlock screen is cropped, making it impossible to unlock the sim without taking the phone out from the dock, which can be quite dangerous while driving. (You can be presented with the sim pin unlock screen e.g. when the phone reboots during navigation.) Change-Id: Icc4d170fdcc0dabc4ab4aa5c664e4cc389b17513
* | | Notification power widget mobiledata auto 2g/3gdjMesias2012-02-091-0/+6
|/ / | | | | | | | | | | | | | | | | | | Adds an option for the notification power widget mobiledata button to automatically switch to GSM/2G only when mobile data is disabled and WCDMA/3G pref when mobile data is enabled. Saves battery/screen estate/manual effort for users who only turn mobiledata+3G on when needed. Change-Id: I2e365a339ad23dc8dee2de43eb0f26ea32363efe
* | Improve scrolling cache (ported from ICS)Sang Tae Park2012-02-081-0/+7
| | | | | | | | | | | | | | | | | | | | Scrolling cache helps make short scrolls/flings smooth but will cause stutter when long flings are made. This patch automatically disables scrolling cache when long flings are made. ported from ICS commit, http://review.cyanogenmod.com/#change,12537 Change-Id: I120a5ac50b36dfcdab16ef77aed5ac40930a2dc5
* | Revert "Fix low battery warnings on lockscreen on some languages"Danny Baumann2012-02-044-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6cdb332a6fe4c9699e626b772ae66a078d25e195. The root cause for the bug this commit aimed to fix was a broken usage of that string in the fingerprint unlock screen, which is not even in CyanogenMod yet. As the other lockscreens (LockScreen.java, PatternUnlockScreen.java) properly include the battery level information and as the English version of that string (in values/strings.xml) includes that information as well, there's no reason to hide it from users of certain locales, especially as those will feel that it's a regression if we do so.
* | Czech: added missing stringsOndrej Zima2012-02-021-1/+6
| | | | | | | | | | | | | | - added string for Reboot Download - added strings for network debugging Change-Id: If3b7c8ca2dd85af9d867a7b29ac2b723b964f6e6
* | Add 'Blade' lockscreen style (1/3)fuzz2012-02-0123-1/+118
| | | | | | | | | | | | | | | | | | It's been running very well for few weeks on our kangs and really looks good,so I decided to rename it and upload. drawables created by @Rick C ( resized by me ) Change-Id: I674a05b5f1eadb23028724fa3cfa9101c3b150c6
* | Merge "AbsListView: add option to disable scrolling cache (1/2)" into ↵Ricardo Cerqueira2012-02-011-2/+28
|\ \ | | | | | | | | | gingerbread
| * | AbsListView: add option to disable scrolling cache (1/2)Sang Tae Park2012-01-301-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | scrolling cache (discard?) can cause performance lag due to GC allow user to enable/disable/force scrolling cache on the fly inspired by AndroidON, http://forum.xda-developers.com/showthread.php?t=1411317 Change-Id: I89605b42182edeafbc4c07e2b7650a914f4f7c9a
* | | Merge "Broadcom FM: add support for BCM20xx chipsets, improve seek ↵Ricardo Cerqueira2012-02-012-18/+59
|\ \ \ | | | | | | | | | | | | algorithm" into gingerbread
| * | | Broadcom FM: add support for BCM20xx chipsets, improve seek algorithmConn O'Griofa2011-11-262-18/+59
| | | | | | | | | | | | | | | | Change-Id: If3b2aae353105aa213c94d712e13044cb19d4788
* | | | Fix low battery warnings on lockscreen on some languagesEmilio López2012-01-314-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some languages display incorrect messages, including %%. These were probably left from an old translation and never removed See for example http://forum.xda-developers.com/showpost.php?p=22032273&postcount=694 Change-Id: Ifbbb20472670442f0b826d9ce4b16b2b15fe220e
* | | | Ability to debug over Network (framework part)Tanguy Pruvot2012-01-317-4/+24
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow also the notification for ADB in tcp/ip mode Add a new notification message when this mode is enabled. translated: en,fr,de,es,ja,zh Note: This function can work without the Setting Part, its an official feature of adb. But require this change in your device init.rc : http://review.cyanogenmod.com/6034 Settings Part : http://review.cyanogenmod.com/7141 Change-Id: I875a5ba5db10c949be2372db0e13768fe9cb3c1f
* | | Allow reducing the BT connection delay.Glenn Maynard2012-01-252-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, a four-second delay is imposed on some devices between setting up HFP and A2DP. This makes Bluetooth initialization take much longer than it needs to for many devices. This delay is very annoying; slow Bluetooth connections often mean the user is sitting around, waiting for it to complete. Allow disabling this delay if the user's devices don't need it. I've assumed that some devices do (it's there for a reason), so the default is unchanged. Change-Id: Ibfa0a76b4907cb76ad754c09d15e21b5f8b278cd Signed-off-by: Glenn Maynard <glenn@zewt.org>
* | | Custom carrier label (1/2)Frederic Van Assche2012-01-241-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow customization of carrier label. Possible options are: * Default * Show SPN only * Show PLMN only * Custom string Part 2: http://review.cyanogenmod.com/#change,7313 Change-Id: I6c0aadbf8da5f114d7d59e9cef756ee984899715
* | | Merge "Add option to lock volume keys in silent mode (framework part)" into ↵Ricardo Cerqueira2012-01-231-0/+7
|\ \ \ | |_|/ |/| | | | | gingerbread
| * | Add option to lock volume keys in silent mode (framework part)Nihanth Subramanya2012-01-231-0/+7
| | | | | | | | | | | | | | | | | | | | | Prevents silent mode from being unset by volume keys CMParts part: http://review.cyanogenmod.com/#change,7620 Change-Id: I6368d518008368a3306c4ed3472c346360afd9b9
* | | Merge "LockScreen Alignment: Right (Part 2/2)" into gingerbreadRicardo Cerqueira2012-01-234-1/+21
|\ \ \ | |/ / |/| |
| * | LockScreen Alignment: Right (Part 2/2)Will DeBerry2012-01-184-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Add alignments to the Pattern UnlockScreen as well. Enable LandScape Alignment for everything except Right Alignment on default LockScreen as this causes overlapping issues. Change-Id: I9962172de7219d480f4925b20cd0884f7d0c4461
* | | Backport ICS rotation animations to gingerbreadDianne Hackborn2012-01-2214-17/+446
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Require ICS transitions patch: http://review.cyanogenmod.com/11938 This is a combination of 3 AOSP commits, adapted for gingerbread, i've hidden new public constants to keep current API intact. these 3 commits are from Dianne Hackborn <hackbod@google.com> : - Change rotation freeze to all be implemented in window manager. Lots of work for no visible change in behavior, but now we can do some fancier stuff... Also allow rotation in all 4 directions. Conflicts: policy/src/com/android/internal/policy/impl/PhoneWindowManager.java services/java/com/android/server/WindowManagerService.java AOSP-Change-Id: I7e5e9537c5e359f69b83c10f65cc1ce95f371461 - Implement rotation animations. This introduces a small new feature for ScaleAnimation allowing the scaling factor to be expressed as a percentage of the object (which is the same as the existing float interpretation), a percentage of the container, or a fixed dimension. Maybe not useful for anything else, but I needed it for this. Also fix a bug in how transformation matrices were propagated from the Animation to Surface Flinger, so that rotate and skew animations will actually work. :p AOSP-Change-Id: I301f4caa2147aa35564b5e511cb9c0b368d2425d - Don't leak. AOSP-Change-Id: I756d54feeef4ff73f17c80d4b4405de56a5787a6 Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com> Change-Id: I301f4caa2147aa35564b5e511cb9c0b368d2425d
* | | ICS TransitionsRuss Underhill2012-01-2049-1117/+232
|/ / | | | | | | | | | | | | Something for the kangers to tide themselves over 'til CM9. Inspired by Capez's thread: http://forum.xda-developers.com/showthread.php?t=1342117 Change-Id: I58e709b3beb0ce07d445ee993106cc5d1349ab7a
* | Revert "Revert "Refactor lockscreen status views""David Morgan2012-01-152-46/+85
| | | | | | | | | | | | | | | | | | This reverts commit ad3d4bb0f5bb352516e74b56d7618befe27ddd91. Logcats for claim that commit 0d3cbe3 caused bootloops were never provided and user with issue deleted comments on github. Change-Id: I948dfce577adb5b3934ec9d822b048ef9caac335
* | Merge "Add 'Holo' lockscreen style (1/3)" into gingerbreadRicardo Cerqueira2012-01-1147-1/+34
|\ \
| * | Add 'Holo' lockscreen style (1/3)Danny Baumann2012-01-1047-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | Adds a ICS-inspired ring lockscreen style. Actually, the drawables were taken from ICS. TODO: Review the vibrate icon (style doesn't exactly match the sound on/off icons) and the LDPI drawables (especially the answer/decline icons).
* | | Merge "Update hungarian translation" into gingerbreadRicardo Cerqueira2012-01-101-2/+12
|\ \ \
| * | | Update hungarian translationapeelme2011-12-101-2/+12
| | | | | | | | | | | | | | | | Change-Id: I4123ba1145892af08e7f39a2e11ec5b96739dd6a
* | | | Merge "Bluetooth: Add MAP Profile features (#3857)" into gingerbreadRicardo Cerqueira2012-01-102-2/+21
|\ \ \ \
| * | | | Bluetooth: Add MAP Profile features (#3857)Jonathan Bensen2011-12-052-2/+21
| |/ / / | | | | | | | | | | | | Change-Id: Ibaba78b338d6520aca93956f57448d54fe7a8162
* | | | Merge "getNextCalendarAlarm: query instances to get recurring events right" ↵Ricardo Cerqueira2012-01-101-66/+37
|\ \ \ \ | |_|/ / |/| | | | | | | into gingerbread
| * | | getNextCalendarAlarm: query instances to get recurring events rightnadlabak2011-12-121-66/+37
| |/ / | | | | | | | | | Change-Id: I64f4857663e05c20a895f082b0dc4cd5b98cf6d7
* | | Ringlock (1/3): Style options added to CM settingsSven Dawitz2012-01-0919-3/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch combines the two concurent lockscreen designs in an option: http://review.cyanogenmod.com/8564 - http://review.cyanogenmod.com/8674 credits to Stefano Pignataro for the first and Prash for the second redesign this patch also can be used to add even more styles in the future - if provied. this patch also cleans up some coding. Background Info: Lockscreen cannot be themed - so this is the only way except tempering with framework-res.apk Change-Id: I055fb5f1c760656c3b1f750543cc6f054ee30fbe
* | | Merge "Fix 4G toggle button for crespo4g and epicmtd." into gingerbreadRicardo Cerqueira2012-01-081-12/+40
|\ \ \
| * | | Fix 4G toggle button for crespo4g and epicmtd.Mike Kasick2012-01-071-12/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds WimaxHelper support for Samsung's (crespo4g, epicmtd) WimaxManager proprietary class in addition to HTC's (supersonic, speedy) WimaxController. It also fixes the WimaxButton widget tolerate Samsung's slightly different API.
* | | | Support for BT GPS donglesCuong Bui2012-01-071-0/+7
|/ / / | | | | | | | | | | | | | | | see http://iloki.nl and http://code.google.com/p/android/issues/detail?id=9057 Change-Id: I2e6e6071f5d4ae553f12f3aa4989d085820d787d