Merge "Overlay: New hungarian dictionary" into cm-10.1
diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
index b35cc62..579f4b3 100644
--- a/CHANGELOG.mkdn
+++ b/CHANGELOG.mkdn
@@ -5,13 +5,34 @@
Visit http://review.cyanogenmod.org for our Gerrit instance.
-Follow http://twitter.com/cmsrc for commit-by-commit updates.
-
CHANGELOG (notable new features)
---------
### 10.1.0
* Common: Android 4.2.1 (Google)
+* Common: Chronus Lockscreen and Homescreen Widget
+* Common: Theme Engine Support
+* Common: Customize Navigation Bar (on devices without hardware keys)
+* Common: Customize Notification Light
+* Common: Display Battery Light
+* Common: Profiles with NFC support
+* Common: Customize Screen Rotation
+* Common: Notification Power Widgets
+* Common: DSP Manager
+* Common: Volume Rocker Wake
+* Common: Performance Settings (I/O Scheduler, CPU Governor, etc)
+* Quick Settings: Panel Customization
+* Quick Settings: Toggle QS panel with horizontal swipe
+* Quick Settings: Split QS actionable area
+* Quick Settings: Added QS Tiles
+* Status Bar: Hide or Show Clock
+* Status Bar: Battery Percentage and Circle Battery
+* Status Bar: Show Notification Counts
+* Status Bar: Signal Status Customization
+* Status Bar: Set Date and Time as buttons (with longpress actions)
+* Trebuchet: Launcher Updates
+* Lockscreen: Slider Shortcuts
+* Lockscreen: Maximize Widgets on Wake
### 10.0.0
* Common: Android 4.1.2 (Google)
diff --git a/CONTRIBUTORS.mkdn b/CONTRIBUTORS.mkdn
index a3054ab..a2800b1 100644
--- a/CONTRIBUTORS.mkdn
+++ b/CONTRIBUTORS.mkdn
@@ -25,6 +25,7 @@
* __Samsung Galaxy Note (GT-N7000):__ Entropy512, Espenfjo
* __Samsung Galaxy Note II (GT-N7100):__ nebkat
* __Samsung Galaxy Note II LTE (GT-N7105 / SGH-I317 / SGH-T889):__ codeworkx, madmack
+* __Samsung Galaxy Note II LTE (SCH-I605 / SPH-L900):__ sbrissen
* __Samsung Galaxy Note 10.1 (GT-N80XX):__ Entropy512, Espenfjo
* __Samsung Galaxy S Blaze 4G (SGH-T769):__ UberPinguin
* __Samsung Galaxy S (GT-I9000):__ pawitp
diff --git a/README.mkdn b/README.mkdn
index 998186b..70489ab 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -11,7 +11,7 @@
(Go to repo you are patching, make your changes and commit)
cmgerrit <for(new)/changes(patch set)> <branch/change-id>
- repo start jb .
+ repo start cm-10.1 .
(Make your changes and commit)
repo upload .
Note: "." meaning current directory
@@ -27,7 +27,7 @@
---------------
To get started with Android/CyanogenMod, you'll need to get
-familiar with [Git and Repo](http://source.android.com/download/using-repo).
+familiar with [Repo](https://source.android.com/source/using-repo.html) and [Version Control with Git](https://source.android.com/source/version-control.html).
To initialize your local repository using the CyanogenMod trees, use a command like this:
@@ -37,14 +37,14 @@
repo sync
-Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions.
+Please see the [CyanogenMod Wiki](http://wiki.cyanogenmod.org/) for building instructions, by device.
For more information on this Github Organization and how it is structured,
-please [read the wiki article](http://wiki.cyanogenmod.org/index.php/Github_Organization)
+please [read the wiki article](http://wiki.cyanogenmod.org/w/Github_Organization)
Buildbot
--------
All supported devices are built nightly and periodically as changes are committed to ensure the source trees remain buildable.
-You can view the current build statuses at [jenkins.cyanogenmod.org/](http://jenkins.cyanogenmod.org/)
+You can view the current build statuses in the [Jenkins](http://jenkins.cyanogenmod.org) tool.
diff --git a/config/common.mk b/config/common.mk
index dc1d327..fdefbcb 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -109,6 +109,10 @@
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
+# Enable wireless Xbox 360 controller support
+PRODUCT_COPY_FILES += \
+ frameworks/base/data/keyboards/Vendor_045e_Product_028e.kl:system/usr/keylayout/Vendor_045e_Product_0719.kl
+
# This is CM!
PRODUCT_COPY_FILES += \
vendor/cm/config/permissions/com.cyanogenmod.android.xml:system/etc/permissions/com.cyanogenmod.android.xml