Nikolas Rimikis
00e53cfb05
refactor(neon): use AppStorage in FirstLaunchBloc
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
4d5e0109bc
refactor(neon): add SharedPreferences instance to AppStorage
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
564e1c3505
test(neon): add tests for account.dart
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
bae0775253
fix(neon): override equality operators in NeonTheme
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
af548313ee
refactor(neon): refine visibility of some AppImplementation attributes
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
5863b2aeb7
refactor(neon): refine visibility of some AppImplementation attributes
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
155e9f1504
refactor(neon): Cleanup creating blocs for account
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
358d2b5b93
refactor(neon,neon_files): Refactor platform path getters
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
7253352a9f
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications,app): Use global instance of NeonPlatform
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
6199b3d9f1
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications,app): Use global instance of RequestManager
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
549b482a89
fix(neon,app): Screenshot tests
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
d802d7df0c
refactor(neon): User agent handling
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
9c6bdef193
feat(neon): Implement unified search
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
64f237b079
feat(neon): Open unimplemented routes in browser
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
8a6c5e4c5d
feat(neon): Complete URL and add headers for cached images
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
d3332a7c0e
feat(neon): Add error builder for cached images
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
2398bdba82
feat(neon): Add URI completion and stripping
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
05c824bf3e
feat(sort_box,neon): ability to presort the values
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
962102407d
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List
...
While the entire utf8 converter has been switched to Uint8List the type annotation still remains List<int> for this release.
Adding the downcast as this behavior is what we need.
A future dart release should also change the type annotations triggering a linter rule.
see: https://github.com/dart-lang/sdk/issues/52801
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
2c06d0d56a
chore(neon): Adjust
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
0cb48a8892
fix(neon): Fix user status heartbeat
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
254102b746
feat(neon): Use user status icons
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
440b0beedb
feat(tool,neon): Implement server icons
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
08415ad354
refactor(neon): remove unused SettingsAccountAction
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
4d96f08186
refactor(sort_box,neon,neon_files,neon_news): use Dart3 records and switch
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
4bac0c5eec
refactor(neon,neon_files,neon_notes): improve nullability of SortBoxBuilder
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
e2ba362baf
chore(dynamite,neon,neon_files,neon_news,nextcloud): Fix linter complaints
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
b90bcdc225
fix(neon): Fix not receiving push notifications
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
dependabot[bot]
d1fcb75d64
chore(deps): bump go_router from 9.1.1 to 10.0.0
...
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages ) from 9.1.1 to 10.0.0.
- [Release notes](https://github.com/flutter/packages/releases )
- [Commits](https://github.com/flutter/packages/commits/go_router-v10.0.0/packages )
---
updated-dependencies:
- dependency-name: go_router
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
jld3103
5b9e6a17ed
fix(neon): Fix login with QR code always available
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
8bba85fb93
chore: Update URLs
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
6c22b8f9e5
refactor(neon): Align colors with design guidelines
1 year ago
jld3103
6678d82392
fix(neon): Missing bearer auth
1 year ago
Nikolas Rimikis
c3450730b5
fix(neon): option serialization and reset
1 year ago
jld3103
e222ac5593
refactor(neon,neon_files): Adjust to generated specs
1 year ago
jld3103
86374c5efb
refactor(neon): Adjust
1 year ago
jld3103
11f75cfc19
refactor(neon,app): Drop unused loginName
1 year ago
jld3103
e804291004
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Pass account instead of client
1 year ago
jld3103
ce2d95ee3e
fix(neon): Cleanup login pages layouts
1 year ago
jld3103
f808bc488f
fix(neon): Fix login works with Nextcloud
1 year ago
Nikolas Rimikis
52c32f422a
fix(neon): fix late initialization of SelectOption.values
1 year ago
Nikolas Rimikis
91faa0ab7c
style(neon): export LabelBuilder from sort_box and settings
1 year ago
jld3103
df35c6ee80
refactor(neon): Cleanup global popups
1 year ago
jld3103
df2bd48854
fix(neon): Prevent race condition setting active app
1 year ago
jld3103
68dd01c4a0
refactor(neon): Await active account
1 year ago
jld3103
f8abb76674
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Use shared constants for app ids
1 year ago
jld3103
1ffb7e8dd6
fix(neon): Theme import
1 year ago
jld3103
efc8f59c10
fix(neon): Hide useless push notifications popups
1 year ago
jld3103
3d9b4b5c28
refactor(neon): Use image instead of bitmap library to encode bitmaps
1 year ago
Nikolas Rimikis
b52806371f
refactor(neon): make stuff immutable
1 year ago