LucasGGamerM
|
addb1b27bb
|
Merge remote-tracking branch 'mastodon/master'
|
2023-03-18 22:39:08 -03:00 |
|
LucasGGamerM
|
96ecdcd33c
|
fix(custom-local-timelines): translate button now works
|
2023-03-18 22:36:51 -03:00 |
|
LucasGGamerM
|
e3f445cbed
|
fix(custom-local-timelines): polls are now votable
|
2023-03-18 22:21:09 -03:00 |
|
LucasGGamerM
|
8ccb505165
|
Revert "refactor(account-switcher-sheet): remove duplicated code"
This reverts commit 9c01f7a522.
|
2023-03-18 17:03:15 -03:00 |
|
LucasGGamerM
|
98c193ac51
|
Merge pull request #125
Feat: share URL to open
|
2023-03-18 16:49:52 -03:00 |
|
FineFindus
|
9c01f7a522
|
refactor(account-switcher-sheet): remove duplicated code
|
2023-03-18 20:09:07 +01:00 |
|
FineFindus
|
f3c9f52d37
|
feat(share): add option open URL
|
2023-03-18 20:02:26 +01:00 |
|
LucasGGamerM
|
223aa7043b
|
fix: MediaGrid and LinkCard inset values too low, causing items to be cut by borders
|
2023-03-18 14:52:24 -03:00 |
|
LucasGGamerM
|
3178b5f41c
|
fix: NPE when fragment is empty and HomeTabFragment is checking isScrolledToTop()
|
2023-03-18 13:53:02 -03:00 |
|
FineFindus
|
ea823ef0cf
|
feat(NotificationsFragment): switch tab when triple clicking
|
2023-03-18 16:03:54 +01:00 |
|
FineFindus
|
62d5c7a492
|
feat(HomeTabFragment): switch timeline when triple clicking
Closes #83. When clicking the HomeTab and the timeline is already scrolled up, the timeline is cycled.
|
2023-03-18 15:57:13 +01:00 |
|
FineFindus
|
287e75e54a
|
feat(Scrollable): add isScrolledToTop
Checks if the list is already scrolled to the top. Can be used to change the interaction depending on it.
|
2023-03-18 15:43:14 +01:00 |
|
LucasGGamerM
|
02af385853
|
feat: redesign account picker sheet
|
2023-03-17 17:44:17 -03:00 |
|
LucasGGamerM
|
ede2a3e0b5
|
Revert "feat(external-share): start re-design"
This reverts commit 6e5fa34be6.
|
2023-03-17 17:16:40 -03:00 |
|
FineFindus
|
6e5fa34be6
|
feat(external-share): start re-design
|
2023-03-17 20:41:12 +01:00 |
|
FineFindus
|
8ce782b578
|
feat(external-share): use AccountSwitcherSheet
|
2023-03-17 20:41:07 +01:00 |
|
FineFindus
|
05168b9826
|
feat(external-share): use transparent background
|
2023-03-17 20:38:56 +01:00 |
|
FineFindus
|
82fac1d4e7
|
fix(search): check for empty queries
Fixes an error message, which would appear, if the search query was blank.
|
2023-03-17 16:19:38 +01:00 |
|
FineFindus
|
1dc90f930a
|
fix(recent-url): remove error log message
|
2023-03-17 16:11:10 +01:00 |
|
FineFindus
|
aa56d160e6
|
feat(recent-url): add domain to selected status
|
2023-03-17 15:46:32 +01:00 |
|
FineFindus
|
452eac6fd7
|
feat(recent-url): add domain to discover fragments
|
2023-03-17 15:34:45 +01:00 |
|
FineFindus
|
d37a2b9db7
|
feat(recent-url): add domain to timelines
|
2023-03-17 15:07:30 +01:00 |
|
FineFindus
|
14e2747599
|
fix(recent-url): add support for own profile
|
2023-03-17 13:49:50 +01:00 |
|
FineFindus
|
ae7b2f3fc7
|
feat(recent-url): add url to profiles
|
2023-03-16 23:21:34 +01:00 |
|
LucasGGamerM
|
f4007dba90
|
Merge pull request #117
fix(custom-timelines): lookup profile by url
|
2023-03-15 21:10:20 -03:00 |
|
FineFindus
|
d687abcdc1
|
fix(custom-timelines): lookup profile by url
Closes #107. Instead of using the (wrong) profileID on CustomTimelines, use the URL, which will be correctly resolved.
|
2023-03-15 20:05:16 +01:00 |
|
Grishka
|
d6bcc9c156
|
Fix button color
|
2023-03-14 07:31:01 +03:00 |
|
Grishka
|
fc67c82040
|
Fix #544
|
2023-03-13 20:46:29 +03:00 |
|
LucasGGamerM
|
811304c0c7
|
fix: login with some pleroma instances. Fixes #114
|
2023-03-11 19:47:29 -03:00 |
|
LucasGGamerM
|
9a991b8f33
|
fix: make show alt text indicator settings toggle work
|
2023-03-11 12:10:19 -03:00 |
|
LucasGGamerM
|
c2c5b08659
|
refactor: remove duplicate function in UiUtils
|
2023-03-10 16:07:22 -03:00 |
|
LucasGGamerM
|
7460b24fb0
|
Merge remote-tracking branch 'FineFindus/fix/home-overflow-menu-visibility'
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
|
2023-03-10 16:06:01 -03:00 |
|
FineFindus
|
2efdf09333
|
fix: disable group divider on EMUI
Fixes an issues, where the forth menu item does not show up, when the divider is enabled on EMUI devices
|
2023-03-10 19:41:45 +01:00 |
|
FineFindus
|
30582bf8e3
|
fix: apply URI InputType correctly
|
2023-03-10 19:08:45 +01:00 |
|
LucasGGamerM
|
67e3244655
|
refactor: remove missing alt text indicator setting until upstream reimplements it
|
2023-03-09 17:30:16 -03:00 |
|
LucasGGamerM
|
94634781c4
|
style: add comma
|
2023-03-09 15:18:07 -03:00 |
|
LucasGGamerM
|
d3f2049c7d
|
Merge remote-tracking branch 'mastodon/master'
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/report/ReportAddPostsChoiceFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/ImageStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/PhotoStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/ClickableLinksDelegate.java
# mastodon/src/main/res/layout/display_item_gifv.xml
# mastodon/src/main/res/layout/display_item_photo.xml
# mastodon/src/main/res/layout/display_item_video.xml
|
2023-03-09 15:14:14 -03:00 |
|
LucasGGamerM
|
134b1edb19
|
fix: make reply by notification visibility consistent with Unlisted by default setting
|
2023-03-09 15:06:00 -03:00 |
|
LucasGGamerM
|
2489b57e42
|
refactor: change Unlisted by Default settings item icon to an open lock
|
2023-03-09 15:02:05 -03:00 |
|
LucasGGamerM
|
ee79916104
|
fix(#113): disableAltTextReminder setting being reset
|
2023-03-09 14:59:05 -03:00 |
|
Grishka
|
c3aa3af650
|
Fix #540
|
2023-03-08 22:46:24 +03:00 |
|
LucasGGamerM
|
52392c9ed9
|
feat: add toggle for defaulting to unlisted replies
|
2023-03-07 14:29:48 -03:00 |
|
LucasGGamerM
|
4b35ac6ad8
|
refactor(settings-page): move Disable Swipe setting between tabs to behavior section
|
2023-03-07 14:03:02 -03:00 |
|
LucasGGamerM
|
a56b603c5c
|
refactor(settings-page): change the order of the sections
|
2023-03-07 14:00:38 -03:00 |
|
LucasGGamerM
|
04101eb31b
|
refactor(settings-page): adding new sections and reorganizing settings
|
2023-03-06 20:52:58 -03:00 |
|
LucasGGamerM
|
f10c157598
|
Merge branch 'master' of https://github.com/LucasGGamerM/moshidon
|
2023-03-06 19:54:08 -03:00 |
|
FineFindus
|
4152179dea
|
fix(request/mute): add correct body on unmute
|
2023-03-06 22:00:49 +01:00 |
|
FineFindus
|
3619be71ab
|
feat: add mute timer
|
2023-03-06 21:55:32 +01:00 |
|
Grishka
|
4a695b2a83
|
Use a single display item for the image attachment grid
|
2023-03-06 02:25:13 +03:00 |
|
Grishka
|
f79fc66578
|
Fix
|
2023-03-05 22:33:18 +03:00 |
|