Nextcloud bot
62c3804d82
Fix(l10n): 🛠️ Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 06:53:49 +00:00
Nextcloud bot
c5ec76271e
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 06:49:24 +00:00
Nextcloud bot
a4822daf74
Fix(l10n): 🛠️ Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 06:48:54 +00:00
Nextcloud bot
23143a640d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 06:43:36 +00:00
Nextcloud bot
c9c9f11178
Fix(l10n): 🛠️ Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 06:43:05 +00:00
Nextcloud bot
bd69ac585d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 06:38:33 +00:00
Álvaro Brey
b08b421c07
Merge pull request #11426 from nextcloud/repo-sync/android-config/master
...
🔄 synced file(s) with nextcloud/android-config
2023-02-28 11:12:55 +01:00
Álvaro Brey
b4cb853e8c
Merge pull request #11425 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-7.4.2
...
Build(deps): Bump com.android.tools.build:gradle from 7.4.1 to 7.4.2
2023-02-28 11:12:18 +01:00
Álvaro Brey
26e093a82b
Merge pull request #11424 from nextcloud/dependabot/gradle/com.diffplug.spotless-6.16.0
...
Build(deps): Bump com.diffplug.spotless from 6.15.0 to 6.16.0
2023-02-28 10:25:58 +01:00
Álvaro Brey
a5f329d1cd
Merge pull request #11423 from nextcloud/dependabot/gradle/org.json-json-20230227
...
Build(deps): Bump org.json:json from 20220924 to 20230227
2023-02-28 09:20:46 +01:00
nextcloud-android-bot
5f974437db
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
...
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
2023-02-28 03:05:46 +00:00
dependabot[bot]
75303a3e9c
Build(deps): Bump com.android.tools.build:gradle from 7.4.1 to 7.4.2
...
Bumps com.android.tools.build:gradle from 7.4.1 to 7.4.2.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 02:58:17 +00:00
dependabot[bot]
15135aabee
Build(deps): Bump com.diffplug.spotless from 6.15.0 to 6.16.0
...
Bumps com.diffplug.spotless from 6.15.0 to 6.16.0.
---
updated-dependencies:
- dependency-name: com.diffplug.spotless
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 02:57:48 +00:00
dependabot[bot]
7ad2c84375
Build(deps): Bump org.json:json from 20220924 to 20230227
...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java ) from 20220924 to 20230227.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-28 02:57:35 +00:00
Álvaro Brey
bd7042944d
Merge pull request #11422 from nextcloud/dependabot/github_actions/actions/cache-3.2.6
...
Build(deps): Bump actions/cache from 3.2.5 to 3.2.6
2023-02-27 14:29:40 +01:00
Álvaro Brey
491d4aae99
Merge pull request #11417 from ArchontisKostis/refactor-FileDisplayActivity-onCreate
...
Refactor onCreate() method by breaking it down into smaller methods
2023-02-27 14:27:39 +01:00
DESKTOP-EMSE65H\Archontis
47c2223cd2
Merge branch 'refactor-FileDisplayActivity-onCreate' of https://github.com/ArchontisKostis/android into refactor-FileDisplayActivity-onCreate
2023-02-27 14:05:53 +02:00
DESKTOP-EMSE65H\Archontis
40bfca1a06
add my name to license comment
...
Signed-off-by: DESKTOP-EMSE65H\Archontis <arxontisk02@gmail.com>
2023-02-27 14:05:01 +02:00
DESKTOP-EMSE65H\Archontis
3de35d2996
Refactor onCreate: extract initTaskRetainerFragment method
...
This commit extracts the logic to initialize a fragment without UI on a seperate method called `initTaskRetainerFragment`.
Signed-off-by: DESKTOP-EMSE65H\Archontis <arxontisk02@gmail.com>
2023-02-27 14:05:01 +02:00
DESKTOP-EMSE65H\Archontis
8b571bb58c
Refactor onCreate: extract initUI method
...
This commit:
- Creates a `initUI()` method to handle the setup of the toolbar and UI components
- Removes corresponding code from `onCreate()` and replaced it with a call to the new method
- Improves readability of `onCreate()` method
This change does not affect the functionality of the original code.
Signed-off-by: DESKTOP-EMSE65H\Archontis <arxontisk02@gmail.com>
2023-02-27 14:05:01 +02:00
DESKTOP-EMSE65H\Archontis
4cdfa994e9
Refactor onCreate method: extract initLayout method
...
This commit refactors the onCreate() method by exctracting a new method to handle the layout inflation and setting of the content view. The readability of onCreate method is improved.
This change does not affect the functionality of the original code.
Signed-off-by: DESKTOP-EMSE65H\Archontis <arxontisk02@gmail.com>
2023-02-27 14:05:01 +02:00
DESKTOP-EMSE65H\Archontis
3316726a1d
Refactor onCreate() to extract method for loading saved instance state
...
This commit refactors the onCreate() method by extracting the code responsible for loading the saved instance state into a separate method named loadSavedInstanceState(). This improves the readability and maintainability of the code by reducing the complexity of the onCreate() method and separating concerns. The loadSavedInstanceState() method simply takes a Bundle parameter and initializes the relevant instance variables based on the saved state. The onCreate() method now simply calls the super.onCreate() method, sets the default theme, and initializes the sync broadcast receiver.
This change does not affect the functionality of the original code.
Signed-off-by: DESKTOP-EMSE65H\Archontis <arxontisk02@gmail.com>
2023-02-27 14:05:01 +02:00
dependabot[bot]
93de30fc81
Build(deps): Bump actions/cache from 3.2.5 to 3.2.6
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](6998d139dd...69d9d449ac
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 11:59:41 +00:00
DESKTOP-EMSE65H\Archontis
a875c1d4a7
add my name to license comment
2023-02-25 01:42:17 +02:00
DESKTOP-EMSE65H\Archontis
2e6fca0c04
Refactor onCreate: extract initTaskRetainerFragment method
...
This commit extracts the logic to initialize a fragment without UI on a seperate method called `initTaskRetainerFragment`.
2023-02-25 01:39:52 +02:00
DESKTOP-EMSE65H\Archontis
23c8f86b7b
Refactor onCreate: extract initUI method
...
This commit:
- Creates a `initUI()` method to handle the setup of the toolbar and UI components
- Removes corresponding code from `onCreate()` and replaced it with a call to the new method
- Improves readability of `onCreate()` method
This change does not affect the functionality of the original code.
2023-02-25 01:37:06 +02:00
DESKTOP-EMSE65H\Archontis
d3c4968312
Refactor onCreate method: extract initLayout method
...
This commit refactors the onCreate() method by exctracting a new method to handle the layout inflation and setting of the content view. The readability of onCreate method is improved.
This change does not affect the functionality of the original code.
2023-02-25 01:34:40 +02:00
DESKTOP-EMSE65H\Archontis
3ba5d02894
Refactor onCreate() to extract method for loading saved instance state
...
This commit refactors the onCreate() method by extracting the code responsible for loading the saved instance state into a separate method named loadSavedInstanceState(). This improves the readability and maintainability of the code by reducing the complexity of the onCreate() method and separating concerns. The loadSavedInstanceState() method simply takes a Bundle parameter and initializes the relevant instance variables based on the saved state. The onCreate() method now simply calls the super.onCreate() method, sets the default theme, and initializes the sync broadcast receiver.
This change does not affect the functionality of the original code.
2023-02-25 01:12:43 +02:00
Álvaro Brey
cc353350c4
Merge pull request #11415 from nextcloud/dependabot/gradle/androidx.arch.core-core-testing-2.2.0
...
Build(deps): Bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0
2023-02-23 10:26:32 +01:00
Álvaro Brey
b093ff9033
Merge pull request #11414 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.6.0
...
Build(deps): Bump androidx.annotation:annotation from 1.5.0 to 1.6.0
2023-02-23 10:26:08 +01:00
Nextcloud bot
90542ac1af
Fix(l10n): 🛠️ Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-23 03:45:22 +00:00
dependabot[bot]
2084e39df8
Build(deps): Bump androidx.arch.core:core-testing from 2.1.0 to 2.2.0
...
Bumps androidx.arch.core:core-testing from 2.1.0 to 2.2.0.
---
updated-dependencies:
- dependency-name: androidx.arch.core:core-testing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 02:13:54 +00:00
dependabot[bot]
e107642cc5
Build(deps): Bump androidx.annotation:annotation from 1.5.0 to 1.6.0
...
Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0.
---
updated-dependencies:
- dependency-name: androidx.annotation:annotation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-23 02:13:18 +00:00
Álvaro Brey
55e9098729
Merge pull request #11409 from nextcloud/rakekniven-patch-1
...
l10n: Improved grammar
2023-02-22 17:24:28 +01:00
Álvaro Brey
f91abefc6d
Merge pull request #11149 from nextcloud/mTimestamp
...
mTime: use typed parameter (long) instead of String
2023-02-22 17:21:13 +01:00
Álvaro Brey
a8401a2356
Merge pull request #11411 from nextcloud/fix/fsu-encryption-npe
...
fix: FileStorageUtils: prevent NPE when checking encryption status
2023-02-22 16:46:37 +01:00
Álvaro Brey
606b515f16
chore: Restore library version to master
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-02-22 16:10:13 +01:00
Álvaro Brey
3d2baef11f
Merge pull request #11381 from nextcloud/Valdnet-patch-1
...
i18n: Change to capital letter
2023-02-22 15:03:37 +01:00
tobiasKaminsky
860113e842
mTime: use typed parameter (long) instead of String
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2023-02-22 14:48:03 +01:00
Álvaro Brey
edec670f28
Merge pull request #11384 from nextcloud/fix/invalid-filename-download
...
Improve error message when download fails due to invalid filename
2023-02-22 09:43:37 +01:00
Tobias Kaminsky
0f9226cdd7
Merge pull request #11412 from nextcloud/changelog-master-stable-3.24.1
...
Add changelog for 3.24.1
2023-02-22 08:34:07 +01:00
Nextcloud bot
5100a74182
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-22 03:44:38 +00:00
Nextcloud bot
6cf1702c7c
Fix(l10n): 🛠️ Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-22 03:44:06 +00:00
Álvaro Brey
a402ffe59b
Add changelog for 3.24.1
...
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-02-21 16:24:12 +01:00
Álvaro Brey
a9e4ba9abd
fix: FileStorageUtils: prevent NPE when checking encryption status
...
This can happen if the parent of a file has been deleted.
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2023-02-21 15:14:29 +01:00
Nextcloud bot
654cf8e124
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-21 03:43:38 +00:00
Nextcloud bot
2c889f5493
Fix(l10n): 🛠️ Update Transifex configuration
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-21 03:43:08 +00:00
rakekniven
ab0c8a73c2
l10n: Improved grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2023-02-20 19:54:15 +01:00
Álvaro Brey
2e5c485999
Merge pull request #11404 from nextcloud/dependabot/github_actions/gradle/wrapper-validation-action-1.0.6
...
Build(deps): Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6
2023-02-20 16:07:59 +01:00
Álvaro Brey
09d5c1d440
Merge pull request #11403 from nextcloud/dependabot/github_actions/actions/checkout-3.3.0
...
Build(deps): Bump actions/checkout from 3.2.0 to 3.3.0
2023-02-20 16:07:41 +01:00