summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Added hungarian translations for missing toast messages" into icsDaniel Hillenbrand2012-07-161-0/+5
|\
| * Added hungarian translations for missing toast messagessyman2012-07-091-0/+5
| | | | | | | | Change-Id: Id416557875df4596c1cc2b107d358b6ecd08520d
* | Merge "frameworks_base_core - Updated Italian translation" into icsDaniel Hillenbrand2012-07-161-0/+2
|\ \
| * | frameworks_base_core - Updated Italian translationFrancesco2012-07-091-0/+2
| | | | | | | | | | | | Change-Id: If9700c44acce82723ba2b3240071a114aa3e2739
* | | Increasing ringtone volume option (1/3)Danny Baumann2012-07-102-4/+31
| |/ |/| | | | | | | | | | | - Extend volume preference to be able to intercept volume changes - Add settings to provider Change-Id: Iec36c1ea0c9cc389e0c752d74a80694d62055fd1
* | Merge "PT-BR: SystemUI Screen timeout translation" into icsSteve Kondik2012-07-091-0/+2
|\ \
| * | PT-BR: SystemUI Screen timeout translationGustavo Rosa2012-07-081-0/+2
| | | | | | | | | | | | Change-Id: I9fe94cc036c15cdba0eccd3c5778687a3c6eee98
* | | Externalize symbol picker options to resourcesAlexandre Dumont2012-07-092-64/+116
| | | | | | | | | | | | | | | | | | | | | Having the symbol picker options in resources allows a change to be made for a specific device, and even for a specific locale (change in overlay). Change-Id: If39eafc7d0766d28ef6bee0ff61bf234a6654f38
* | | camera: ISO mode support (1/2)athurh2012-07-081-4/+4
| | | | | | | | | | | | Change-Id: Icdd4f676ea15b933985a9505fcf316aeb7c50ce2
* | | HW Rotation lock for tablets (1/2)Brian Floersch2012-07-072-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Enabled use of hardware switch for rotation lock on android tablets containing this feature such as the acer iconia a500 Change-Id: Iaaecf3c6e8ae74ae9f5aefffa2c9b7d547ef0119
* | | Merge "input: add keymapping and handle www/com key for keypads in ics" into icsKoushik Dutta2012-07-074-1/+103
|\ \ \
| * | | input: add keymapping and handle www/com key for keypads in icsDonovan Bartish2012-07-054-1/+103
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based off of this commit, updated for ics: https://github.com/CyanogenMod/android_frameworks_base/commit/ebb5e47760cc156fba6d6a93ad0dfaeb562f4771 Allows keypads to have custom keymapping, and brings back www./.com key function Fixed: Corrected all wrong entries to api/current.txt, including for those that already passed gerrit review @hide used in java for all non aosp api Change-Id: I0ffb35dae441e3ef7a4924492cc9168939551d3f
* | | telephony: update stk service functionality for Samsung phonesJüri Schultz2012-07-061-0/+3
| | | | | | | | | | | | Change-Id: I16015d29a969dfe6ed6dac118db39230b1b77ea1
* | | implement noise suppression for phone calls (1/2)codeworkx2012-07-051-0/+8
| |/ |/| | | | | Change-Id: Ie67f15fd154dd0e64b6f3a007c938bf162e25e77
* | Battery Light: Add ability to configure (Part 1 of 2)David van Tonder2012-06-292-7/+35
|/ | | | | | | | Adds Quiet hours support and ability to configure the led if the device supports multiple colors for the Light - enabled via overlay with default as 'false' Change-Id: I905dde400ba0780066f2b2a20142eaa27e158655
* framework: customizable kill app via back key timeoutDaniel Bateman2012-06-231-0/+4
| | | | | | | Allows the time it takes for the back key to kill an app to be customized via overlay. Change-Id: Iaa43f81ee448ae7a7663254a830011a0bca5e60f
* Merge "frameworks/base: Updated Turkish translations" into icsSteve Kondik2012-06-241-2/+4
|\
| * frameworks/base: Updated Turkish translationsAndroid Meda2012-06-211-2/+4
| | | | | | | | Change-Id: Ib8390a8815a97ffdbacd2c11af9c70c59180ea61
* | Merge "frameworks_base - Updated Italian translation" into icsSteve Kondik2012-06-241-0/+2
|\ \
| * | frameworks_base - Updated Italian translationFrancesco2012-06-171-0/+2
| | | | | | | | | | | | Change-Id: I4c19918a1f5f7e793d402aae23694b181f5766a5
* | | Merge "SearchWidget: passing APP_DATA to voice intent" into icsSteve Kondik2012-06-241-0/+3
|\ \ \
| * | | SearchWidget: passing APP_DATA to voice intentJorge Ruesga2012-06-171-0/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SearchView uses SearchManager.APP_DATA to pass data between the origin activity and the search activity. This works for text searches (keyboard), but it's not implemented by voice recognition searches. The method createVoiceAppSearchIntent initializes a empty bundle that is filled with the QUERY parameter. This patch adds the SearchManager.APP_DATA parameter if is present, let the search activity access to the data passed by the origin activity Change-Id: Ie88d32578d0a9dd01c464098a636a61397e89926
* | | Merge "Add multiple UUID tags to profile (1/2 Frameworks)" into icsSteve Kondik2012-06-241-0/+66
|\ \ \
| * | | Add multiple UUID tags to profile (1/2 Frameworks)Felix Bechstein2012-06-131-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding multiple UUID tags to a profile allows us to share a single NFC tag across multiple devices. NFC tag writing works as before. NFC tag reading is expanded to check the UUID and the UUID tags of a profile. When reading unknown profiles, the user is asked to attach the tag to an exising profile. The NFC tag itself stays untouched. Patch Set 1: * initial commit Patch Set 2: * rebase * remove getProfileByTag() and use getProfile() * rename tag to secondary uuid Patch Set 3: * rename "tag" leftovers Change-Id: I284f8a823ced48d3b88ce3b3a1e83152cb145d2d
* | | | telephony: allow to specify on and off values for setting additional audioparamscodeworkx2012-06-221-2/+3
| |_|/ |/| | | | | | | | Change-Id: I574c0315f0cadc65b064aa621e0f35160a369b2d
* | | Long-press back kill app cleanupnebkat2012-06-141-1/+1
| |/ |/| | | | | Change-Id: Ida791dca1fbfdc2beccf6ff727b67df56f1956a4
* | Merge "LockscreenTarget : Switch to dp from px for insets" into icsSteve Kondik2012-06-142-12/+4
|\ \
| * | LockscreenTarget : Switch to dp from px for insetsDanesh Mondegarian2012-06-122-12/+4
| | | | | | | | | | | | | | | | | | Related to : http://review.cyanogenmod.com/#/c/17561/1 Change-Id: Iace302f95cc73fa18bb6348d7739123f5529a41e
* | | Merge "PT-BR: Added missing translations" into icsSteve Kondik2012-06-141-1/+3
|\ \ \ | |_|/ |/| |
| * | PT-BR: Added missing translationsGustavo2012-06-101-1/+3
| |/ | | | | | | Change-Id: Id9fb3dff7c3353d88013508e9dd573d17cf3e9fb
* | finnish: weather translations and some other fixescodeworkx2012-06-131-2/+52
| | | | | | | | Change-Id: I02f8e5e4a80b5fad999140cd65ae9e745e13c028
* | Update Spanish translationAlfredo2012-06-121-0/+2
| | | | | | | | Change-Id: Icf47a486a800f22c0fa837603f718d2893539e97
* | Merge "Update Russian Translation-Some fixes-CM9" into icsDanny Baumann2012-06-121-1/+1
|\ \
| * | Update Russian Translation-Some fixes-CM9pvolkov2012-06-101-1/+1
| |/
* | Missing hungarian translation (Lock screen Weather - error messages)syman2012-06-101-0/+3
|/ | | | Change-Id: I7b6b3b93f66285f45db2752c7bde1385d87ec416
* Merge "telephony: support for setting add. audioparams for incall audio" ↵codeworkx2012-06-101-0/+5
|\ | | | | | | into ics
| * telephony: support for setting add. audioparams for incall audiocodeworkx2012-06-091-0/+5
| | | | | | | | Change-Id: Ic6f72fba542e1421631826d9bcd86340064c942b
* | Merge "Update Russian Translation-Weather-No data-CM9" into icsSteve Kondik2012-06-101-0/+2
|\ \
| * | Update Russian Translation-Weather-No data-CM9pvolkov2012-06-091-0/+2
| |/
* | Merge "Lockscreen weather German translation" into icsSteve Kondik2012-06-101-0/+2
|\ \
| * | Lockscreen weather German translationelektroschmock2012-06-091-0/+2
| | | | | | | | | | | | | | | | | | | | | Patch set 1 - Add strings introduced with http://review.cyanogenmod.com/#/c/16982/1 Patch set 2 - Append \u2026 Change-Id: Ia78748a3c03b26bbedd4e40c9ec690b98170cf84
* | | Frameworks: tablet powerwidget management (1/2)Jesus David2012-06-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings: http://review.cyanogenmod.com/#/c/16842/ Adds basic powerwidget management for tablet devices Allows to setup up to 6 different toggles, or remove all of them patchset 2: remove whitespaces and tabs patchset 3: remove some other tabs left patchset 4: some other tabs were hidden patchset 5: *changed strings for consistency with phone powerwidget *added license header on some files patchset 6: remove WIP tag Change-Id: I2e643401aaac0146857abe8c2d2dbc652d28e666
* | | Merge "french: weather translation fixes" into icsSteve Kondik2012-06-101-7/+7
|\ \ \
| * | | french: weather translation fixesTanguy Pruvot2012-06-081-7/+7
| |/ / | | | | | | | | | Change-Id: I228a7458f2b1cdf99f5eee85e0e248ff81255371
* | | Merge "frameworks: Dutch translations" into icsSteve Kondik2012-06-101-40/+122
|\ \ \
| * | | frameworks: Dutch translationsMarco Brohet2012-06-071-40/+122
| | | | | | | | | | | | | | | | Change-Id: I45418c4172c97f430efbf736af0c61854f99c956
* | | | Merge changes I1bc6f74e,Iabd5ac29,I2b6daab0,I8db46d38,Icca3366a,I9191e4b2 ↵Steve Kondik2012-06-102-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ics * changes: Do not dispatch context selection events to non-visible fragments. Fix potential NPE when saving fragment state. Distance max set incorrectly Fix for too many binder calls in packagemanager Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode. Prevent empty overflow popup when there are no overflow items.
| * | | | Do not dispatch context selection events to non-visible fragments.Jake Wharton2012-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When used in a `ViewPager`, fragments that are present on the adjacent, cached pages will receive context selection dispatches which, depending on your fragment contents, can be difficult to determine whether or not the event truly originated from your view. By using the visible hint we restrict dispatching to only those fragments which are marked as being visible. Since the fragment pager adapter updates this setting properly most implementations will be afforded this fix without any change required. If the user is implementing their own adapter they likely already understand the implications of these cached fragments and the reponsibility for updating the boolean falls to them. Mirrors support library change Ie6a72c1c82c2784774373670007b6f5948fe16da Change-Id: I1bc6f74e26660ef4a3c20419c077e37992412e94
| * | | | Fix potential NPE when saving fragment state.Jake Wharton2012-06-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a fragment's saved view state is null and the user visible hint is true then the `result` bundle will have never been initialized to a value resulting in a `NullPointerException`. Mirrors support library change I8ba585bc6b9298841490d64bc22a8219cd261adb. Change-Id: Iabd5ac293d2ece3771da9ef257479eca0dcd523c
| * | | | Prevent empty overflow popup when there are no overflow items.Jake Wharton2012-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On a device with a hardware menu key, an empty overflow window can be displayed if there are no items in said overflow menu. This leads to the next user touch being swallowed in the action of dismissing the invisible window. Change-Id: I9191e4b2e1ed4888e4bc7261e8b3f095a272a9b5