Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 237106c9 authored by Dominik Schürmann's avatar Dominik Schürmann
Browse files

Add submodules

parent 4983fcd8
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+15 −0
Original line number Diff line number Diff line
[submodule "external/colorpicker"]
	path = external/colorpicker
	url = https://github.com/CyanogenMod/android_frameworks_opt_colorpicker.git
[submodule "external/datetimepicker"]
	path = external/datetimepicker
	url = https://github.com/CyanogenMod/android_frameworks_opt_datetimepicker.git
[submodule "external/timezonepicker"]
	path = external/timezonepicker
	url = https://github.com/CyanogenMod/android_frameworks_opt_timezonepicker.git
[submodule "external/calendar"]
	path = external/calendar
	url = https://github.com/CyanogenMod/android_frameworks_opt_calendar.git
[submodule "external/ex"]
	path = external/ex
	url = https://github.com/dschuermann/standalone-calendar-frameworks-ex.git
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
            android:taskAffinity="android.task.calendar"
            android:hardwareAccelerated="true"
            android:backupAgent="com.android.calendar.CalendarBackupAgent"
            android:requiredAccountType="*" >
            >

        <meta-data android:name="com.google.android.backup.api_key"
                android:value="AEdPqrEAAAAIM256oVOGnuSel5QKDpL8je_T65ZI8rFnDinssA" />

README.md

0 → 100644
+13 −0
Original line number Diff line number Diff line


git submodule init
git submodule update

android update project -p . 
android update project -p external/ex/chips -t android-18
android update project -p external/calendar
android update project -p external/colorpicker
android update project -p external/datetimepicker
android update project -p external/timezonepicker

TODO: replace support-v4.jar automatically in external/datetimepicker and external/timezonepicker
 No newline at end of file
Original line number Diff line number Diff line
Subproject commit 2c91bad68f13199beea51b476211b9dbd16096fb
Original line number Diff line number Diff line
Subproject commit fee56abe1678b3012b970ea227934e5388143add
Loading