summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow MOBILE_DATA to have a configuration value so it can be used to disable ↵replicant-2.2PaulK2011-06-082-1/+6
| | | | data by default.
* Added a fix from ↵PaulK2011-05-171-1/+1
| | | | | | http://groups.google.com/group/android-building/browse_thread/thread/ed22cf8f6dc8143c to fix the build. Modified: libs/utils/Android.mk
* fix Unresolved link/see tag errors (#ListView_overscrollFooter, ↵Paul Kocialkowski2011-04-241-6/+0
| | | | | | | | | | | | #ListView_overscrollHeader, #View_overscrollMode) Without that fix we have: out/target/common/obj/APPS/framework-res_intermediates/src/android/R.java:18797: error 1: Unresolved link/see tag "#ListView_overscrollFooter android:overscrollFooter" in android.R.styleable out/target/common/obj/APPS/framework-res_intermediates/src/android/R.java:18797: error 1: Unresolved link/see tag "#ListView_overscrollHeader android:overscrollHeader" in android.R.styleable out/target/common/obj/APPS/framework-res_intermediates/src/android/R.java:26981: error 1: Unresolved link/see tag "#View_overscrollMode android:overscrollMode" in android.R.styleable Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Fixes @param boolean and Unresolved link/see tag errorsPaul Kocialkowski2011-04-243-3/+3
| | | | | | | | | | | | | | | Without this fix we have: frameworks/base/core/java/android/hardware/Camera.java:2310: error 4: @param tag with name that doesn't match the parameter list: 'boolean' frameworks/base/core/java/android/hardware/SensorManager.java:1578: error 1: Unresolved link/see tag "android.hardware.Sensor#TYPE_ROTATION_MATRIX" in android.hardware.SensorManager frameworks/base/core/java/android/view/View.java:8823: error 1: Unresolved link/see tag "#overscrollBy(int, int, int, int, int, int, int, int, boolean)" in android.view.View [...] make: *** [out/target/common/docs/offline-sdk-timestamp] Error 45 Note that only the commit message was touched by Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> The two patches were untouched. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* fix cyanogenmod bug #2770 (cannot find symbol statusbar_background_sq)Paul Kocialkowski2011-04-232-41/+4
| | | | | | | | | | | | | | | | | | The cyanogenmod bug #2770 is available at : http://code.google.com/p/cyanogenmod/issues/detail?id=2770 The bug is a compilation failure which fails like that: target Dex: Development frameworks/base/services/java/com/android/server/status/StatusBarService.java:338: cannot find symbol symbol : variable statusbar_background_sq location: class com.android.internal.R.drawable mStatusBarView.setBackgroundDrawable(res.getDrawable(com.android.internal.R.drawable.statusbar_background_sq, [...] Note that only the commit message was touched by Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> The patch itself was untouched. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* fix rotation mode deprecations errors(cannot find symbol)Denis 'GNUtoo' Carikli2011-02-242-1/+18
| | | | | | | | | | | | | | | | Without that fix we have errors like that: packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/DisplayActivity.java:108: cannot find symbol symbol : variable ACCELEROMETER_ROTATE_180 location: class android.provider.Settings.System Settings.System.ACCELEROMETER_ROTATE_180, value ? 1 : 0); This patch was taken from: http://forum.cyanogenmod.com/topic/15353-froyo-compile-cannot-find-symbol-error/ Where the user named 'bjk' posted a patch in a post in that forum patch, with the following commit message: and another build fix. dont retain multi screen rotation settings. needs to be a bitwise comparision. but who cares. Change-Id: I428a396434db245e6379580b8eaa1a1384dd156d Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* surfaceflinger and libagl: fix bug #11829Denis 'GNUtoo' Carikli2011-01-0913-156/+100
| | | | | | | | | | | | | | | The bug #11829 that can be found here: http://code.google.com/p/android/issues/detail?id=11829 causes various graphic artefacts. According to naseer.ahmed it needed modifications in SurfaceFlinger and libagl The modifications comes from: https://www.codeaurora.org/gitweb/quic/la/?p=platform/frameworks/base.git;a=shortlog;h=refs/heads/froyo_almond at commit 33e6506d96d7602284e18ea8c66dbfd04dc72aa3 Change-Id: I703bace69cb7a41ac8ed69ca1e28b98aa618e0f3 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* core/jni/Android.mk: conditionally link to libloc_apiDenis 'GNUtoo' Carikli2011-01-071-0/+5
| | | | | | | | | | | | if we don't link to libloc_api when the gps libraries are the libloc_api libraries and not the gpslib, the result is the following: undefined reference to `gps_get_interface' Note that the libloc api were previously modified from gps_get_hardware_interface to gps_get_interface to make them work. Change-Id: I0da6f449b1cc3f1d5514b983c8e5e1709aedc02b Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* libstagefright: glacier: use OMX width/height/stride updateChristopher Lais2010-12-201-1/+1
| | | | | | glacier gets a green bar without this. Change-Id: Iea5eb321cd80c934b57206aa410370f514b25262
* Merge "Make Bluetooth discoverability timeout configurable (also supporting ↵Steve Kondik2010-12-171-3/+7
|\ | | | | | | infinite timeout)." into froyo
| * Make Bluetooth discoverability timeout configurable (also supporting ↵Hermann Czedik-Eysenberg2010-12-081-3/+7
| | | | | | | | | | | | | | | | infinite timeout). This fixes http://code.google.com/p/cyanogenmod/issues/detail?id=2597 Change-Id: Ifa390856b27dfb123e8addfae2bbb721e61e91f8
* | Merge "Enhance AutoText to support user-defined correction pairs" into froyoSteve Kondik2010-12-171-10/+67
|\ \
| * | Enhance AutoText to support user-defined correction pairsJames Nylen2010-12-051-10/+67
| | | | | | | | | | | | Change-Id: I79d43b233476fcd556228d344e26e869b088c2fc
* | | New translation: hungarian addedKaszás Ferenc2010-12-151-0/+2295
| | | | | | | | | | | | Change-Id: I05f80ad890001c2e9598b3bc7414f7618d148492
* | | Merge "Rotary lockscreen" into froyoSteve Kondik2010-12-154-3/+27
|\ \ \
| * | | Rotary lockscreenRobert Burns2010-12-084-3/+27
| | |/ | |/| | | | | | | | | | | | | | | | Tested on HDPI device, would like someone to test on MDPI/LDPI device * Cleaned up formatting Change-Id: I30d785877246aff49b9310396b092ba3cfb3d0ff
* | | libcameraservice: Remove references to playShutterSoundOnlySteve Kondik2010-12-142-22/+15
| | | | | | | | | | | | | | | | | | Removing cruft from a CAF patch. This fixes the shutter sound. Change-Id: Ibefb50e7404a8a73336ae055ca0f6e815aed909b
* | | platform/frameworks/base: Call stopRecording first then start beepSignalDaniel Trevino Perez2010-12-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Prioritize stopRecording call to avoid recording stop beep from being recorded onto file. Change-Id: Ia8c15b18699406ee2d32635fc83adecd290d0be1 CRs-Fixed: 234429
* | | Camera: Call startRecording from CameraService layer.Apurva Rajguru2010-12-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Enable the MSG_VIDEO_FRAME message in startRecordingMode(). This will ensure that the mHardware->startRecording() call is issued from CameraService. Change-Id: I966c7d8955995417fa6fe0317615da4646b78878
* | | Camera: Disable Video_Frame message before stop recording callMohan Kandra2010-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Disable VIDEO_FRAME message before stop recording is issed, which will avoid the race condition that happens between stop recording and receivePreviewframe on mRecordWait lock. Change-Id: I3da4a22a1423390f5714edb8d24aef215148bee1
* | | Deleted untranslatable strings from catalan translationpellix2010-12-091-148/+0
|/ / | | | | | | Change-Id: Id70f02a92f294d0042387410d106f5995aabe000
* | Fix NPE when checking TORCH_STATE on first boot.Steve Kondik2010-12-051-1/+2
|/ | | | Change-Id: I24fa8e62c9a2bbac693ff9825988e04384dd6d75
* Catalan translation addedpellix2010-12-051-0/+958
| | | | Change-Id: Ied2eef5755838cbb1caee829ee42890123ab891c
* Merge "allow the light sensor to be ignored when flashlight is on" into froyoSteve Kondik2010-12-052-2/+14
|\
| * allow the light sensor to be ignored when flashlight is onnadlabak2010-12-052-2/+14
| | | | | | | | | | | | | | on certain devices, the flashlight affects the light sensor, causing the display autobrightness to switch to the maximum level when flashlight is on Change-Id: I22d623ce5457fc3ae177b609da8b51904bc73e83
* | Restore notification bar flashlight toggle using correct brightnessMichael Webster2010-12-041-0/+4
| | | | | | | | | | | | setting. Change-Id: I5a35a4eb399d54613b782eac78ca1d1dad7cecf5
* | Merge "Cleanup notification bar flashlight widget to use Torch app, and add ↵Steve Kondik2010-12-043-96/+13
|\ \ | | | | | | | | | state storage for flashlight." into froyo
| * | Cleanup notification bar flashlight widget to use Torch app,Michael Webster2010-12-033-96/+13
| | | | | | | | | | | | | | | | | | and add state storage for flashlight. Change-Id: I6d4ad46318a7593809e7ff63601f8bd70db64a0c
* | | Merge "Make sure overscroll isn't applied in views it shouldn't be" into froyoSteve Kondik2010-12-041-9/+11
|\ \ \ | |/ / |/| |
| * | Make sure overscroll isn't applied in views it shouldn't beRicardo Cerqueira2010-12-041-9/+11
| |/ | | | | | | | | | | | | These checks should've been there in the first place. If overscroll can't be applied, touchMode can never be OVERSCROLL nor OVERFLING. Change-Id: I7f60ee456c0109f792883fcfdfdecce8339830c0
* | Add setting to hide notification pulldown after clicking a power widget buttonJames Nylen2010-12-032-1/+22
| | | | | | | | Change-Id: Ibbb2da79ef93502990d122d1f31664e578a44a79
* | Merge "Trackball/LED fixes:" into froyoSteve Kondik2010-12-032-8/+14
|\ \
| * | Trackball/LED fixes:Michael Webster2010-12-032-8/+14
| |/ | | | | | | | | | | | | | | | | | | - Disable "blend mode" for sholes - Make LightsService use a different method for turning off LED/trackball- on some devices (ok, droid), the previous method was causing the LED to stay on continuously. - Fix bug that was causing the custom offTime for notifications to be ignored. Change-Id: I89123555dd813e1ff67f70ff2874761c229b9522
* | Merge "For national roaming only consider MCC, previous version didn't work ↵Steve Kondik2010-12-031-6/+2
|\ \ | |/ |/| | | on Motorola Milestone" into froyo
| * For national roaming only consider MCC, previous version didn't work on ↵philenotfound2010-11-291-6/+2
| | | | | | | | | | | | Motorola Milestone Change-Id: Ibc0a988149eb0a670aff45fd1e3dc9d0841bdf9a
* | Revert "Increase javax.obex performance"Steve Kondik2010-12-0210-549/+259
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4cecacb08a3d781a68f8b2be6df620277bb35e17. There are some problems with this patch. UUIDs in the HeaderSet are being padded with 16 extra null bytes, which breaks PBAP and FTP profiles. Reverting until I have a chance to debug it. Change-Id: I1e79a8b026b230c5a7dc4c9576489267e7695643
* | GPS: Fix return value of native_inject_xtra_dataChristopher Lais2010-12-011-2/+2
| | | | | | | | Change-Id: I3f47dd89925383f1755fe3ffdb8b83a0d0db3e0c
* | Fix broken logic in SettingsProvider.parseProviderList.Mike Lockwood2010-12-011-3/+6
| | | | | | | | | | | | | | We were accidentally stripping both leading and trailing commas when removing a provider from the enabled provider list. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge "GPS: Retry inject XTRA on failure; immediately for some devices." ↵Steve Kondik2010-12-023-5/+30
|\ \ | | | | | | | | | into froyo
| * | GPS: Retry inject XTRA on failure; immediately for some devices.Christopher Lais2010-12-013-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some proprietary location libraries like to get interrupted while injecting xtra data when other processes that use RPC calls are starting during boot. This patch retries inject_xtra_data immediately several times on such devices (set with BOARD_USE_BROKEN_INJECT_XTRA_HACK:=true) and retries at the normal interval on devices without that flag set. Change-Id: I11e4b96721cc223863b17146e6b49684e27ad225
* | | Fix crash by "adb shell pm list permissions -f|-s"Ali Utku Selen2010-12-011-3/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | pm command makes the assumption that every permission should contain android:description and android:label attributes while they are not mandatory. If a permission does not contain these two attributes, we get "android.content.res. Resources$NotFoundException: String resource ID #0x0" followed by a NPE when using -f or -s options. With the following change, users will get "null" in output for respective fields. Change-Id: I4e7f407592fa071abdab1d979775f46ec27dc9d2
* | Bluetooth : Reserve the RFCOMM channel 20 for FTP profileRakesh KrishnaMoorthy2010-12-011-0/+1
| | | | | | | | | | | | | | Add the channel 20 as part of RESERVED_RFCOMM_CHANNELS so that it is not allocated to applications by the Rfcomm channel picker Change-Id: I9229150a95289420ba8e7b64a6095bb9b5c3bb5f
* | Bluetooth : Add support for starting FTP service in BT ON sequenceRakesh KrishnaMoorthy2010-12-011-0/+6
| | | | | | | | | | | | | | This change adds a code set to start the FTP service which registers the FTP service records in the SDP database. Change-Id: I5bd11291c686c32044ab186e57b91437e611b725
* | Merge "Lockscreen gestures color setting" into froyoSteve Kondik2010-12-011-1/+8
|\ \
| * | Lockscreen gestures color settingMichael Webster2010-11-301-1/+8
| | | | | | | | | | | | | | | | | | Allow user to choose the color for gestures on the lockscreen Change-Id: I588620e2f5110119b9f04a9ebb66357fbbe93c96
* | | Fix gesture api properly.Michael Webster2010-11-302-1/+2
|/ / | | | | | | Change-Id: I863f7cfcd4c5d27d9a1c3e080dccff0671fdf587
* | Merge "NullPointerException at handleMessage(GSMPhone.java)" into froyoSteve Kondik2010-11-301-1/+2
|\ \
| * | NullPointerException at handleMessage(GSMPhone.java)Babis Triantafyllou2010-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | NullPointerException at com.android.internal.telephony.gsm.GSMPhone.handleMessage(GSMPhone.java) Failing to retrieved the IMSI number from SIM card could lead to an exception. A null pointer check will prevent this. Change-Id: I26760543484504c8d35215bfb1e8f1ae664aeade
* | | Merge "SearchDialog: Fix for NullpointerException while using Suggestions in ↵Steve Kondik2010-11-301-0/+3
|\ \ \ | | | | | | | | | | | | Browser" into froyo
| * | | SearchDialog: Fix for NullpointerException while using Suggestions inDeepika Sai Amuri2010-11-301-0/+3
| |/ / | | | | | | | | | | | | | | | Browser Change-Id: Ic208ae51e4f7678363ea6d7de9db97707713bf6d