Commit Graph

1499 Commits

Author SHA1 Message Date
eyeballer 5394b36766 cm: Add B&N NookColor (encore)
Change-Id: I74e16a92fd625292fd84f74d76ad02cd2f513307
2012-11-12 22:47:50 +00:00
Steve Kondik c35e7a64f9 cm: Prepare for release
Change-Id: Id464d33546add769c2428dc4d8ab2dc94223fb98
2012-11-12 10:56:38 -08:00
Steve Kondik 3515e793be cm: Change the default sounds
* Make the default sounds a bit less jarring
 * The dubstep ringtone, while funny, is kinda obnoxious.

Change-Id: I9bd8d0c900b655ea0d7065c2f3e01ce8f73390e4
2012-11-12 10:55:08 -08:00
Jorge Ruesga b16a30ff99 vendor_cm: Add CMFileManagerThemes
This adds the CMFileManagerThemes project to build system, so dark theme
can be enable in CMFileManager.

Requires change http://review.cyanogenmod.org/#/c/26279/

Change-Id: I668bb5210647fddfcb9ee00b75825c7641127247
2012-11-11 16:07:41 +01:00
Arne Coucheron 5d6867d70b cm: Update Android version in changelog
Change-Id: I647548e718978563389709653b6ea31d23908eb7
2012-11-10 04:51:39 +01:00
freexperia 56f3250d05 jerkins: enable sony msm7x30 mogami targets
Change-Id: Iaf84dd4b9c8011c9102b6a76ab8de541ac8fb88b
2012-11-08 07:54:24 +02:00
codeworkx eca9dc992d update samsung maintainers
Change-Id: I011e7fd48cca5d0b2dc6f47d75e0adf417695e8e
2012-11-07 20:59:34 +01:00
codeworkx cfe8ad358c jenkins: remove p3113 and p5113 (dedup)
Change-Id: Ide3148beb08c7b297d693a1e58b0b76ebf576715
2012-11-06 19:12:42 +01:00
ivkos 65361c19ba LatinIME: Bulgarian predictive dictionary
Change-Id: I7bfbc856303fb146c1eac83630fa4afe1026c243
2012-11-05 23:43:44 -08:00
Giulio Cervera 669746ac66 Merge "vendor: add Xperia T maintainers" into jellybean 2012-11-04 09:01:20 -08:00
Steve Kondik 7bd61217cb cm: Build CMFileManager
Change-Id: Ifa45f109fdc8dc64c9b656eb9afc80c90bc17898
2012-10-31 22:41:39 -07:00
Shareef Ali faa36a95b0 add d2mtr to build target
Change-Id: I7db50f501a05890a4665038d2544737c69469daf
2012-10-31 11:48:49 -07:00
Shareef Ali 83b2d81dbf add support for metropcs LTE
Change-Id: I7f59d004e3d6d072427e238fc1d647c93b3b5e11
2012-10-31 09:38:01 -07:00
Ricardo Cerqueira 270b76ac1d Add p990 to build targets
Change-Id: Ie01ac1a9ec2dbbde8df9f68a22f6fc8db674edf6
2012-10-30 22:06:50 +00:00
Aaron Echols 56a66b6808 cm vendor: add tf700t to jenkins-build-targets
Change-Id: I59bc3862215ec62f56b32310758065e0bf090005
2012-10-26 11:17:27 -07:00
Mike Kasick c1d27debdc apns-conf-cdma: Remove Sprint CDMA MMS apn, conflicts with LTE/eHRPD service
The old Sprint CDMA MMS apn uses the same MCC/MNC pair (310120) and apn
type ("default") as Sprint's LTE/eHRPD service.  Thus, Sprint LTE devices
attempt to connect to LTE/eHRPD services using the old CDMA MMS apn first,
which usually fails, and thus delays service establishment.

However, occasionally service "successfully" connects with the CDMA MMS
apn, for unknown reasons, at which point that apn is set as the preferred
apn for LTE connections.  Thus, any subsequent LTE/eHRPD connection attempt
fails due to use of the wrong apn.

By removing the old CDMA MMS apn, LTE/eHRPD connections will use the
appropriate apns.  Furthermore
com.android.mms.transaction.TransactionSettings::TransactionSettings does
not query the bearer field when looking for valid MMS apns, so the
LTE/eHRPD will continue to work on non-LTE Sprint devices.

Note that with this change, the MMS apn now specifies an mmsproxy.

Change-Id: Iba48bd6d120b02bc6265f958d0e04181d17f5c66
2012-10-24 14:29:19 -07:00
Ricardo Cerqueira 8e8b4773af built-targets: resort alphabetically
Change-Id: Iaa5551cb38c014a04bb21290cc1cabd010b5aee2
2012-10-22 10:32:24 +01:00
Ricardo Cerqueira 8f412cb14a cm: init.rc: Fix compcache and cleanup init file
The "import" keyword is only parsed once, for a one shot execution, during
the initial section setup, and before running "on fs". Having an import of
a file that's located in a filesystem other than root will result in an error
like

<3> init: could not import file '/system/etc/init.local.rc' from '/init.rc'

So... any files imported into init need to be moved to the root fs.
While we're at it, move init.rc changes that are specific to CM (and don't
involve modification of preexisting configs) into this file, to ease future
upstream merges (and minimize breakage on devices that override init.rc with
their own variants)

Needs to be paired with the corresponding system/core patch

Change-Id: Iab6340db2e28ef19dbcd84ae5c71737ce0cd491f
2012-10-18 16:42:27 +01:00
Lalit Maganti b79e54f7f8 vendor: add Xperia T maintainers
Change-Id: Ie899a466f9588f4f4f084f1ed2332d3b74e9a17c
2012-10-17 12:06:17 -07:00
Takazumi Matsumoto 62cb5a8dda cm: Add UMTS 3G Xoom (everest) to build targets
Also update CONTRIBUTORS.mkdn for Xooms.

Change-Id: I66a417a7458bf0f37d543dce28717638a41c2f3c
2012-10-17 16:56:24 +00:00
Chirayu Desai 39cb878292 otatools: build-with-colors
- add new file for common functions and stuff
 - though it doesn't contain any function now ;)
- red color for errors
- yellow color for "Optimizing: *"
- cyan color for modversion :)
- green color for "package complete"
- and some general cleanup

Change-Id: I83b2e352580e99b1766c5e63821281224cde5c49
2012-10-14 14:25:53 +05:30
rheeze 260d3ac925 Added myself as a contributor for Italian translation
Change-Id: I289beeadac8c310c172f6a505db6749d3bf764c9
2012-10-14 00:37:51 -07:00
Pawit Pornkitprasan 242141b14a cm: Add Acer A700
Change-Id: I48fa25a0faf31565be0791122dbc4913a96b45ba
2012-10-13 19:04:19 -07:00
Giulio Cervera 67a18b33e9 Add Sony Xperia T to Jenkins build targets
Change-Id: Id888ec8015a1f14806f05b5110695c46a6fdea84
2012-10-11 22:22:48 +02:00
Will Keaney a58cdbc177 Add SGH-T769 to Jenkins build targets.
Change-Id: Ie40d501f99bff7390bd85a82be00c06cdefc9d03
2012-10-11 13:32:27 -04:00
David Ferguson eb99493f55 add skyrocket/hercules to jenkins builds
Change-Id: I6d31d955f7e9651bd9670ca292cdbbf76955e309
2012-10-05 06:36:17 -04:00
Steve Kondik 37e05ec154 Merge "Added myself as contributor for Croatian translation" into jellybean 2012-10-03 22:24:39 -07:00
Daniel Hillenbrand 5c7de0295e Merge "Add Galaxy Note Tab 10.1 (N8000 and N8013)" into jellybean 2012-09-30 08:46:01 -07:00
Ricardo Cerqueira 2526fef627 cm: Start bundling the updater
And remove the now-redundant ROM Manager

Change-Id: I7664f8a3c21b2a7dd817a68e8ff38f1f96c029cc
2012-09-29 17:23:32 +01:00
codeworkx 83eb6b5033 apns: more love for Zain JO
Change-Id: Id2498bdfbbb7ca7efe2969817cbf39c19129bb9b
2012-09-29 00:38:50 +02:00
codeworkx d86b19257d apns: update Zain JO
Change-Id: Iedeb1c7bac6600ebe432182534f58e9144e25ac6
2012-09-29 00:29:03 +02:00
besthiroeu df4dbfeecf Added myself as contributor for Croatian translation
Change-Id: Ibee9d41d7cadce29949c16d59a29d1901acf1a0e
2012-09-27 16:13:42 -07:00
Untouchab1e 7d4082e157 Fixed the incorrect APN details for Telenet Mobile in Belgium as detailed in issue 6228.
Change-Id: Ic55f2f5a7d25755bef9d46a818e7e8e5aa2779d5
2012-09-27 11:45:05 +02:00
codeworkx a2887fc915 apns: update MTNL settings, unified for mumbai and delhi
Change-Id: Ib25eda8e9dec794753a8c98217bab70b8816a25f
2012-09-26 22:37:20 +02:00
Espen Fjellvær Olsen 37c3ceaa92 Add Galaxy Note Tab 10.1 (N8000 and N8013)
Change-Id: I8eb91039d3e067bec79edd1bf9ace75366d8e659
2012-09-26 20:10:06 +02:00
Steve Kondik 643e71afa7 Merge "LICENSE: update year" into jellybean 2012-09-25 02:06:16 -04:00
Ricardo Cerqueira dd36387e16 Add p970 to the jenkins build roster
Change-Id: I7e25bce44893ce4855b839c3af30ea472b0f36ae
2012-09-22 15:23:36 +01:00
Steve Kondik d74bb33df9 cm: Add quincytmo to nightlies
Change-Id: I1eb091b9644a5a661c3c6263b9868cd77da30da8
2012-09-20 17:41:25 -07:00
Steve Kondik 1949eb5c59 cm: Build the commandline tools
Change-Id: I854fffb3773524fbc66e32ccf0ab6f3697e61a46
2012-09-20 17:09:07 -07:00
Brint E. Kriebel 5ed21af23a squisher: Don't set the OTAPACKAGE name
Instead of setting the OTAPACKAGE name here, expect
OTAPACKAGE will be passed to us. This fixes an issue when
BUILD_NUMBER is defined in an environment with automated
builds.

Change-Id: I0634416e5332790d314f6a70313ea67821fd1331
2012-09-20 16:11:12 -04:00
Steve Kondik abfc079413 cm: Compile Superuser from source
Change-Id: I988d7998bbac3a44770ea8d5fd0564afbca7bedb
2012-09-20 10:26:25 -07:00
Chirayu Desai ff61dbe1eb LICENSE: update year
Change-Id: I296ed636550e1d07f69cc4caea2e3a1b64dcb34e
2012-09-19 16:29:50 +05:30
Steve Kondik 74902fb813 Merge "fix for a typo in the comments of 50-cm.sh" into jellybean 2012-09-18 02:18:41 -04:00
Joseph Stahl 320b73eb6c fix for a typo in the comments of 50-cm.sh
Updated the file to reflect its use in CM10.

Change-Id: I7d4759798c75d2e2163e34c0d3b6fde8266e4756
2012-09-15 12:57:03 -05:00
Nagaprasad N 7ec1af27f9 add endeavoru aka HTC One X to build targets
now that completely working builds of endeavoru is possible
(after below merges)

requires merger of
http://review.cyanogenmod.com/#/c/23061/
http://review.cyanogenmod.com/#/c/23077/
http://review.cyanogenmod.com/#/c/23296/

Change-Id: I10a4e0eaf54bc39cf0cd6ffd43d67f95704f99e5
Signed-off-by: Nagaprasad N <gorbi16@gmail.com>
2012-09-15 13:48:30 +05:30
Andrew Dodd ed62094736 jenkins: Add n7000 to build targets
Now that the n7000 device tree has been forcepushed into
submission, it can join i777 and i9100

Change-Id: I5c0b2a6a581038825ff4b4acf76425c3d14d1231
2012-09-14 18:42:26 -04:00
h8rift fa2e25dc21 apns-conf.xml: Add CSL (one2free) lte.internet APN
Change-Id: Icd58a28aab468a6f016a1801a4016dde768758b5
2012-09-14 02:19:22 -04:00
h8rift f2cd15c56f apns-conf.xml: Add CSL (one2free) mobile APN
Change-Id: If887f85218899502a2d97fd5ae7bfa768359ccca
2012-09-14 02:19:05 -04:00
h8rift fbedba0aeb apns-conf.xml: Add Rogers LTE APN
Change-Id: I0eff2d07668418d9315fc4425f291ab047d9d8d1
2012-09-14 01:47:51 -04:00
DhK 9a0ce16d9a Add Virgin Mobile CL apn settings
Change-Id: Ie016e5c1fe9db15bd3605b61c3d41fc1c6ddb96b
2012-09-14 01:41:21 -04:00