Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Galaxy S Settings app - Added Italian Translation. | Francesco | 2012-04-18 | 2 | -0/+65 |
| | | | | Change-Id: I4e60aa0146548bf65c91343002d141ee33856421 | ||||
* | aries-common: Support integrated kernel building | Pawit Pornkitprasan | 2012-04-16 | 2 | -2/+5 |
| | | | | | | | - shbookimg.mk needs to be updated to use the built kernel - Added kernel source path Change-Id: Ic34bf51f22d091056940529df3313a3159b37857 | ||||
* | aries-common: Optmize MFC memory usage (properly) | Pawit Pornkitprasan | 2012-04-14 | 1 | -1/+1 |
| | | | | Change-Id: Id74997191ea66a291ec297ae554f3d21c97c48df | ||||
* | CM9-Galaxy S Settings-Added Russian Translation. Thanks Krasnonozhenko Aleksey | pvolkov | 2012-04-12 | 2 | -0/+54 |
| | |||||
* | Merge "Revert "aries-common: Optimize MFC memory usage"" into ics | Pawit Pornkitprasan | 2012-04-08 | 1 | -1/+1 |
|\ | |||||
| * | Revert "aries-common: Optimize MFC memory usage" | Pawit Pornkitprasan | 2012-04-03 | 1 | -1/+1 |
| | | | | | | | | | | There are videos for which this doesn't work This reverts commit ae3a4807e920b148b31dbc27587ebeda1ed2a65a | ||||
* | | aries-common: Fix orientation sensor | Pawit Pornkitprasan | 2012-04-06 | 2 | -7/+7 |
| | | | | | | | | | | | | The orientation sensor will not work if the magnetic sensor was started before because the "orientationd restart hack" was put in the wrong file. | ||||
* | | aries-common: Enable Camera focus mode | Pawit Pornkitprasan | 2012-04-06 | 1 | -0/+27 |
| | | | | | | | | | | Add overlay to prevent Camera app from removing focus mode setting when touch focus is present | ||||
* | | libcamera: Fix taking photo after video | Pawit Pornkitprasan | 2012-04-04 | 1 | -0/+8 |
|/ | | | | Similar to patch 40e99e22e1a45d36b7fac9c4452aa1d74550b424 in gingerbread | ||||
* | aries-common: Optimize MFC memory usage | Pawit Pornkitprasan | 2012-04-02 | 1 | -1/+1 |
| | | | | Kernel memory configuration from SCH-I500 GB source (thanks noobnl) | ||||
* | aries-common: Fix releasetools backup/restore | Pawit Pornkitprasan | 2012-04-01 | 2 | -0/+10 |
| | | | | Also added modelidcfg to keep in sync with global | ||||
* | aries-common: adb root in recovery | Pawit Pornkitprasan | 2012-04-01 | 1 | -0/+2 |
| | | | | | The new root-prevention system setting doesn't work in recovery, so we always start it as root. | ||||
* | aries-common: Fix "tunnel voice" bug for Vibrant, possibly others. | Daniel Bateman | 2012-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Problem: During incoming calls, some users sound very echoey to the caller. Hypothesis: setCallClockSync() is being called even entering MODE_RINGTONE, when it makes sense that it should only be called when actually entering the call itself, this also supports why it doesn't happen on outgoing calls, i.e. instantly entering the call and activating the call clock sync rather than activating it at the ringtone. Solution: Restrict setCallClockSync() to only fire when prevMode != IN_CALL && mMode == IN_CALL. Change-Id: Ie6c923846e98bb8b7e42520b831dbaf7f671d4d1 | ||||
* | Merge pull request #19 from FaultException/ics | Pawit Pornkitprasan | 2012-03-16 | 3 | -13/+21 |
|\ | | | | | aries-common: allow for GPS init modularity | ||||
| * | aries-common: allow for GPS init modularity | Daniel Bateman | 2012-03-15 | 3 | -13/+21 |
|/ | |||||
* | aries-common: Remove global CFLAGS | Pawit Pornkitprasan | 2012-03-05 | 1 | -2/+0 |
| | | | | | | | mfpu and mfloat-abi are already set in the build system crespo doesn't set mtune and we want to remain consistent Also see http://review.cyanogenmod.com/13035 | ||||
* | aries-common: libaudio: Port fixes from Gingerbread Branch | Pawit Pornkitprasan | 2012-02-23 | 2 | -4/+11 |
| | | | | | | | | | - Properly set "Voice Communication" audio channel (it's not set in crespo ics branch for whatever reason. Changelog says it wasn't added in the first place.) - Add AudioOut wakelock (not sure why it was removed, changelog for ics branch says it wasn't added in the first place. Adding it won't hurt.) | ||||
* | aries-common: Remove apns-conf (already in vendor/cm) | Pawit Pornkitprasan | 2012-02-19 | 1 | -4/+0 |
| | |||||
* | aries-common: Remove front camera permission | Pawit Pornkitprasan | 2012-02-18 | 1 | -1/+0 |
| | | | | Not all devices have FFCs. Add them to device-specific device.mk | ||||
* | aries-common: libcamera: Send GPS info to CE147 | Pawit Pornkitprasan | 2012-02-05 | 2 | -1/+58 |
| | |||||
* | aries-common: System dalvik cache on /data | Pawit Pornkitprasan | 2012-01-26 | 1 | -0/+4 |
| | |||||
* | Revert "audio HAL: fix some audio mode transitions" | Pawit Pornkitprasan | 2012-01-21 | 1 | -5/+3 |
| | | | | | | | | | This reverts commit 49cb776c1a5d056c345d90465f8006ef23d947b0. This commit was not present for crespo gingerbread release and breaks calls on certain modems/carriers for us (in a new way). Change-Id: If679716844d092d18a2c4c945fd3b0b8c48136f9 | ||||
* | aries-common: Rename PHONE_STORAGE to SECONDARY_STORAGE | Pawit Pornkitprasan | 2012-01-19 | 3 | -3/+3 |
| | | | | | SECONDARY_STORAGE is the AOSP variable for additional storage and is used by the SQLite trigger _DELETE_FILE | ||||
* | AriesParts: Display gamma values properly | Pawit Pornkitprasan | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | AriesParts: Rename v0 gamma to just gamma | Pawit Pornkitprasan | 2012-01-15 | 3 | -47/+47 |
| | |||||
* | aries-common: Call setBatchReflection after setting video recording parameters | Pawit Pornkitprasan | 2012-01-14 | 1 | -0/+2 |
| | | | | | | | ce147 requires setBatchReflection driver to be called after setting the parameters. This is usually done when set in setParameters, but in this case it is called manually from SecCamera.cpp, so it must also be called manually. | ||||
* | AriesParts: Add v0 color gamma and mDNIe Settings | Pawit Pornkitprasan | 2012-01-10 | 8 | -7/+216 |
| | |||||
* | Revert "aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵ | Pawit Pornkitprasan | 2012-01-08 | 2 | -19/+11 |
| | | | | | | | | | | (properly, this time)" This reverts commit 78563fa71a3b54fcc31e04ab39730af7ea56a581. Revert for now. Recovery is buggy with these switched: - 20s wait when using ROM Manager/installing from CM7/stock - Unable to backup/restore /sdcard/.android_secure because it's at /emmc/.android_secure | ||||
* | aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵ | Pawit Pornkitprasan | 2012-01-08 | 2 | -11/+19 |
| | | | | (properly, this time) | ||||
* | Revert "aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵ | Pawit Pornkitprasan | 2012-01-08 | 2 | -20/+15 |
| | | | | | | | | (completely untested)" This reverts commit 4c7fdfec6159474525e46f2dca383203f5464e3a. Not needed | ||||
* | aries-common: Update updater.sh for swapped sdcard/emmc mountpoint ↵ | Pawit Pornkitprasan | 2012-01-08 | 2 | -15/+20 |
| | | | | (completely untested) | ||||
* | aries-common: Remove TARGET_RECOVERY_PRE_COMMAND, the kernel now handles this | Pawit Pornkitprasan | 2012-01-07 | 1 | -1/+0 |
| | |||||
* | libaudio: Re-enable logging with read/write logging disabled | Pawit Pornkitprasan | 2012-01-07 | 1 | -5/+5 |
| | | | | | This should give enough info for debugging when users report call not working. | ||||
* | media_profiles: Add timelapse profile for 720p | Pawit Pornkitprasan | 2012-01-07 | 1 | -0/+14 |
| | |||||
* | Edit ril_class for new RIL loading system | Pawit Pornkitprasan | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | libaudio: ignore if target has its own libaudio (such as fascinate) | jt1134 | 2012-01-04 | 1 | -0/+4 |
| | |||||
* | aries-common: Remove device.rc import | Pawit Pornkitprasan | 2012-01-03 | 1 | -3/+0 |
| | | | | | We don't use this and it causes init to think that the 'on boot' section ends at that point | ||||
* | sec_mm: Disable HW decoding when TV-Out is enabled | Pawit Pornkitprasan | 2012-01-03 | 4 | -0/+25 |
| | |||||
* | AriesParts: Don't disable TV Out service on sleep | Pawit Pornkitprasan | 2012-01-03 | 1 | -2/+2 |
| | | | | | The underlying library will not disable and release the service properly causing TV Out to be broken until next reboot. | ||||
* | Improve 720p video recording | Pawit Pornkitprasan | 2012-01-01 | 2 | -6/+1 |
| | |||||
* | Merge pull request #16 from Helvio88/ics | Pawit Pornkitprasan | 2012-01-01 | 2 | -0/+72 |
|\ | | | | | PT-BR Translations for SGS TV-OUT | ||||
| * | PT-BR Translations for SGS TV-OUT | Helvio Pedreschi | 2012-01-01 | 2 | -0/+72 |
|/ | |||||
* | aries-common: libcamera: Set slow ae and video gamma properly | Pawit Pornkitprasan | 2012-01-01 | 1 | -6/+7 |
| | |||||
* | aries-common: More parameters for video recording | Pawit Pornkitprasan | 2012-01-01 | 1 | -0/+4 |
| | |||||
* | aries-common: Implement camera zoom (original implementation by havlenapetr) | Pawit Pornkitprasan | 2012-01-01 | 1 | -0/+20 |
| | |||||
* | Remove touch to focus logging | Pawit Pornkitprasan | 2011-12-31 | 1 | -2/+2 |
| | |||||
* | aries-common: Implement touch to focus (original implementation by havlenapetr) | Pawit Pornkitprasan | 2011-12-31 | 5 | -4/+152 |
| | |||||
* | Set ro.vold.umsdirtyratio to speed up UMS | Pawit Pornkitprasan | 2011-12-31 | 1 | -0/+4 |
| | |||||
* | Fixed hwcomposer (broken in 88520338e7e2d8587e0c6d9bac912a588a037d64) | Pawit Pornkitprasan | 2011-12-31 | 1 | -2/+2 |
| | |||||
* | Disable verbose logging for libaudio | Pawit Pornkitprasan | 2011-12-31 | 1 | -1/+1 |
| |