Commit Graph

5314 Commits

Author SHA1 Message Date
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
LucasGGamerM
0109293d7d refactor(HasAccountID): add HasAccountID.java back 2025-04-03 11:52:57 -03:00
LucasGGamerM
5e619c06b1 refactor(HasFab): add HasFab.java back 2025-04-03 11:52:20 -03:00
LucasGGamerM
5873e887f6 refactor(isOnTop): add IsOnTop.java back 2025-04-03 11:51:23 -03:00
LucasGGamerM
d048b0edbc feat(google-pixel-launcher-url): add ProvidesAssistContent.java 2025-04-03 11:49:57 -03:00
LucasGGamerM
8273685914 refactor(Instance.java): add back pleroma, akkoma, and pixelfed specific fields 2025-04-03 11:40:17 -03:00
LucasGGamerM
fe70b9876c refactor(AccountSession.java): add getInstanceUri and getInstance methods back 2025-04-03 11:33:08 -03:00
LucasGGamerM
deaa94ae4c refactor(AccountLocalPreferences.java): add session parameter to constructor 2025-04-03 11:32:08 -03:00
LucasGGamerM
eedcb2f62b refactor(hashtags): add HashtagUpdatedEvent 2025-04-01 11:45:30 -03:00
LucasGGamerM
3c31060970 refactor(lists): add ListUpdatedCreatedEvent 2025-04-01 11:43:23 -03:00
LucasGGamerM
6f32136616 refactor(GetPublicTimeline.java): add reply visibility parameter 2025-04-01 11:42:31 -03:00
LucasGGamerM
ff201014b3 refactor(bubble-timeline): add GetBubbleTimeline api method 2025-04-01 11:41:11 -03:00
LucasGGamerM
16629de7d2 refactor(scheduled-statuses): add scheduled status created/deleted events 2025-04-01 11:40:23 -03:00
LucasGGamerM
43ff91f8e5 refactor(scheduled-statuses): add GetScheduledStatuses api method 2025-04-01 11:39:39 -03:00
LucasGGamerM
dd616d91f7 refactor(lists): add "reply_visibility" parameter to GetListTimeline method 2025-04-01 11:38:04 -03:00
LucasGGamerM
68e5de8599 refactor(lists): add GetList api method 2025-04-01 11:36:43 -03:00