Commit Graph

5329 Commits

Author SHA1 Message Date
LucasGGamerM
e541a99751 refactor(AkkomaTranslation.java): add the AkkomaTranslation model back 2025-04-16 12:51:59 -03:00
LucasGGamerM
043cfb9171 refactor(ReblogDeletedEvent.java): add back ReblogDeletedEvent.java 2025-04-16 12:47:41 -03:00
LucasGGamerM
e8db6c5f39 refactor(Instance.java): add back the translation support fields on Instance.java 2025-04-16 12:43:15 -03:00
LucasGGamerM
0b39b6547b refactor(MastodonAPIController.java): add the gsonWithoutDeserializer back
I wonder why this is necessary :D
2025-04-16 12:32:58 -03:00
LucasGGamerM
2ac2f8c4e6 refactor(StatusCountersUpdatedEvent.java): add back the pinned parameter 2025-04-16 12:25:22 -03:00
LucasGGamerM
3362ee328a refactor(LegacyFilter.java): add the title parameter back 2025-04-16 12:22:07 -03:00
LucasGGamerM
0cb26e9bfb refactor(StatusMuteChangedEvent.java): add back StatusMuteChangedEvent.java 2025-04-16 12:08:38 -03:00
LucasGGamerM
85b003e768 refactor(ListTimeline.java): add the ListTimeline model back 2025-04-16 12:05:11 -03:00
LucasGGamerM
2ccd21adde refactor(Searchable.java): add back the Searchable interface 2025-04-16 12:02:04 -03:00
LucasGGamerM
2aa010c127 refactor: add back bg_button_m3_tonal_circle_selector.xml drawable 2025-04-16 12:00:16 -03:00
LucasGGamerM
8f2cfb44ab refactor(EmojiReactionsRecyclerView.java): add back the EmojiReactionsRecyclerView view 2025-04-16 11:53:04 -03:00
LucasGGamerM
70e15856a8 refactor(ListEditor.java): add back the popup ListEditor view 2025-04-16 11:52:12 -03:00
LucasGGamerM
4d6b3d3ffe refactor(HeaderSubtitleLinearLayout.java): add back the firstFraction layout parameter 2025-04-16 11:48:14 -03:00
LucasGGamerM
f6655c0af1 refactor(TextInputFrameLayout.java): add back the TextInputFrameLayout.java file 2025-04-16 11:47:11 -03:00
LucasGGamerM
43ff783014 refactor(TextDrawable.java): add back TextDrawable.java 2025-04-13 12:59:14 -03:00
LucasGGamerM
2df7aade48 refactor(StatusPrivacy.java): add back the isReblogPermitted method 2025-04-13 12:56:38 -03:00
LucasGGamerM
4d4543351f refactor(StatusPrivacy.java): add local only status privacy (for akkoma) 2025-04-13 12:56:04 -03:00
LucasGGamerM
8444e54060 refactor(ContentType.java): add the ContentType class back. Full implementation is still missing 2025-04-13 12:44:45 -03:00
LucasGGamerM
af19a03f96 refactor(display_item_emoji_reactions.xml): add the amoji reactions display item layout resource file back 2025-04-11 09:13:26 -03:00
LucasGGamerM
f39eccbf1d refactor(compose_fab.xml): add the compose_fab.xml layout resource file back 2025-04-11 09:12:47 -03:00
LucasGGamerM
4d4d06de84 refactor(edit_timeline.xml): add back the edit timeline layout resource 2025-04-11 09:07:36 -03:00
LucasGGamerM
eecd1996cc refactor(home_toolbar.xml): add the home toolbar layout resource file back 2025-04-11 09:06:19 -03:00
LucasGGamerM
796a04682e refactor(item_emoji_reaction.xml): add the emoji reactions item layout resource back 2025-04-11 09:04:03 -03:00
LucasGGamerM
3b9ef836da refactor(item_external_share_heading.xml): add the item_external_share_heading.xml layout resource file back 2025-04-11 09:01:44 -03:00
LucasGGamerM
b1d3760269 refactor(item_text.xml): add the item_text.xml layout resource file back 2025-04-11 08:59:37 -03:00
LucasGGamerM
07fe58ddae refactor(list_timeline_editor.xml): add the list timeline editor layout resource back 2025-04-11 08:58:47 -03:00
LucasGGamerM
cd959ed563 refactor(custom_local_timelines.xml): add the custom local timelines menu resource file back 2025-04-11 08:56:31 -03:00
LucasGGamerM
38f42f8a23 refactor(list.xml): add the list menu resource file back 2025-04-11 08:55:42 -03:00
LucasGGamerM
8d7a7349d4 refactor(list_reply_policies.xml): add back the list reply policies menu resource 2025-04-11 08:54:36 -03:00
LucasGGamerM
a0305dbad4 refactor(home_overflow.xml): add the overflow home menu resource back 2025-04-11 08:53:55 -03:00
LucasGGamerM
82309b9cb4 refactor(home.xml): add the main home menu resource back 2025-04-11 08:51:42 -03:00
LucasGGamerM
802b7d6399 refactor(ids.xml): menu item ids relevant to the timelines editor 2025-04-11 08:46:02 -03:00
LucasGGamerM
4b3de40507 refactor(palettes.xml): add back the palettes.xml file 2025-04-11 08:22:41 -03:00
LucasGGamerM
df4f051e22 refactor(styles.xml): add Moshidon specific style resources 2025-04-11 08:20:37 -03:00
LucasGGamerM
59f1b7f5ef refactor(colors.xml): comment out primary_700, shortcut_icon_background, shortcut_icon_foreground values
They are on colors_custom.xml, so we removed them here just for the sake of the happiness of our java compiler
2025-04-11 08:16:34 -03:00
LucasGGamerM
8089d2757b refactor(colors_custom.xml): readd our themes' color data in separate resource file. No custom colors yet though 2025-04-11 08:13:29 -03:00
LucasGGamerM
949998129f refactor(attrs.xml): readd Moshidon specific attributes 2025-04-11 08:06:50 -03:00
LucasGGamerM
0cd1e97760 refactor(Announcement.java): add the Announcement model back, no full announcements fragment yet 2025-04-09 10:51:12 -03:00
LucasGGamerM
76a6e5ec3b refactor(TimelineDefinition.java): add TimelineDefinition so that we can have our HomeTabFragment all nice and dandy 2025-04-09 10:50:01 -03:00
LucasGGamerM
45a2e12db7 feat(StatusEmojiReactionsListFragment): add back the emoji reactions list fragment
This is still not useful, because the emoji status display item is broken for now because of a couple of deprecations
2025-04-07 11:12:50 -03:00
LucasGGamerM
03f89e6c26 refactor(StatusRelatedAccountListFragment.java): add getWebUri method back 2025-04-07 11:11:24 -03:00
LucasGGamerM
08b0ef8560 refactor(StatusFavoritesListFragment.java): add getWebUri method back 2025-04-07 11:10:45 -03:00
LucasGGamerM
46630d183b refactor(FollowingListFragment.java): add getWebUri method back 2025-04-07 11:10:04 -03:00
LucasGGamerM
f86154914a refactor(FollowerListFragment.java): add getWebUri method back 2025-04-07 11:09:36 -03:00
LucasGGamerM
56651cf7b6 refactor(FamiliarFollowerListFragment.java): add getWebUri method back 2025-04-07 11:08:57 -03:00
LucasGGamerM
86b200fc46 refactor(AccountSearchFragment.java): add getWebUri method back 2025-04-07 11:07:18 -03:00
LucasGGamerM
8d11c5b66a refactor(AccountRelatedAccountListFragment.java): add getWebUri method back 2025-04-07 11:03:21 -03:00
LucasGGamerM
9ad5fb191d refactor(BaseAccountListFragment.java): add ProvidesAssistContent dependency
This should be part 1, because there we still have to implement this method on the other fragments that depend on this
2025-04-07 11:01:51 -03:00
LucasGGamerM
5248ae9e08 refactor(BaseAccountListFragment.java): add getAccountID method back 2025-04-07 11:00:21 -03:00
LucasGGamerM
d44a3813fd refactor(bg_button_m3_tonal_selector): add bg_button_m3_tonal_selector drawable back 2025-04-03 11:54:25 -03:00