Kate
892561bccd
Merge pull request #610 from nextcloud/fix/platform-setup
...
fix(neon): Add missing platform setup
1 year ago
jld3103
f39f40da22
fix(neon): Add missing platform setup
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Kate
c573648c31
Merge pull request #495 from nextcloud/refactor/bloc-arguments-propagation
...
Refactor/bloc arguments propagation
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
Kate
105f2375a2
Merge pull request #399 from nextcloud/feature/unified-search
...
Implement unified search
1 year ago
Kate
7a2ef4249e
Merge pull request #599 from nextcloud/dependabot/gradle/packages/app/android/kotlin_version-1.9.10
...
chore(deps): bump kotlin_version from 1.9.0 to 1.9.10 in /packages/app/android
1 year ago
Kate
903fb5b73a
Merge pull request #538 from nextcloud/feature/update-screenshots
...
Feature/update screenshots
1 year ago
jld3103
7f58fa8882
chore(app): Update screenshots
...
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
1e0bd340c9
fix(app): Fix screenshots test user permissions
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
49f8caf686
fix(app): Fix test driver importing flutter
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
9f32e1dd96
refactor(tool,app): Use demo user for screenshots
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
b222eb08d6
refactor(neon,app): Use existing mock shared preferences
...
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
Kate
0154a89afd
Merge pull request #607 from nextcloud/update/flutter-3.13.1
...
chore(deps): Update to flutter 3.13.3
1 year ago
jld3103
b87215db06
chore(deps): Update to flutter 3.13.3
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Kate
b22d76a725
Merge pull request #605 from nextcloud/feature/webdav-put-stream-progress
...
feat(nextcloud): Support progress on webdav put stream
1 year ago
jld3103
685ac6efb2
feat(nextcloud): Support progress on webdav put stream
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Kate
cc626b9a16
Merge pull request #581 from nextcloud/feature/more-apis
...
Feature/more apis
1 year ago
jld3103
597bfc5dec
feat(tool,nextcloud): Generate more APIs
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
69a5ac9d24
chore(tool): Switch to server provided openapi-extractor
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
2ed626870d
Merge pull request #591 from nextcloud/feat/sort_box/multi_sorting
...
Feat/sort box/multi sorting
1 year ago
Nikolas Rimikis
a3419a838c
refactor(neon_notes): use presorting in the NotesView
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@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
79d3afc15d
Merge pull request #592 from nextcloud/refactor/nextcloud
...
Refactor/nextcloud
1 year ago
Nikolas Rimikis
198393d439
perf(nextcloud): read file as Uint8List
...
according to comment by a dart dev: https://stackoverflow.com/questions/73478943/flutter-dart-read-portions-of-file-as-bytes-rather-than-listint#comment129764806_73478943
it will allways return Uint8List
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
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
52e6ef96f5
refactor(nextcloud): use avoid creating unnecessary streams
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
d072c91ff1
style(nextcloud): cleaup header map handling
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Kate
7e9fc9164d
Merge pull request #602 from nextcloud/fix/note-update-favorite
...
fix(nextcloud): Fix updating note favorite
1 year ago
Nikolas Rimikis
a863dbf243
Merge pull request #601 from nextcloud/cleanup/settings
...
refactor(neon): remove unused SettingsAccountAction
1 year ago
jld3103
4784a08807
fix(nextcloud): Fix updating note favorite
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
9d243580cb
style(nextcloud): cleanup unnecessary cast
...
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
dependabot[bot]
f8f20270af
chore(deps): bump kotlin_version in /packages/app/android
...
Bumps `kotlin_version` from 1.9.0 to 1.9.10.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10 )
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.0 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.0...v1.9.10 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Kate
86bb58d813
Merge pull request #597 from nextcloud/fix/capabilities
...
Fix/capabilities
1 year ago
jld3103
2c06d0d56a
chore(neon): Adjust
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
faab2e712f
fix(tool,nextcloud): Fix capabilities
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Kate
c96b5b6626
Merge pull request #595 from nextcloud/feature/dynamite-javascript-content-type
...
feat(dynamite): Support application/javascript response
1 year ago
jld3103
c9ad9648eb
feat(dynamite): Support application/javascript response
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Kate
073e449733
Merge pull request #589 from nextcloud/feature/user-status-icons
...
Feature/user status icons
1 year ago