|
|
@ -43,64 +43,44 @@ |
|
|
|
android:windowSoftInputMode="stateVisible|adjustResize"> |
|
|
|
android:windowSoftInputMode="stateVisible|adjustResize"> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.SEND" /> |
|
|
|
<action android:name="android.intent.action.SEND" /> |
|
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
|
|
|
|
|
|
|
<data android:mimeType="text/plain" /> |
|
|
|
<data android:mimeType="text/plain" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.SEND" /> |
|
|
|
<action android:name="android.intent.action.SEND" /> |
|
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
|
|
|
|
|
|
|
<data android:mimeType="image/*" /> |
|
|
|
<data android:mimeType="image/*" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.SEND_MULTIPLE" /> |
|
|
|
<action android:name="android.intent.action.SEND_MULTIPLE" /> |
|
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
|
|
|
|
|
|
|
<data android:mimeType="image/*" /> |
|
|
|
<data android:mimeType="image/*" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|
</activity> |
|
|
|
</activity> |
|
|
|
<activity |
|
|
|
<activity android:name=".ViewVideoActivity" android:configChanges="orientation|keyboardHidden|screenSize" /> |
|
|
|
android:name=".ViewVideoActivity" |
|
|
|
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize" /> |
|
|
|
|
|
|
|
<activity android:name=".ViewThreadActivity" /> |
|
|
|
<activity android:name=".ViewThreadActivity" /> |
|
|
|
<activity android:name=".ViewTagActivity" /> |
|
|
|
<activity android:name=".ViewTagActivity" /> |
|
|
|
<activity android:name=".AccountActivity" /> |
|
|
|
<activity android:name=".AccountActivity" /> |
|
|
|
<activity android:name=".EditProfileActivity" /> |
|
|
|
<activity android:name=".EditProfileActivity" /> |
|
|
|
<activity android:name=".PreferencesActivity" /> |
|
|
|
<activity android:name=".PreferencesActivity" /> |
|
|
|
<activity android:name=".FavouritesActivity" /> |
|
|
|
<activity android:name=".FavouritesActivity" /> |
|
|
|
<activity android:name=".BlocksActivity" /> |
|
|
|
<activity android:name=".AccountListActivity" /> |
|
|
|
<activity android:name=".AboutActivity" /> |
|
|
|
<activity android:name=".AboutActivity" /> |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ReportActivity" |
|
|
|
android:name=".ReportActivity" |
|
|
|
android:windowSoftInputMode="stateVisible|adjustResize" /> |
|
|
|
android:windowSoftInputMode="stateVisible|adjustResize" /> |
|
|
|
|
|
|
|
<activity |
|
|
|
<service |
|
|
|
android:name="com.theartofdev.edmodo.cropper.CropImageActivity" |
|
|
|
android:name=".MyFirebaseInstanceIdService" |
|
|
|
android:theme="@style/Base.Theme.AppCompat" /> |
|
|
|
android:exported="true"> |
|
|
|
|
|
|
|
<intent-filter> |
|
|
|
|
|
|
|
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" /> |
|
|
|
|
|
|
|
</intent-filter> |
|
|
|
|
|
|
|
</service> |
|
|
|
|
|
|
|
<service |
|
|
|
|
|
|
|
android:name=".MyFirebaseMessagingService" |
|
|
|
|
|
|
|
android:exported="true"> |
|
|
|
|
|
|
|
<intent-filter> |
|
|
|
|
|
|
|
<action android:name="com.google.firebase.MESSAGING_EVENT" /> |
|
|
|
|
|
|
|
</intent-filter> |
|
|
|
|
|
|
|
</service> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<receiver android:name=".NotificationClearBroadcastReceiver" /> |
|
|
|
<receiver android:name=".NotificationClearBroadcastReceiver" /> |
|
|
|
|
|
|
|
|
|
|
|
<service |
|
|
|
<service |
|
|
|
android:name=".TuskyTileService" |
|
|
|
tools:targetApi="24" |
|
|
|
|
|
|
|
android:name="com.keylesspalace.tusky.TuskyTileService" |
|
|
|
android:icon="@drawable/ic_send_24dp" |
|
|
|
android:icon="@drawable/ic_send_24dp" |
|
|
|
android:label="Compose Toot" |
|
|
|
android:label="Compose Toot" |
|
|
|
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
|
|
|
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"> |
|
|
|
tools:targetApi="24"> |
|
|
|
|
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.service.quicksettings.action.QS_TILE" /> |
|
|
|
<action android:name="android.service.quicksettings.action.QS_TILE" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|