Commit Graph

5354 Commits

Author SHA1 Message Date
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
LucasGGamerM
97ba55dcab refactor(emoji-reactions): add EmojiReactionsUpdatedEvent 2025-04-01 11:36:12 -03:00
LucasGGamerM
c1cb32e7d2 refactor(emoji-reactions): add api methods 2025-04-01 11:35:38 -03:00
LucasGGamerM
215f8eb2e5 build: add diff_match_patch dependency 2025-04-01 11:34:56 -03:00
LucasGGamerM
f45abcb4e5 build: add nachos dependency 2025-04-01 11:34:12 -03:00
LucasGGamerM
6b5448a864 refactor: add back all announcements api methods 2025-02-21 12:06:52 -03:00
LucasGGamerM
f88bcf9354 refactor: add more missing drawables 2025-02-15 14:34:23 -03:00
LucasGGamerM
b26b6a8339 refactor: readd drawables/animators used by our styles.xml 2025-01-19 16:00:20 -03:00
LucasGGamerM
cb368ad17c refactor: put all Moshidon local and global settings into place 2025-01-10 15:22:58 -03:00
LucasGGamerM
23eb36a45d chore: readd the stock mastodon android drawables back to git 2024-12-14 17:19:56 -03:00
LucasGGamerM
5a8b15c157 build: remove microsoft fluent icons dependency
We have imported all the icons manually on 1e12ba2bfc
2024-12-10 12:04:27 -03:00