Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cm 11.0 #1

Open
wants to merge 57 commits into
base: jellybean
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
963c7db
Update to new boot animation
espenfjo Sep 2, 2012
f5ac19d
Added hungarian translations for DeviceSettings
tothtamassyman Sep 3, 2012
af681a6
Device i9100: Spanish translations
jruesga Sep 8, 2012
bdaa3ae
i9100 Advanced Settings: Added italian translation
rheeze Sep 13, 2012
8f06276
PT-BR: Added missing translations
Gustav0ar Sep 14, 2012
08075bc
i9100 devicesettings: added finnish translations
niko0o Sep 7, 2012
f1df05c
Remove ics branch string for SamsungServiceMode in dependencies file
Sep 12, 2012
90157b6
I9100: Simplified Chinese Translations
Jiangyi Oct 3, 2012
0f826c1
Replace old libion.so with libsecion.so
mwlczk Oct 6, 2012
cf083d7
Merge "PT-BR: Added missing translations" into jellybean
Oct 10, 2012
1e8f4e2
Merge "i9100 devicesettings: added finnish translations" into jellybean
Oct 10, 2012
1a26608
i9100: updated german translation
thunderger Oct 9, 2012
e5b37b2
enable home-key unlock setting
Oct 22, 2012
0f3fa1a
i9100: Dutch translations for DeviceSettings
therbom Sep 12, 2012
b84cd99
i9100: Dutch translations for DeviceSettings
therbom Nov 9, 2012
352fc60
overlay: disable non-existing overlays
Dec 2, 2012
5366c68
i9100: add bluetooth build cfg
Dec 2, 2012
a085b58
i9100: update dock settings for mr1
Dec 2, 2012
b960903
i9100: enable powerwidgets
Dec 10, 2012
122bcb6
i9100: reenable hardwarekeys overlay
Dec 11, 2012
09cba27
i9100: reduce height of keyguard status view
Dec 11, 2012
781c4a0
I9100: Enable Home Button Unlock
Jiangyi Dec 11, 2012
7703b34
i9100: cleanup proprietary files
Dec 15, 2012
c40911d
Use common files/script for blobs
espenfjo Jan 13, 2013
7464a16
Update Russian Translation-Galaxy S II Settings-CM10.1
Jan 23, 2013
79230b7
Settings: Fix a typo in the German translation
Jan 28, 2013
cf2c95e
i9100: keyfiles and extract cleanup
Jan 27, 2013
98cb0cf
Kill vendor-cam
espenfjo Feb 22, 2013
9a2d18e
I9100: Fix extract-script
Jiangyi Feb 23, 2013
ffc8ef6
i9100: add ext4 as second filesystem for sdcard for recovery
Mar 7, 2013
b69e960
GalaxyS2Settings: Added Danish translation
Mar 9, 2013
48b2c5c
i9100: Remove keyguard security height overlay
athurh Mar 9, 2013
39ce718
i9100: polish translations for device settings
mateuszmalek Mar 28, 2013
2bdd9a0
Merge "GalaxyS2Settings: Added Danish translation" into cm-10.1
therbom Apr 12, 2013
1c2ca36
DeviceParts: Add uniform title between devices
jruesga Apr 12, 2013
e34bb33
i9100: DeviceSettings: ES translations
Apr 13, 2013
2a074f5
Merge "DeviceParts: Add uniform title between devices" into cm-10.1
therbom Apr 14, 2013
b729cb1
i9100 : fr translation
DelphinPETER Apr 15, 2013
6773e1f
i9100: PT-BR translations
Gustav0ar May 5, 2013
4b6fd3d
I9100: Simplified Chinese Translations
Jiangyi May 10, 2013
f62f633
i9100: NL Translation
crxed9 May 13, 2013
dfb1575
i9100: remove ril blobs
May 25, 2013
55ab60c
i9100: switch to smdk4412 kernel
May 21, 2013
ac70f9e
Samsung i9100 : FR translation
DelphinPETER May 10, 2013
89d4da2
i9100: remove specific header path
Jun 3, 2013
2deaf66
i9100: fix extract script
Jun 3, 2013
32c24f3
i9100: move device settings to common
Jun 9, 2013
c58f72e
i9100: recovery: auto detect fstype for sdcard
Jul 21, 2013
e8d293c
i9100: recovery: use unified fstab
Aug 4, 2013
4ed9294
i9100: remove DeviceSettings
Aug 9, 2013
4de212f
I9100: Enable home button wake setting
Jiangyi Aug 22, 2013
9aa6b36
fix sensors struct
WaylandAce Nov 13, 2013
31ef284
Remove extra framework res entries
WaylandAce Nov 13, 2013
c1cbac8
Merge "Remove extra framework res entries" into cm-11.0
Nov 15, 2013
9c4bf84
Add support for "SC-02C"
crxed9 Dec 27, 2013
03283a4
Updated build signatures from latest stock
rmcc Feb 2, 2014
101c55d
sensors: Force a minimum interval between gyro state changes
rmcc Sep 4, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@

TARGET_BOARD_INFO_FILE := device/samsung/i9100/board-info.txt

# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9100/bluetooth

# Inline kernel building
TARGET_KERNEL_SOURCE := kernel/samsung/smdk4210
TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412
TARGET_KERNEL_CONFIG := cyanogenmod_i9100_defconfig

TARGET_SPECIFIC_HEADER_PATH += device/samsung/i9100/overlay/include
EXYNOS4210_ENHANCEMENTS := true
# assert
TARGET_OTA_ASSERT_DEVICE := galaxys2,i9100,GT-I9100,GT-I9100M,GT-I9100P,GT-I9100T
TARGET_OTA_ASSERT_DEVICE := galaxys2,i9100,GT-I9100,GT-I9100M,GT-I9100P,GT-I9100T,SC-02C

# Use the non-open-source parts, if they're present
-include vendor/samsung/i9100/BoardConfigVendor.mk
15 changes: 0 additions & 15 deletions DeviceSettings/Android.mk

This file was deleted.

30 changes: 0 additions & 30 deletions DeviceSettings/AndroidManifest.xml

This file was deleted.

Binary file not shown.
5 changes: 0 additions & 5 deletions DeviceSettings/res/layout/top.xml

This file was deleted.

69 changes: 0 additions & 69 deletions DeviceSettings/res/values-de/arrays.xml

This file was deleted.

50 changes: 0 additions & 50 deletions DeviceSettings/res/values-de/strings.xml

This file was deleted.

135 changes: 0 additions & 135 deletions DeviceSettings/res/values/arrays.xml

This file was deleted.

50 changes: 0 additions & 50 deletions DeviceSettings/res/values/strings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions DeviceSettings/res/xml/dock_preferences.xml

This file was deleted.

Loading