|
126 | 126 | </intent-filter> |
127 | 127 | </activity> |
128 | 128 | <activity |
129 | | - android:name=".activity.AccountCreationActivity" |
| 129 | + android:name=".activity.FallbackAccountCreationActivity" |
130 | 130 | android:configChanges="orientation|screenSize" |
131 | 131 | android:label="@string/create_account" /> |
132 | 132 | <activity |
133 | 133 | android:name=".activity.AccountCreationCaptchaActivity" |
134 | 134 | android:configChanges="orientation|screenSize" |
135 | 135 | android:label="@string/create_account" /> |
| 136 | + <activity |
| 137 | + android:name=".activity.policies.AccountCreationTermsActivity" |
| 138 | + android:configChanges="orientation|screenSize" |
| 139 | + android:label="@string/create_account" /> |
136 | 140 | <activity |
137 | 141 | android:name=".activity.FallbackLoginActivity" |
138 | 142 | android:configChanges="orientation|screenSize" |
139 | 143 | android:label="@string/login" /> |
140 | 144 | <activity |
141 | 145 | android:name=".activity.SplashActivity" |
142 | | - android:configChanges="orientation|screenSize" |
143 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 146 | + android:configChanges="orientation|screenSize" /> |
144 | 147 | <activity |
145 | 148 | android:name=".activity.LoggingOutActivity" |
146 | | - android:configChanges="orientation|screenSize" |
147 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 149 | + android:configChanges="orientation|screenSize" /> |
148 | 150 | <activity |
149 | 151 | android:name=".activity.VectorHomeActivity" |
150 | 152 | android:configChanges="orientation|screenSize" |
|
162 | 164 | android:name=".activity.VectorRoomActivity" |
163 | 165 | android:configChanges="orientation|screenSize" |
164 | 166 | android:label="@string/title_activity_room" |
165 | | - android:theme="@style/AppTheme.NoActionBar.Light" |
166 | 167 | android:windowSoftInputMode="stateHidden|adjustResize" /> |
167 | | - <activity |
168 | | - android:name=".activity.DeactivateAccountActivity" |
169 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 168 | + <activity android:name=".activity.DeactivateAccountActivity" /> |
170 | 169 | <activity |
171 | 170 | android:name=".activity.VectorRoomCreationActivity" |
172 | 171 | android:configChanges="orientation|screenSize" |
|
203 | 202 | android:name=".activity.VectorMemberDetailsActivity" |
204 | 203 | android:configChanges="orientation|screenSize" |
205 | 204 | android:label="@string/title_activity_member_details" |
206 | | - android:parentActivityName=".activity.VectorRoomActivity" |
207 | | - android:theme="@style/AppTheme.NoActionBar.Light"> |
| 205 | + android:parentActivityName=".activity.VectorRoomActivity"> |
208 | 206 | <meta-data |
209 | 207 | android:name="android.support.PARENT_ACTIVITY" |
210 | 208 | android:value="im.vector.activity.VectorRoomActivity" /> |
|
250 | 248 | android:theme="@style/AppTheme.NoActionBar.FullScreen.Light" /> |
251 | 249 | <activity |
252 | 250 | android:name=".activity.IntegrationManagerActivity" |
253 | | - android:configChanges="orientation|screenSize" |
254 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 251 | + android:configChanges="orientation|screenSize" /> |
255 | 252 | <activity |
256 | 253 | android:name=".activity.StickerPickerActivity" |
257 | | - android:configChanges="orientation|screenSize" |
258 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 254 | + android:configChanges="orientation|screenSize" /> |
259 | 255 | <activity |
260 | 256 | android:name=".activity.VectorMediasPickerActivity" |
261 | 257 | android:label="@string/media_picker_both_capture_title" |
|
363 | 359 | <activity |
364 | 360 | android:name=".activity.PhoneNumberAdditionActivity" |
365 | 361 | android:configChanges="orientation|screenSize" |
366 | | - android:label="@string/settings_add_phone_number" |
367 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 362 | + android:label="@string/settings_add_phone_number" /> |
368 | 363 | <activity |
369 | 364 | android:name=".activity.CountryPickerActivity" |
370 | 365 | android:configChanges="orientation|screenSize" |
|
378 | 373 | <activity |
379 | 374 | android:name=".activity.RoomDirectoryPickerActivity" |
380 | 375 | android:configChanges="orientation|screenSize" |
381 | | - android:label="@string/select_room_directory" |
382 | | - android:theme="@style/DirectoryPickerTheme.Light" /> |
| 376 | + android:label="@string/select_room_directory" /> |
383 | 377 | <activity |
384 | 378 | android:name=".activity.PhoneNumberVerificationActivity" |
385 | 379 | android:configChanges="orientation|screenSize" |
386 | | - android:label="@string/settings_phone_number_verification" |
387 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 380 | + android:label="@string/settings_phone_number_verification" /> |
388 | 381 | <activity |
389 | 382 | android:name=".activity.NotificationPrivacyActivity" |
390 | 383 | android:configChanges="orientation|screenSize" |
391 | | - android:label="@string/settings_notification_privacy" |
392 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
393 | | - <activity |
394 | | - android:name=".activity.VectorWebViewActivity" |
395 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 384 | + android:label="@string/settings_notification_privacy" /> |
| 385 | + <activity android:name=".activity.VectorWebViewActivity" /> |
396 | 386 |
|
397 | 387 | <activity |
398 | 388 | android:name="im.vector.activity.MediaPreviewerActivity" |
399 | | - android:configChanges="orientation|screenSize" |
400 | | - android:theme="@style/AppTheme.NoActionBar.Light" /> |
| 389 | + android:configChanges="orientation|screenSize" /> |
401 | 390 |
|
402 | 391 | <!-- FileProvider --> |
403 | 392 | <provider |
|
0 commit comments