LucasGGamerM
addb6e06bf
feat(settings): add horizontal padding to SettingsFooterItem
...
This addresses a minor annoyance where the version name would be glued to the sides of the display
2023-06-01 11:55:31 -03:00
sk
de3a252884
not as huge share sheet heading
2023-05-31 10:12:12 +02:00
sk
10dfe0327e
use new account switcher
2023-05-30 22:42:56 +02:00
LucasGGamerM
e9e491c0b0
feat: redesign account picker sheet
2023-05-30 16:25:04 +02:00
sk
7849c34d1f
fix account list alignment
2023-05-29 13:25:14 +02:00
sk
bba5aba22d
settings icons not important for accessibility
2023-05-29 12:56:36 +02:00
LucasGGamerM
9e6723be41
fix: fixes wrong margin on Settings Button views
...
This addresses a visual bug where a button item without an icon appears to be glued to the left side of the screen. This commit addresses that
cc: @sk22
2023-05-27 13:00:54 -03:00
LucasGGamerM
c6ded3d505
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/NotificationsListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/ScheduledStatusListFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/StatusEditHistoryFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/Filter.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FileStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/WarningFilteredStatusDisplayItem.java
# mastodon/src/main/res/layout/display_item_file.xml
2023-05-27 09:31:27 -03:00
LucasGGamerM
2d4fc2166a
feat: increase top padding in theme item for consistency
2023-05-27 08:55:04 -03:00
sk
c10d7cfee4
use remote url; file name as fallback for alt text
2023-05-27 01:32:49 +02:00
sk
f933bdbc53
button with ripple for files and instance picker
2023-05-27 01:13:32 +02:00
LucasGGamerM
274bca84d9
Add display item for unknown/file attachments
...
Co-authored-by: LucasGGamerM <lucassggabriel@gmail.com >
2023-05-27 01:11:26 +02:00
FineFindus
6fb7e97f13
feat(settings): use secondary text color for summary
2023-05-26 19:54:36 +02:00
FineFindus
f7c76f7503
feat(settings): add summary label to button
2023-05-26 19:54:32 +02:00
FineFindus
e94364ecf6
feat(settings): use default text size for switch summary
2023-05-26 19:54:05 +02:00
FineFindus
1fab3d3743
feat(settings): add summary label to switch
2023-05-26 19:54:05 +02:00
LucasGGamerM
03612fcf64
feat: add settings category view holder
...
Also adds a small proof of concept
2023-05-26 19:41:13 +02:00
LucasGGamerM
85d971242e
feat: use less margin on compose screen bottom view
...
This is due to the new option to use post content types uses a new icon in there, making it cram the post button into the side. Which is not good
2023-05-23 20:20:14 -03:00
LucasGGamerM
23f82197c6
Merge pull request #200
...
Feat: Instance info
2023-05-23 20:08:36 -03:00
LucasGGamerM
65c158391f
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/src/main/java/org/joinmastodon/android/fragments/SettingsFragment.java
# mastodon/src/main/res/layout/fragment_compose.xml
2023-05-23 19:30:52 -03:00
FineFindus
a9283bfec8
fix(instance-info): only collapse long descriptions
2023-05-23 16:05:16 +02:00
FineFindus
56835b4f2d
feat: show blocked domains
2023-05-22 21:37:56 +02:00
FineFindus
0b08072dfc
feat(instance-info): add options menu
2023-05-22 20:21:11 +02:00
Jacoco
8b502b605c
Alternative content types ( #516 )
...
* Akkoma content types
* Default content type preference
* per-account content types, compatible with glitch
* disable content types by default, change icon
* persist content type to state
* update string
* fall back to plain text if formatting enabled
---------
Co-authored-by: sk <sk22@mailbox.org >
2023-05-22 17:56:50 +02:00
FineFindus
936a86acd7
feat: collapse long description
2023-05-22 16:41:34 +02:00
FineFindus
9897b8bfcd
feat: add instance info fragment
2023-05-22 14:06:00 +02:00
LucasGGamerM
d403f4ef01
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/MediaGridStatusDisplayItem.java
2023-05-16 18:26:23 -03:00
LucasGGamerM
e9a2fae600
feat: increase padding between FileStatusDisplayItems
...
This is for better consistency on the notifications tab, and it also looks better overall
Don't worry @sk22, I shall make a PR for it all sometime in the near future
2023-05-13 21:45:52 -03:00
LucasGGamerM
3fda9e9eab
feat: add file attachments view
...
This also fixes crashes on Calckey due to now being able to handle any type of attachment.
@sk22 this is also great for you
2023-05-13 21:29:16 -03:00
sk
c70f393559
account card layout adjustments
2023-05-13 15:13:43 +02:00
LucasGGamerM
29777c2513
fix: fix inconsistencies with the follow button on OnboardingFollowSuggestionsFragment
2023-04-19 16:33:22 -03:00
LucasGGamerM
f70a9cbe3f
feat: make follow button consistent with current theme on FollowSuggestions fragment
2023-04-19 16:17:55 -03:00
LucasGGamerM
7bc49aa21c
feat: re-add long click press home to open OnboardingFollowSuggestionsFragment
...
This is also a small redesign, as I like consistency
2023-04-19 16:11:57 -03:00
LucasGGamerM
665a0176b9
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/res/layout/fragment_splash.xml
2023-04-14 14:27:42 -03:00
sk
15fcb0e25d
fix alt badge padding and margin
2023-04-13 23:17:46 +02:00
sk
2dae662333
fix username displacement in compose
2023-04-13 23:03:07 +02:00
sk
3ad46926f1
Merge remote-tracking branch 'upstream/master'
2023-04-13 21:46:45 +02:00
sk
2385d102ae
fix header username displacement
2023-04-13 21:42:43 +02:00
LucasGGamerM
64e681c227
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/FooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.java
# metadata/de-DE/changelogs/83.txt
# metadata/en-US/changelogs/83.txt
2023-04-12 13:04:31 -03:00
Grishka
0de227ab9c
Use fixed colors for SplashFragment
...
fixes #561
2023-04-12 18:47:02 +03:00
Grishka
4f8d8f0c8d
Welcome fragment redesign again
...
# Conflicts:
# mastodon/src/main/res/values/strings.xml
# mastodon/src/main/res/values/styles.xml
2023-04-07 22:44:28 +03:00
sk
df93a1a845
increase max height
2023-04-07 18:42:18 +02:00
sk
8d69bcfd4b
new profile counters for account card
...
closes sk22#483
2023-04-07 18:08:57 +02:00
sk
5434325fa8
fix header alignments… again
2023-04-07 16:30:49 +02:00
LucasGGamerM
7c11a12e9a
fix: padding inconsistencies on status footer
...
Fixed padding inconsistencies on the Status footer
2023-04-02 19:04:12 -03:00
LucasGGamerM
0019f2183a
style: add some tabs in fragment_compose.xml
2023-03-26 10:27:16 -03:00
LucasGGamerM
68f77a6c8a
fix: wrong padding values for the schedule icon in ComposeFragment
2023-03-26 10:26:44 -03:00
LucasGGamerM
5389f05ea8
fix: reimplements the no-alt-text badge and fixes crashes
2023-03-22 21:07:13 -03:00
LucasGGamerM
0589612df9
Merge remote-tracking branch 'megalodon_main/main'
...
# Conflicts:
# README.md
# mastodon/build.gradle
# mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java
# mastodon/src/main/java/org/joinmastodon/android/PushNotificationReceiver.java
# mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSessionManager.java
# 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/HomeFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/SettingsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/DiscoverAccountsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/DiscoverNewsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/fragments/discover/TrendingHashtagsFragment.java
# mastodon/src/main/java/org/joinmastodon/android/model/NotificationAction.java
# mastodon/src/main/java/org/joinmastodon/android/model/Status.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/ExtendedFooterStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/ReblogOrReplyLineStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/StatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/displayitems/TextStatusDisplayItem.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/ClickableLinksDelegate.java
# mastodon/src/main/java/org/joinmastodon/android/ui/text/LinkSpan.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/MediaAttachmentViewController.java
# mastodon/src/main/java/org/joinmastodon/android/ui/utils/UiUtils.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
# mastodon/src/main/res/menu/post.xml
# mastodon/src/main/res/menu/profile.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-in-rID/strings_sk.xml
# mastodon/src/main/res/values-pl-rPL/strings_sk.xml
# mastodon/src/main/res/values-uk-rUA/strings_sk.xml
# metadata/it-IT/full_description.txt
# metadata/zh-Hans/short_description.txt
2023-03-21 20:25:51 -03:00
sk
5395855775
feat: implement notification badge using markers from @sk22.
...
Thank you a lot man! This improvement is amazing
2023-03-21 19:55:34 -03:00