5b62f89531
🐛 Fix web file upload
2025-09-28 01:53:55 +08:00
b1326d8f04
🐛 Dozens of bug fixes
2025-09-28 01:39:07 +08:00
fffca4a78c
♻️ Refactor logger system
2025-09-28 00:39:17 +08:00
0f1c52b9e3
🐛 Fix subscribe
2025-09-27 23:00:04 +08:00
6ed6f60fbc
💄 New chat UI
2025-09-27 22:59:16 +08:00
fe33931304
✨ Split force update and check for update
2025-09-27 21:49:13 +08:00
LittleSheep
e922971a5e
🔀 Merge pull request #180 from liang-work/appchangetest
...
[Feature] Able to change theme mode not following System Theme
2025-09-27 21:17:39 +08:00
674097e425
git commit
...
Upload code that can run
2025-09-27 20:26:37 +08:00
3379dcb7f3
✨ Dynamic chat online counter basis
2025-09-27 19:25:24 +08:00
4981a23e8e
✨ Chat summary realtime updates
2025-09-27 17:07:19 +08:00
838d18013b
🐛 Fix message deletion
2025-09-27 16:54:23 +08:00
a2cc55696f
✨ Transparent window on desktop
2025-09-27 00:04:04 +08:00
1de7ef8c96
🐛 Fix bugs
2025-09-24 22:34:05 +08:00
67eac5dcf5
✨ Optimized rpc
2025-09-24 22:14:40 +08:00
b4996d069f
🐛 Fix bugs
2025-09-24 21:03:53 +08:00
bf4892b34d
🐛 Fix bugs
2025-09-24 20:52:56 +08:00
5f84751fd5
🐛 Fix file upload
2025-09-24 20:29:30 +08:00
457d1bac60
🚀 Launch 3.2.0+133
2025-09-24 19:30:36 +08:00
612f1bf004
✨ File uploader
2025-09-24 16:45:24 +08:00
b0f3b6b5c3
✨ Configure message style
2025-09-23 19:39:27 +08:00
38f8103265
✨ Search and jump to message
2025-09-23 16:56:02 +08:00
b2ac5fbef2
♻️ Optimize message data structure
2025-09-23 14:00:43 +08:00
Texas0295
1391fa0dde
[REF] unify pool handling with extension methods
...
- Move pool filtering and parsing logic into SnFilePool extension
- Replace PoolService and pool_utils with unified extension
- Update settings screen to use pools.filterValid() + resolveDefaultPoolId
- Cleanup references in compose_shared.dart
- Remove obsolete files: pool_service.dart, pool_utils.dart
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 22:10:25 +08:00
Texas0295
cbdc7acdcd
[REF] refactor file pool model and imports
...
- Refactor SnFilePool using freezed + sealed for consistency with other Sn models
- Add extension method listFromResponse for PoolService compatibility
- Update PoolService and utils to use SnFilePool
- Replace relative imports (../) with package imports for clarity and maintainability
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 21:37:07 +08:00
Texas0295
3621ea7744
support default file pool selection
...
- add defaultPoolId to AppSettings + persistence
- extend SettingsScreen with pool dropdown
- update uploadAttachment to use defaultPoolId with fallback
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 20:33:12 +08:00
Texas0295
b638343f02
add pool fetching service and provider
...
- define FilePool model
- implement PoolService with /drive/pools endpoint
- add Riverpod providers (poolServiceProvider, poolsProvider)
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-21 20:33:12 +08:00
d737232dcf
💄 Optimize auth devices
2025-09-21 15:33:09 +08:00
55c0e355f1
♻️ Refactor ICP server to make it available across platform
2025-09-13 20:32:39 +08:00
be414891ec
🐛 Fix pipe path
2025-09-13 17:59:33 +08:00
787876ab6a
🗑️ Removed unused method
2025-09-13 15:57:45 +08:00
14d55d45a8
🐛 Fix ipc server on web
2025-09-13 15:31:05 +08:00
488055955c
♻️ Splitting up ipc servers in unix and windows
2025-09-13 12:59:54 +08:00
4af816d931
🐛 Fix windows rpc
2025-09-11 01:15:52 +08:00
1c058a4323
♻️ Better windows support
2025-09-11 01:06:58 +08:00
461ed1fcda
♻️ FFI windows rpc ipc implmentation
2025-09-11 00:56:26 +08:00
5363afa558
🐛 Trying to fix windows rpc ipc
2025-09-11 00:33:44 +08:00
f0d2737da8
✨ Windows RPC IPC
2025-09-11 00:23:14 +08:00
0949f0da54
⬆️ Upgrade flutter and deps
2025-09-09 23:34:31 +08:00
8449658b47
✨ RPC now set remote status
2025-09-09 00:27:26 +08:00
541900673a
🐛 Disable unix socks completely on macOS
2025-09-08 21:49:23 +08:00
265502ffd0
🐛 Disable ipc rpc server on macos
2025-09-08 21:34:03 +08:00
3bd79350d1
🧱 Activity RPC server
2025-09-08 20:57:27 +08:00
98dd9b6617
💄 Some changes to improve UX
2025-09-07 01:31:41 +08:00
a22b94a263
✨ Call pod keep alive
2025-09-07 01:20:22 +08:00
9c75eafdb3
✨ Call wakelock
2025-09-07 01:11:40 +08:00
Texas0295
07a5a19141
settings: add Data Saving Mode toggle (UI & i18n only)
...
Signed-off-by: Texas0295 <kimura@texas0295.top >
2025-09-06 14:13:59 +08:00
3aece9316c
✨ Able to temporary disable background image
2025-09-04 00:25:44 +08:00
a61c889c6c
⬆️ Upgrade flutter deps
2025-09-03 00:31:47 +08:00
Texas0295
3ea717d25a
🐛 linux/userinfo.dart: guard Firebase calls if Firebase is uninitialized
2025-08-23 00:34:56 +08:00
fac3efb50c
💄 Add status code to userinfo alert
2025-08-18 13:19:50 +08:00