Commit Graph

80 Commits

Author SHA1 Message Date
Infi 88a5a3e14a fix: opening member list makes app crash sometimes
Signed-off-by: Infi <infi@infi.sh>
2023-10-02 02:11:10 +02:00
Infi cec19dc501 feat: display server official/verified badge
Signed-off-by: Infi <infi@infi.sh>
2023-10-02 01:32:45 +02:00
Infi 655c2095a9 fix: incorrect permission values
Signed-off-by: Infi <infi@infi.sh>
2023-10-01 20:37:11 +02:00
Infi ac1abc749b docs: code-fence theme enum
Signed-off-by: Infi <infi@infi.sh>
2023-10-01 18:23:04 +02:00
Infi f9784a67a2 feat: inline custom emoji & emoji info
Signed-off-by: Infi <infi@infi.sh>
2023-09-17 23:02:54 +02:00
Infi ba6edec5a5 feat: intercept invite links in md, mentions clickable
Signed-off-by: Infi <infi@infi.sh>
2023-09-17 05:15:24 +02:00
Infi a2381fa005 feat: support links in markdown
Signed-off-by: Infi <infi@infi.sh>
2023-09-17 04:30:16 +02:00
Infi 19fcf26d69 fix: monkey patch no permission issue on launch
Signed-off-by: Infi <wingit@geist.ga>
2023-09-10 15:40:56 +02:00
Infi 6a09467028 feat: centralise session token
Signed-off-by: Infi <wingit@geist.ga>
2023-09-10 15:36:13 +02:00
Infi dc9de08bc5 feat: initial permissions implementation
Signed-off-by: Infi <wingit@geist.ga>
2023-09-10 15:25:24 +02:00
Infi 4206bcf304 fix(webcompat): dont spam logcat
Signed-off-by: Infi <wingit@geist.ga>
2023-09-10 14:42:35 +02:00
Infi 6232b435e5 feat: support inline server identity
also fixes the ServerMemberUpdate frame

Signed-off-by: Infi <wingit@geist.ga>
2023-08-30 03:56:55 +05:00
Infi b1b857a408 feat: basic online member list
Signed-off-by: Infi <wingit@geist.ga>
2023-08-27 17:13:11 +05:00
Infi 813b29fecd feat: role colours in chat
Signed-off-by: Infi <wingit@geist.ga>
2023-08-21 04:34:14 +05:00
Infi 96b0f1a69f feat: special banner borders for team
Signed-off-by: Infi <wingit@geist.ga>
2023-08-11 00:54:56 +02:00
Infi 04237e3dfd feat: server context sheet
Signed-off-by: Infi <wingit@geist.ga>
2023-08-09 18:36:56 +02:00
Infi 6a7cbc335d feat: support MessageAppend event
website embeds show up right away now

Signed-off-by: Infi <wingit@geist.ga>
2023-08-02 19:36:18 +02:00
Infi b26b8bad47 feat: handling for platform mod
Signed-off-by: Infi <wingit@geist.ga>
2023-08-02 19:28:47 +02:00
Infi c7d5db8b7c fix: sync settings on login correctly
Signed-off-by: Infi <wingit@geist.ga>
2023-07-13 17:55:37 +02:00
Infi df57124ab4 feat: inbuilt media picker
Signed-off-by: Infi <wingit@geist.ga>
2023-07-11 00:34:01 +02:00
Infi 5981f064b5 feat: revamp about screen
Signed-off-by: Infi <wingit@geist.ga>
2023-07-04 18:24:28 +02:00
Infi 98aa10c39e feat: refactor member manager, expand websocket coverage
Signed-off-by: Infi <wingit@geist.ga>
2023-07-04 16:48:29 +02:00
Infi 5683dd85ce feat: initial system message impl
Signed-off-by: Infi <wingit@geist.ga>
2023-07-02 23:19:01 +02:00
Infi c2c72ecfe1 feat: support linear gradients in WebCompat.parseColour
rename it to ColourCompat already

Signed-off-by: Infi <wingit@geist.ga>
2023-06-18 17:04:22 +02:00
Infi f8ae7607a5 fix: error handling for single member fetch
Signed-off-by: Infi <wingit@geist.ga>
2023-06-18 16:14:17 +02:00
Infi 4f0845bf46 feat: basic member fetching in servers, roles in sheet
Signed-off-by: Infi <wingit@geist.ga>
2023-06-18 03:54:13 +02:00
Infi 6e179d3b49 feat: add dummy server+member resolve in user sheet
Signed-off-by: Infi <wingit@geist.ga>
2023-06-18 02:25:23 +02:00
Infi 5a365e8bd2 feat: use brush for user colour
to support gradient role colours

Signed-off-by: Infi <wingit@geist.ga>
2023-06-17 04:12:46 +02:00
Infi 1bd77254ad feat: extremely rudimentary editing prone to breakage
Signed-off-by: Infi <wingit@geist.ga>
2023-06-12 20:04:51 +02:00
Infi 29f79e6e37 feat: basic profile overview in SettingsScreen
Signed-off-by: Infi <wingit@geist.ga>
2023-06-12 01:34:57 +02:00
Infi d3b6efa9fd feat: support discriminators
Signed-off-by: Infi <wingit@geist.ga>
2023-06-12 00:17:17 +02:00
Infi 1db1ffcb95 feat: initial direct messages and better group chats
Signed-off-by: Infi <wingit@geist.ga>
2023-06-06 00:25:36 +02:00
Infi f845c72b23 chore: update m3 and migrate bottom sheets to m3
Signed-off-by: Infi <wingit@geist.ga>
2023-05-29 19:53:57 +02:00
Infi 47730bcf87 fix: settings now respond to logging in/out
Signed-off-by: Infi <wingit@geist.ga>
2023-05-20 17:44:09 +02:00
Infi d33315b49f refactor: global state and hydration
Signed-off-by: Infi <wingit@geist.ga>
2023-05-20 17:38:28 +02:00
Infi 795f288ab8 feat: default theme is now M3 dynamic colours
Signed-off-by: Infi <wingit@geist.ga>
2023-05-20 17:33:07 +02:00
Infi a8d70041cd fix: remove stray logs
Signed-off-by: Infi <wingit@geist.ga>
2023-05-13 00:35:16 +02:00
Infi d42395b826 feat: onboarding flow
Signed-off-by: Infi <wingit@geist.ga>
2023-05-12 01:30:05 +02:00
Infi e316c0bf3a feat: registration flow
Signed-off-by: Infi <wingit@geist.ga>
2023-05-11 00:20:40 +02:00
Infi 815a8b2b23 refactor: move january to microservice route
Signed-off-by: Infi <wingit@geist.ga>
2023-04-27 11:28:31 +02:00
Infi 2836c03a44 fix: switch callbacks to kotlin channels/flows = fix bugs 2023-04-21 00:43:59 +02:00
Infi 1599383482 feat: image attachment viewer with sharing & download 2023-04-18 02:29:25 +02:00
Infi 378cbbf98c feat: invite opening, viewing, joining and handling 2023-04-06 04:21:51 +02:00
Infi c56f314b91 feat: analysis and kotlin info into User-Agent 2023-04-01 21:31:49 +02:00
Infi 0adb40f661 feat: handle cloudflare captcha in under attack mode 2023-04-01 00:09:18 +02:00
Infi 576efa01ad feat: add feedback dialog 2023-03-27 03:22:35 +02:00
Infi 9f6d184d18 feat: use new ChannelCallbacks system, split off ChannelScreenViewModel
also add TimeRift component á la Mastodon for later use
2023-03-26 20:19:38 +02:00
Infi 219d252912 feat: link and bot embeds 2023-03-22 02:02:34 +01:00
Infi 40a9cdf344 feat: save last channel, show when no channel/s, less NPEs 2023-03-20 01:26:42 +01:00
Infi 96fb9f8983 feat: tiny ux tweaks 2023-03-04 01:16:35 +01:00