Nikolas Rimikis
dac919fb66
refactor(dynamite,neon_files,nextcloud): make webdav client use Uri objects for paths
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
renovate[bot]
3d33049c91
fix(deps): update dependency code_builder to ^4.6.0
1 year ago
renovate[bot]
87f3ba84cf
fix(deps): update dependency built_value to ^8.6.2
1 year ago
renovate[bot]
187efc4a22
fix(deps): update dependency code_builder to ^4.5.0
1 year ago
renovate[bot]
600632f4ff
chore(deps): update dependency built_value_generator to ^8.6.2
1 year ago
renovate[bot]
6f7ae9dca2
chore(deps): update dependency json_serializable to ^6.7.1
1 year ago
renovate[bot]
9e85be00ea
fix(deps): update dependency dart_style to ^2.3.2
1 year ago
renovate[bot]
8847ddeaf7
fix(deps): update dependency cookie_jar to ^4.0.8
1 year ago
renovate[bot]
8ea9e249f3
chore(deps): update dependency test to ^1.24.6
1 year ago
renovate[bot]
322a7b29ea
fix(deps): update dependency build to ^2.4.1
1 year ago
renovate[bot]
086a4389a5
chore(deps): update dependency build_runner to ^2.4.6
1 year ago
Nikolas Rimikis
3d545a555a
perf(dynamite_runtime): avoid unnecessary Uint8List.toList
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
ed6502697a
perf(nextcloud): use stream based body decoding
...
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
c9ad9648eb
feat(dynamite): Support application/javascript response
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
768f8edaf9
fix(dynamite): Fix conflicting variables
...
Signed-off-by: jld3103 <jld3103yt@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
e2541d378b
chore: Update to flutter 3.13
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
19b3b9260c
fix(dynamite,neon_files,neon_news,neon_lints): fix lints
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
70d7cefa9d
fix(dynamite,nextcloud): unnecessary_breaks
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
a1f2d72483
chore(app,dynamite,dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud,sort_box): use custom neon_lints package
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
94c85d7a0c
chore: Switch to AGPL-3.0
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
e32b3a8f45
fix(dynamite): Ignore more coverage
1 year ago
jld3103
bef9b4ae07
fix(dynamite): Fix query parameter arrays
1 year ago
jld3103
b55bcdfa5c
refactor(dynamite): Cleanup adding resolved types
1 year ago
Nikolas Rimikis
9a0eea56ae
perf(dynamite_runtime): Increase response body reading speed
1 year ago
jld3103
e13dc0a947
fix(dynamite): Skip comparing nullable in type results
1 year ago
Nikolas Rimikis
7a71e010b6
refactor(dynamite): unify resolvedTypes and resolvedTypeCombinations
1 year ago
Nikolas Rimikis
a44de53940
fix(dynamite_runtime): ignore build artifacts
1 year ago
Nikolas Rimikis
bee1440cd2
refactor(dynamite): generate serializer ourself
...
this avoids duplicate serializers being added
1 year ago
Nikolas Rimikis
6db0cb3179
fix(dynamite): add serializers of parameter types
1 year ago
jld3103
f7d3cb6cd0
dynamite: Support application/octet-stream content type
1 year ago
jld3103
7d5aa1a0ec
dynamite: Correctly await responses where necessary
1 year ago
jld3103
cee52ce976
dynamite: Fix headers deserialization
1 year ago
jld3103
2a05a1b7f6
dynamite: Fix optional security
1 year ago
jld3103
ced0d2bfbe
dynamite_runtime: Enable skipped tests
1 year ago
jld3103
72f66bee6d
dynamite: Prefix serializers
1 year ago
jld3103
e4d2352b02
dynamite: Add constructor to create client from another client
1 year ago
jld3103
67a5d61568
app,dynamite_runtime,neon,neon_files,neon_news: Cleanup unused ignores
1 year ago
jld3103
1dac4e6b82
dynamite,dynamite_runtime: Correctly search for authentication
1 year ago
jld3103
3ceb9c18aa
dynamite,dynamite_runtime: Move authentication to dynamite_runtime
1 year ago
Nikolas Rimikis
a541436dd4
dynamite, dynamite_runtime, nextcloud: improve data fetching performance
1 year ago
Nikolas Rimikis
a08f62415e
dynamite_runtime: more efficient decoding of responses
1 year ago
Nikolas Rimikis
e856d557ea
dynamite, dynamite_runtime, nextcloud: move http client to dynamite_runtime
1 year ago
jld3103
7a99c00eb4
tool,ci: Use custom CI
1 year ago
jld3103
ecdb219a04
dynamite: Add missing coverage ignores
1 year ago
Nikolas Rimikis
b7b7fef3c3
dynamite: make registered state a Set to avoid duplicates
1 year ago
Nikolas Rimikis
cff12fd6cc
dynamite: make TypeResult immutable and add equality operator
1 year ago
Nikolas Rimikis
ccfc475388
dynamite: move TypeResult into it's own lib
1 year ago
Nikolas Rimikis
5af08398a1
dynamite, neon: fix plain object deserialization
2 years ago