sk
ab2cee08fe
hide keyboard when navigating
...
closes #227
2023-01-10 11:13:14 -03:00
sk
e343131670
fix wrong pin icon
...
closes #230
2023-01-10 11:11:32 -03:00
sk
f157313d9a
click "replying to" to scroll up
...
closes #241
2023-01-10 11:11:28 -03:00
sk
9bd4433942
tweak reply animation
...
closes #237
2023-01-10 11:08:56 -03:00
sk
c9cc8e23c1
don't add subject if blank
...
closes #240
2023-01-10 11:08:53 -03:00
Thiago 'Jedi' Abreu
786dbaf92c
Filter all status, even if filters are empty ( #255 )
2023-01-10 11:08:40 -03:00
mishnz
8dd22e1853
serverKey assignment was missing, corrected.
2023-01-10 11:08:33 -03:00
mishnz
34a4dd6d1f
Second fix for MIME64 inconsistency in serverKey.
...
The previous fix https://github.com/mastodon/mastodon-android/pull/486 would break any connections to any instances using WEB_SAFE MIME64 encoding on the serverKey, which actually appears to be the usual case.
This update reverts to the previous logic, but also converts standard MIME64 characters ('/' and '+') to their WEB_SAFE equivalents.
This ensures the standard case of WEB_SAFE BASE64 serverKeys and the anomolous case of DEFAULT BASE64 keys both work.
2023-01-10 11:08:27 -03:00
mishnz
6e13e592d0
The Mastodon server does not currently use URL_SAFE encoding on its serverKey. Using URL_SAFE in this client means the client will crash for any server that uses a key that generates a Mime64 string containing a "+" or "/". This change removes the URL_SAFE logic. See: https://github.com/mastodon/mastodon-android/issues/483
2023-01-10 11:08:20 -03:00
FineFindus
a782160dd3
refactor: use getContentDescription instead of duplicate code
2023-01-09 21:30:52 +01:00
FineFindus
871c17cbe2
merge: update to latest master
2023-01-09 21:18:43 +01:00
FineFindus
047e72ce9c
refactor(compose): use UiUtils.getVisibiltyText
2023-01-09 21:05:58 +01:00
FineFindus
6c1424055f
feat(StatusDisplay): add toolTip/ContentDescription to visibilty icon
2023-01-09 21:02:00 +01:00
FineFindus
35299a7b3f
feat(accessibility): add contentDesc and toolTip to audioItem
2023-01-09 17:19:20 +01:00
LucasGGamerM
263bde658e
Fixing #29 for good
2023-01-06 14:47:06 -03:00
LucasGGamerM
23e49c52e5
Its working, but it still needs a better icon
2023-01-06 12:26:52 -03:00
LucasGGamerM
67338b6c85
Allowing multiple notifications by default
2023-01-06 11:31:25 -03:00
LucasGGamerM
101e7efd74
Fixing #34
2023-01-06 11:18:51 -03:00
LucasGGamerM
7ceff3eaa4
Fixing #28
2023-01-05 13:24:09 -03:00
LucasGGamerM
ee0737c9c7
Adding the ability to long click or to double click the search icon to bring up the keyboard
2023-01-04 21:54:03 -03:00
LucasGGamerM
0f85be7114
Merge branch 'feature/long_press_discover'
2023-01-04 21:33:19 -03:00
LucasGGamerM
f2a536d0ea
Fixing #31
2023-01-04 18:30:12 -03:00
LucasGGamerM
815c4d4cc9
Merge pull request #32
...
feat: share links
2023-01-04 18:20:29 -03:00
LucasGGamerM
f24abde76e
Merge pull request #30
...
feat(profile/bot-icon): prepend icon to username
2023-01-04 18:04:41 -03:00
FineFindus
bcfb63b57c
feat(linkSpan/longClick): use share intent istead of copy text
2023-01-04 20:53:30 +01:00
FineFindus
8ed88b2b29
refactor(HeaderStatusDisplayItem): add bot icon to username
2023-01-04 17:24:53 +01:00
FineFindus
75db9f4623
refactor(profile/botIcon): move icon to username
2023-01-04 17:24:09 +01:00
LucasGGamerM
b69015a25a
Its closer to working
2023-01-03 15:18:34 -03:00
LucasGGamerM
1cdcc8794c
Maybe it will work one day?
2023-01-03 11:21:30 -03:00
LucasGGamerM
a0c26b748a
It already works, although not to my standard yet
2023-01-03 11:10:53 -03:00
FineFindus
de485272c5
feat(profile/bot): add bot icon before name
2023-01-03 13:53:04 +01:00
FineFindus
b0d223c47c
Merge branch 'master' of https://github.com/LucasGGamerM/moshidon into feat/favourite-animation
2023-01-02 21:59:39 +01:00
FineFindus
185a8c776b
feat(StatusDisplayItem/favouriteIcon): add spin animation when clicked
2023-01-02 21:57:19 +01:00
FineFindus
1b02af382c
fix(emoji/recent): remove unused imports
2023-01-02 19:43:30 +01:00
FineFindus
4fe87a9888
merge: merge newest upstream/master
2023-01-02 19:42:42 +01:00
LucasGGamerM
c80ebf2eda
Fixing the login error
2023-01-02 13:38:29 -03:00
FineFindus
42fcd6df51
refactor(emoji/recent): rename NEW_RECENT to NEW_RECENT_VALUE
2023-01-02 16:58:31 +01:00
FineFindus
8b12fac766
feat(emoji/recent): add clear recent emoji setting
2023-01-02 16:47:41 +01:00
FineFindus
0b6128bcdd
feat(compose/emojis): add category of recent emojis
2023-01-02 16:44:14 +01:00
LucasGGamerM
198a7d5ad3
Merge pull request #18
...
feat(compose/publish): Add warning dialog when no image description is provided
2023-01-02 12:33:10 -03:00
LucasGGamerM
040f244e15
Fixing up the bot icon for good
2023-01-02 12:28:07 -03:00
LucasGGamerM
98bc6f14a9
Fixing some icons again
2023-01-02 12:14:27 -03:00
LucasGGamerM
b92e6d2c48
Fixing some icons
2023-01-02 12:12:55 -03:00
LucasGGamerM
ac3875fe08
Fixing #19
2023-01-02 11:46:15 -03:00
FineFindus
6fdbafc67b
fix(compose/publish): remove unnecessary import
2023-01-02 12:57:18 +01:00
FineFindus
5aebdcaa6a
feat(compose/publish): add warning when no image description provided
2023-01-02 12:53:34 +01:00
LucasGGamerM
10f9230139
First iteration of the bot account tag
2023-01-01 18:06:26 -03:00
LucasGGamerM
32c94c8948
Merge remote-tracking branch 'origin/master'
2023-01-01 17:24:23 -03:00
LucasGGamerM
d82a9b25cf
Revert "Revert "match navigation bar color with toolbar""
...
This reverts commit 0fdae0c775 .
2023-01-01 17:12:29 -03:00
LucasGGamerM
da4849e526
Removing unnecessary needAppRestart on the relocatePublishButton setting
2023-01-01 17:11:33 -03:00