Crossposting is available.

This commit is contained in:
Alex Ning
2020-09-08 10:55:32 +08:00
parent 567f5c5ce6
commit fc40fb3b24
13 changed files with 889 additions and 7 deletions

View File

@@ -24,10 +24,16 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:replace="android:label">
<activity android:name=".Activity.SubmitCrosspostActivity"
android:label="@string/submit_crosspost_activity_label"
android:parentActivityName=".Activity.MainActivity"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustResize"/>
<service
android:name=".Service.DownloadMediaService"
android:enabled="true"
android:exported="false"></service>
android:exported="false" />
<activity
android:name=".Activity.ViewRedditGalleryActivity"