CMK
e7ef0f79c7
feat: restore auto-complete for compose scene content input
2022-11-13 16:04:29 +08:00
Jeff Verkoeyen
0f495e17dd
Adjust the padding and layout of the NavigationActionView.
2022-11-12 22:50:36 -08:00
Jeff Verkoeyen
87df13987a
Ensure that the welcome buttons have adequate padding at larger Dynamic Type configurations.
2022-11-12 20:30:57 -08:00
Jeff Verkoeyen
337e221c20
Resolve build failure when running tests from Xcode.
...
The build failure was:
```
MastodonTests/MastodonTests.swift:39:27: error build: Cannot find 'AppContext' in scope
```
2022-11-12 19:36:22 -08:00
Jeff Verkoeyen
daedd2b5be
[Welcome] Allow buttons to grow with Dynamic Type.
...
The buttons now have a minimum height rather than a constant height.
Also made a couple minor improvements / bug fixes:
- Both buttons now react to Dynamic Type settings changes (enabled `adjustsFontForContentSizeCategory`).
- A layout pass is now enforced in traitCollectionDidChange to ensure that setupButtonShadowView is using the right bounds.
- signUpButtonShadowView now uses signUpButtonShadowView's bounds.
2022-11-12 13:44:43 -08:00
Eugen Rochko
5d9e2d217e
New translations app.json (German)
2022-11-12 22:22:23 +01:00
Eugen Rochko
ebb0afd8bc
New translations Localizable.stringsdict (Czech)
2022-11-12 21:13:21 +01:00
Nathan Mattes
8e17afc821
Merge pull request #569 from woxtu/unused-dependency
...
Remove an unused dependency
2022-11-12 20:52:21 +01:00
Eugen Rochko
a0e544bb90
New translations ios-infoPlist.json (German)
2022-11-12 20:13:07 +01:00
Eugen Rochko
a1919a19c9
New translations app.json (German)
2022-11-12 20:13:06 +01:00
woxtu
5fbba311e5
Remove an unused dependency
2022-11-13 00:46:15 +09:00
David Godfrey
082ddc38e2
Merge remote-tracking branch 'theirs/develop' into feature/validated-fields
2022-11-12 14:45:49 +00:00
David Godfrey
197e180ccd
Refactor verified alert to use edit menu
2022-11-12 14:42:00 +00:00
Eugen Rochko
575e1c2fd8
New translations Intents.stringsdict (Czech)
2022-11-12 09:42:52 +01:00
Eugen Rochko
7254d0e0b0
New translations Intents.strings (Czech)
2022-11-12 09:42:51 +01:00
Eugen Rochko
71e5f6269f
New translations Localizable.stringsdict (Czech)
2022-11-12 09:42:50 +01:00
Eugen Rochko
e8fe7852cf
New translations app.json (Kurmanji (Kurdish))
2022-11-12 09:42:49 +01:00
Eugen Rochko
23902a44d6
New translations app.json (Czech)
2022-11-12 09:42:48 +01:00
Eugen Rochko
0307bcd70b
New translations app.json (Korean)
2022-11-12 08:45:45 +01:00
Nathan Mattes
f18abb336b
Merge pull request #563 from woxtu/deprecated-method
...
Replace a deprecated method
2022-11-12 08:21:17 +01:00
Nathan Mattes
b212ec3ee3
Merge pull request #527 from jordanekay/fix-spelling
...
Fix spelling of directory name
2022-11-12 08:20:07 +01:00
Eugen Rochko
f264140e08
New translations app.json (Korean)
2022-11-12 06:29:11 +01:00
David Godfrey
72873fbfc1
Use localisable strings in verified modal
2022-11-12 02:40:19 +00:00
David Godfrey
b0a0aa268f
Rename validated to verified in profile field code
2022-11-12 02:10:16 +00:00
David Godfrey
35775a5b43
Alert validation time on tapping field checkmark, make validated field links green
2022-11-12 01:53:12 +00:00
Kyle Bashour
a5d61072c0
Fix background in dark mode
2022-11-11 15:07:31 -08:00
Kyle Bashour
407e0ae304
Update navigation bar appearance in SearchViewController
2022-11-11 14:26:54 -08:00
Kyle Bashour
57380b9989
Fix up README.md ( #561 )
2022-11-11 22:32:17 +01:00
Eugen Rochko
a9fad73ae2
New translations Intents.strings (Czech)
2022-11-11 21:37:29 +01:00
Eugen Rochko
b19e272dab
New translations ios-infoPlist.json (Czech)
2022-11-11 21:37:28 +01:00
Eugen Rochko
25b1d23037
New translations app.json (Czech)
2022-11-11 21:37:27 +01:00
David Godfrey
c3009d6009
Add visual indication that a url has been validated in a profile's fields
2022-11-11 20:34:26 +00:00
Eugen Rochko
c430e98557
New translations app.json (Czech)
2022-11-11 20:14:23 +01:00
Eugen Rochko
34fc11bace
New translations app.json (Czech)
2022-11-11 19:16:32 +01:00
woxtu
9322a0abc8
Replace a deprecated method
2022-11-12 00:33:18 +09:00
CMK
f7d0186bf3
feat: add compress progress display. Set video compress config to 720p at 60 fps
2022-11-11 21:28:19 +08:00
CMK
0100d8cbab
feat: compress video before upload
2022-11-11 19:02:44 +08:00
CMK
088e6f05ec
feat: upload media in queue
2022-11-11 18:10:13 +08:00
Eugen Rochko
5fb26a5eba
New translations app.json (Indonesian)
2022-11-11 09:33:38 +01:00
Eugen Rochko
3b19773ebe
New translations app.json (Indonesian)
2022-11-11 08:28:14 +01:00
Eugen Rochko
cdb8d9e27f
New translations app.json (French)
2022-11-10 18:55:18 +01:00
Eugen Rochko
002d2796e4
New translations app.json (Thai)
2022-11-10 17:23:29 +01:00
Natalia Ossipova
38221e0599
Remove mute/block/report from menu for own toots ( #519 )
2022-11-10 17:17:22 +01:00
Nathan Mattes
e760b76edf
Merge pull request #555 from woxtu/duplicate-imports
...
Remove duplicate imports
2022-11-10 17:08:12 +01:00
woxtu
5d2f4b68f8
Remove duplicate imports
2022-11-11 00:36:39 +09:00
Eugen Rochko
415bfedb22
New translations Localizable.stringsdict (Swedish)
2022-11-10 14:10:53 +01:00
Eugen Rochko
323fcf1cc9
New translations app.json (Swedish)
2022-11-10 14:10:52 +01:00
Eugen Rochko
0e8faddbe9
New translations app.json (Swedish)
2022-11-10 13:09:53 +01:00
CMK
d6b90f40bd
feat: add simple progress remain time estimate
2022-11-10 18:36:36 +08:00
Eugen Rochko
786e06458d
New translations app.json (Romanian)
2022-11-10 11:17:45 +01:00