LucasGGamerM
|
d0e4578af0
|
fix: NPE when sharing an image and the URL is null
|
2023-03-21 18:51:15 -03:00 |
|
LucasGGamerM
|
4ceacae954
|
refactor: simplify code in 56e5877040
|
2023-03-20 16:36:42 -03:00 |
|
LucasGGamerM
|
56e5877040
|
fix(custom-local-timelines): fix NPE in ended polls. Fixes #110
|
2023-03-20 16:09:06 -03:00 |
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Grishka
|
c3aa3af650
|
Fix #540
|
2023-03-08 22:46:24 +03: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 |
|
LucasGGamerM
|
bfaa732544
|
refactor: Increasing the corner radius of statuses and accounts in the notification section
|
2023-03-03 16:30:19 -03:00 |
|
Torge Rosendahl
|
4144639b75
|
docu
|
2023-02-26 13:59:39 -05:00 |
|
LucasGGamerM
|
f836361644
|
fix: NPE in HeaderStatusDisplayItem when clicking on a "User followed you" avatar header in notifications fragment
|
2023-02-25 20:58:10 -03:00 |
|
LucasGGamerM
|
ed301cafe0
|
fix(custom-local-timelines): Profile lookup now is more robust and doesn't call the the user's instance unless a click happens
|
2023-02-25 14:27:21 -03:00 |
|
LucasGGamerM
|
5e97adcd3b
|
fix(custom-local-timelines): Removing the get account by handle function for each status, and interactions now are fully working.
|
2023-02-25 14:18:27 -03:00 |
|
LucasGGamerM
|
9e9ff07eaf
|
Fixing indentation because why not
|
2023-02-17 19:46:55 -03:00 |
|
LucasGGamerM
|
f377dca63c
|
Merge pull request #92
fix(star-animation): re-enable star animation
|
2023-02-17 19:40:57 -03:00 |
|
FineFindus
|
3074100432
|
fix(favourite): re-enable star animation
|
2023-02-17 22:36:34 +01:00 |
|
LucasGGamerM
|
1e2dd3dec6
|
Merge remote-tracking branch 'megalodon_main/main'
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/fragments/BaseStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/SettingsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
|
2023-02-17 17:40:06 -03:00 |
|
sk
|
6b9b6710cf
|
enable remote-following accounts
closes sk22#431
|
2023-02-16 19:44:39 +01:00 |
|
LucasGGamerM
|
2b7f325332
|
removing rotating star animation until I manage to fix it
|
2023-02-16 11:53:10 -03:00 |
|
Torge Rosendahl
|
0a8d73dc0b
|
cleanup, resolved some warnings
|
2023-02-15 20:19:10 -05:00 |
|
Torge Rosendahl
|
fd99f3caa1
|
changed url longclick implementation to GestureListener
|
2023-02-15 20:16:20 -05:00 |
|
Torge Rosendahl
|
794c4e5227
|
removed longClickHandler and moved to view itself
|
2023-02-15 19:54:08 -05:00 |
|
Torge Rosendahl
|
f5df8225d1
|
whitespace corrections
|
2023-02-15 18:20:02 -05:00 |
|
Torge Rosendahl
|
42c6446125
|
refactoring: moved runnable and made it private, added copy toast localization.
|
2023-02-15 18:04:52 -05:00 |
|
Torge Rosendahl
|
e3486ebf7c
|
added clickable link type switch for copy, to not copy hashtags and user IDs
|
2023-02-15 18:00:45 -05:00 |
|
Torge Rosendahl
|
c0115f068c
|
implemented copy service
|
2023-02-15 17:40:43 -05:00 |
|
Torge Rosendahl
|
41682d1147
|
added press-and-hold listener to ClickableLinks
|
2023-02-15 17:30:31 -05:00 |
|
LucasGGamerM
|
33b62cf9aa
|
Merge remote-tracking branch 'megalodon_weblate/main'
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/res/values-ca-rES/strings_sk.xml
# mastodon/src/main/res/values-de-rDE/strings.xml
# mastodon/src/main/res/values-es-rES/strings_sk.xml
# mastodon/src/main/res/values-fr-rFR/strings_sk.xml
# mastodon/src/main/res/values-gl-rES/strings_sk.xml
# mastodon/src/main/res/values-ko-rKR/strings_sk.xml
# mastodon/src/main/res/values-pt-rBR/strings_sk.xml
# mastodon/src/main/res/values-sl-rSI/strings_sk.xml
# mastodon/src/main/res/values-uk-rUA/strings_sk.xml
# mastodon/src/main/res/values-zh-rCN/strings_sk.xml
# metadata/ca/full_description.txt
# metadata/cy/full_description.txt
# metadata/es/changelogs/65.txt
# metadata/es/changelogs/67.txt
# metadata/es/full_description.txt
# metadata/id/full_description.txt
# metadata/ko/full_description.txt
# metadata/pl/full_description.txt
# metadata/sl/changelogs/65.txt
# metadata/sl/changelogs/67.txt
# metadata/sv/full_description.txt
# metadata/uk/full_description.txt
# metadata/zh-Hans/full_description.txt
|
2023-02-13 15:38:28 -03:00 |
|
sk
|
0c1fd22253
|
Merge remote-tracking branch 'upstream'
|
2023-02-13 17:26:26 +01:00 |
|