Commit graph

52 commits

Author SHA1 Message Date
a844815424 It works! 2024-07-15 00:23:04 -04:00
c74501eb34 Got sociable status working 2024-07-15 00:09:15 -04:00
Nutcake
02f3514ad3
Bump version number 2024-01-27 16:16:34 +01:00
Nutcake
812148658d
Add iOS support (#18)
* add web support and remove all tabs except chat

* Update README.md

* feat: setup project for xcode builds + add other tabs back

* chore: update macos podfile

* chore: update packages + update build config + add audio playback on iOS/macOS + swap downloader library

* chore: remove ide-specific files

* chore: update readme

* chore: update build.gradle to reflect correct minSdkVersion

* chore: remove generated ic_launcher png files

* chore: update formatting to use 120 char line length

* chore: address use of then method on awaited future

* chore: update app icons for macOS & iOS

* Fix file move not waiting for download finish

---------

Co-authored-by: lumey <lumey@lumey.dev>
Co-authored-by: Garrett <toast@isota.ch>
2023-11-14 20:28:14 +01:00
Nutcake
cf3c95d1d8 Fix inventory viewer always downloading thumbnail despite selection
Closes #13
2023-11-01 15:22:58 +01:00
Nutcake
2981db0d17 Fix inventory links with format strings not opening 2023-10-31 22:42:26 +01:00
Nutcake
0ed40295eb Upgrade dependencies 2023-10-31 21:50:47 +01:00
Nutcake
2d785d6cb4 Add inventory sorting functions 2023-10-21 14:02:28 +02:00
Nutcake
9f08e6ce62 Fix online status not being restored properly
Closes #11
2023-10-21 12:39:09 +02:00
Nutcake
c5c4d446f3 Fix updater prerelease handling 2023-10-12 19:17:53 +02:00
Nutcake
fca7ffda93 Add share button for items and public folders to inventory
Closes #9
2023-10-12 18:33:04 +02:00
Nutcake
fcd34d4fb1 Fix online status not getting set correctly
Closes #6
2023-10-12 18:01:15 +02:00
Nutcake
fb30007799 Improve user session status tracking 2023-10-10 09:53:34 +02:00
Nutcake
74fb91e0a4 Replace all text references with new ReCon branding 2023-10-03 19:00:59 +02:00
Nutcake
e3837066bb Improve adherence to material design guidelines 2023-09-29 16:24:26 +02:00
Nutcake
f305fcd23c Improve signalR protocol compatibility 2023-09-29 13:17:17 +02:00
Nutcake
73f41ef71e Switch to new endpoints 2023-09-29 09:51:46 +02:00
Nutcake
491b392944 Add adaptive monochrome launcher icon variant 2023-07-21 18:58:03 +02:00
Nutcake
f67b553058 Add panorama session preview 2023-07-11 19:55:08 +02:00
Nutcake
e87521df9d Add caching to session filter and remove some redundant providers 2023-07-11 18:44:20 +02:00
Nutcake
d855d7dda3 Change AppBar colors to be consistent across the app 2023-06-24 13:34:25 +02:00
Nutcake
a4cdd92f88 Add inventory actions 2023-06-23 22:23:46 +02:00
Nutcake
a3ecbfe281 Improve session view design and move some things around 2023-05-29 20:16:23 +02:00
Nutcake
1a5114a217 Fix friend online status in message view not updating 2023-05-29 16:48:53 +02:00
Nutcake
82e045f2ee Fix audio recording bugging out when asking for permission 2023-05-28 19:00:22 +02:00
Nutcake
730de37b78 Fix some auth and attachment issues 2023-05-25 15:50:38 +02:00
Nutcake
1b7af5f4a7 Minor message view improvements 2023-05-21 14:23:53 +02:00
Nutcake
52d6f40d82 Add initial camera functionality and improve attachment visuals 2023-05-18 11:53:32 +02:00
Nutcake
717cdb5064 Implement message attachment UI 2023-05-17 23:20:56 +02:00
Nutcake
76fcec05de Implement chunked file upload and make uploaded files spawnable 2023-05-17 15:35:36 +02:00
Nutcake
362f0cef09 Add basic image upload functionality 2023-05-17 13:55:24 +02:00
Nutcake
856241bd0d Bump version 2023-05-17 08:11:49 +02:00
Nutcake
5d5b01b8a9 Improve error handling in message view 2023-05-16 15:57:44 +02:00
Nutcake
ece488d177 Make friend api calls more efficient and increase update rate 2023-05-16 13:01:42 +02:00
Nutcake
2b7b4e2dba Add support for material you and improve message design coherency 2023-05-15 15:45:41 +02:00
Nutcake
d51eba5009 Fix message timestamps showing in UTC instead of local time 2023-05-15 10:39:22 +02:00
Nutcake
cc81d375e0 Add basic rendering of formatted text 2023-05-12 18:31:05 +02:00
Nutcake
9f921e979a Update SDK version to 3.0.0 2023-05-12 17:04:29 +02:00
Nutcake
6f99015a1c Redesign login screen and add 2FA support 2023-05-07 17:25:00 +02:00
Nutcake
1ffc171028 Add support for asset-type messages 2023-05-07 12:53:19 +02:00
Nutcake
33e46c9f22 Add first-load indicator and error handling 2023-05-06 16:57:08 +02:00
Nutcake
efcc5831c2 Implement sending version string of app 2023-05-06 11:18:00 +02:00
Nutcake
3eaf6ea9c6 Add basic new message notifications 2023-05-05 11:29:54 +02:00
Nutcake
9ebe4fc63d Add settings manager and move some things around 2023-05-03 21:55:34 +02:00
Nutcake
47e3b85451 Improve websocket stability and add settings page 2023-05-03 17:51:18 +02:00
Nutcake
158fccbf3f Add audio playback to message view 2023-05-02 21:34:36 +02:00
Nutcake
c8ef443ac6 Improve internal layout of message view 2023-05-02 18:22:18 +02:00
Nutcake
344284b2cf Rename project 2023-05-01 19:13:40 +02:00
Nutcake
630cd2fde7 Implement message sending and streamed receiving 2023-05-01 17:34:34 +02:00
Nutcake
8a3ff70523 Add user avatars 2023-04-30 13:39:09 +02:00