Loading .gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -30,3 +30,6 @@ proguard/ # Android Studio captures folder captures/ # Intellij .idea/ Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,6 @@ android_app { aaptflags: [ "--rename-manifest-package", "org.lineageos.etar", "foundation.e.calendar", ], } AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_label" android:taskAffinity="org.lineageos.etar.task" android:taskAffinity="foundation.e.calendar.task" android:requiredAccountType="*" android:usesCleartextTraffic="false" android:theme="@style/CalendarAppTheme"> Loading Loading @@ -180,7 +180,7 @@ <provider android:name="androidx.core.content.FileProvider" android:authorities="org.lineageos.etar.provider" android:authorities="foundation.e.calendar.provider" android:exported="false" android:grantUriPermissions="true"> <meta-data Loading @@ -190,7 +190,7 @@ <provider android:name="com.android.calendar.CalendarRecentSuggestionsProvider" android:exported="false" android:authorities="org.lineageos.etar.CalendarRecentSuggestionsProvider" /> android:authorities="foundation.e.calendar.CalendarRecentSuggestionsProvider" /> <!-- Declarations for alerts/reminders --> <activity Loading build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ android { buildToolsVersion '29.0.2' defaultConfig { minSdkVersion 19 minSdkVersion 29 targetSdkVersion 30 versionCode 25 versionName "1.0.23" Loading res/drawable/actionbar_cursor.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:color="@color/colorPrimaryDark" /> <solid android:color="@color/colorAccent" /> <size android:width="2dp" /> </shape> No newline at end of file Loading
.gitignore +3 −0 Original line number Diff line number Diff line Loading @@ -30,3 +30,6 @@ proguard/ # Android Studio captures folder captures/ # Intellij .idea/
Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,6 @@ android_app { aaptflags: [ "--rename-manifest-package", "org.lineageos.etar", "foundation.e.calendar", ], }
AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ android:hardwareAccelerated="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_label" android:taskAffinity="org.lineageos.etar.task" android:taskAffinity="foundation.e.calendar.task" android:requiredAccountType="*" android:usesCleartextTraffic="false" android:theme="@style/CalendarAppTheme"> Loading Loading @@ -180,7 +180,7 @@ <provider android:name="androidx.core.content.FileProvider" android:authorities="org.lineageos.etar.provider" android:authorities="foundation.e.calendar.provider" android:exported="false" android:grantUriPermissions="true"> <meta-data Loading @@ -190,7 +190,7 @@ <provider android:name="com.android.calendar.CalendarRecentSuggestionsProvider" android:exported="false" android:authorities="org.lineageos.etar.CalendarRecentSuggestionsProvider" /> android:authorities="foundation.e.calendar.CalendarRecentSuggestionsProvider" /> <!-- Declarations for alerts/reminders --> <activity Loading
build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ android { buildToolsVersion '29.0.2' defaultConfig { minSdkVersion 19 minSdkVersion 29 targetSdkVersion 30 versionCode 25 versionName "1.0.23" Loading
res/drawable/actionbar_cursor.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <solid android:color="@color/colorPrimaryDark" /> <solid android:color="@color/colorAccent" /> <size android:width="2dp" /> </shape> No newline at end of file