82 Commits (8ef2bd97032dbf7ce4cc317fd1e10f400cdab32d)

Author SHA1 Message Date
jld3103 0be6026afc
refactor(app,neon,neon_files,neon_news,neon_notes,neon_notifications): Use named imports 1 year ago
jld3103 042dcd6b27
fix(neon): Fix cached image SVG color 1 year ago
Nikolas Rimikis fbb93b89f3
refactor(neon,neon_news,neon_notifications): refactor image handling in neon 1 year ago
Nikolas Rimikis 770d9db6cd
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): reword SortBoxBuilder api 1 year ago
Nikolas Rimikis 21e3fe14fe
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): rename NeonAppRoute to NeonBaseAppRoute 1 year ago
Nikolas Rimikis d1fb1f8d66
refactor(neon,neon_news,neon_notes): make InteractiveBloc.refresh FutureOr 1 year ago
jld3103 a74d869e58
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Move app support check to app implementations 1 year ago
jld3103 fe7331c7ec
refactor(nextcloud): Use extensions for clients and generate exports and app IDs 1 year ago
Nikolas Rimikis 84eeaf965e
perf(neon,neon_files,neon_news,neon_notes,neon_notifications): lazy build NeonListView 1 year ago
Nikolas Rimikis f8765fb2fb
refactor(app,neon_files,neon_news,neon_notes,neon_notifications): adapt to new request manager 1 year ago
jld3103 905cb47d76
refactor(neon): Rename NeonException to NeonError 1 year ago
jld3103 a2132ed6b4
chore: Fix typos 1 year ago
Nikolas Rimikis d6c75b4219
refactor: enable analyzer option strict-inference 1 year ago
Nikolas Rimikis 08efadd54d
feat(neon,neon_files,neon_news,neon_notifications): add a `NeonProvider` that handles disposing of `Disposable`s and does not listen by default. 1 year ago
Nikolas Rimikis d4fe3ce3c6
refactor(neon,neon_files,neon_news,neon_notes): make bloc state/events interfaces 1 year ago
Nikolas Rimikis a7925540e7
refactor(neon,neon_news,neon_notes): refine function types in interfaces 1 year ago
Nikolas Rimikis 5056f43f1d
feat(app,dynamite,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud): enable strict-raw-types 1 year ago
jld3103 8ac7089525
refactor(neon): Refactor icon sizes 1 year ago
jld3103 28c72178ca
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications,app): Replace material design icons package 1 year ago
Nikolas Rimikis 1829bf1b7a
fix(neon,neon_files,neon_news,neon_notes): properly dispoe TextEditingController 1 year ago
Nikolas Rimikis 0e563cec18
refactor(neon,neon_files,neon_news,neon_notes): make Option.key unique 1 year ago
Nikolas Rimikis 26676dc1c7
refactor(neon_files,neon_news,neon_notes,neon_notifications): make concrete AppImplementations immutable 1 year ago
Nikolas Rimikis 060eaf0baf
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): make AppImplementation immutable and cleanup options initialization 1 year ago
Nikolas Rimikis c323c707c8
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): remove SharedPreferences reference 1 year ago
jld3103 7253352a9f
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications,app): Use global instance of NeonPlatform 1 year ago
jld3103 6199b3d9f1
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications,app): Use global instance of RequestManager 1 year ago
Nikolas Rimikis 4d96f08186
refactor(sort_box,neon,neon_files,neon_news): use Dart3 records and switch 1 year ago
Nikolas Rimikis a7d861f0a1
feat(sort_box,neon_files,neon_news,neon_notes): recursive sort 1 year ago
jld3103 e2ba362baf
chore(dynamite,neon,neon_files,neon_news,nextcloud): Fix linter complaints 1 year ago
Nikolas Rimikis 19b3b9260c
fix(dynamite,neon_files,neon_news,neon_lints): fix lints 1 year ago
jld3103 45833bdb73
refactor(neon): Export nextcloud package 1 year ago
jld3103 e222ac5593
refactor(neon,neon_files): Adjust to generated specs 1 year ago
jld3103 e804291004
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Pass account instead of client 1 year ago
Nikolas Rimikis 6cde7748a3
fix(neon_news): NewsAppSpecificOptions.articleViewTypeOption persistence 1 year ago
jld3103 f8abb76674
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Use shared constants for app ids 1 year ago
Nikolas Rimikis 0022bc1d7a
feat(neon): make Option listenable 1 year ago
jld3103 50fc205070
neon,neon_news,neon_notes: Wakelock is supported on every platform 1 year ago
jld3103 7ca345de69
neon_news,neon_notes: Do not await wakelock operations 1 year ago
jld3103 e63c6fc2d2
neon_news,neon_notes: Use wakelock_plus 1 year ago
Nikolas Rimikis 382c34e864
neon_news: add app route 1 year ago
Nikolas Rimikis b995818a0d
neon, neon_files, neon_notes: use NcColors 1 year ago
jld3103 6bea8f47f4
neon_news,neon_notes: Remove some usages of AccountsBloc 1 year ago
jld3103 1e452f2374
neon: Move sort_box to it's own library and export the package 1 year ago
jld3103 fad76be56b
settings,neon: Move settings into neon 1 year ago
jld3103 32311c5d08
neon: Split everything into separate libraries 1 year ago
jld3103 03149d9e58
neon,neon_news,neon_notes,neon_notifications: Adjust 1 year ago
Nikolas Rimikis 11f48669fb
neon: unify NeonCachedImage 1 year ago
jld3103 67a5d61568
app,dynamite_runtime,neon,neon_files,neon_news: Cleanup unused ignores 1 year ago
jld3103 ce5739d41b
neon_news: Fix tile spacing 1 year ago
Nikolas Rimikis 120cba33d5
neon, neon_files, neon_news, settings: use specific WIdgets instead of containers 1 year ago