Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-07Cache walled check for 10 minutescache-walled-checkÁlvaro Brey
Tentative cache time, accepting other proposals. My rationale for 10 minutes was that 6 checks an hour seems like not too much, while not locking the app for too long in case there's an error and the cache is not cleared on network change. Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-07[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04Merge pull request #10984 from nextcloud/changelog-master-stable-3.22.3Álvaro Brey
Add changelog for 3.22.3
2022-11-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-03Add changelog for 3.22.3Álvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-03Merge pull request #10974 from nextcloud/fix/refresh-empty-folderÁlvaro Brey
List fragments: Add empty list as a child of SwipeRefreshLayout, not outside it.
2022-11-03Merge pull request #10976 from nextcloud/fix/webauthn-crashÁlvaro Brey
Fix webauthn crashes due to PendingIntent mutability
2022-11-03Merge pull request #10966 from nextcloud/cancelMnemonicÁlvaro Brey
Show cancel button when entering mnemonic
2022-11-03Use forked hwsecurity lib to avoid PendingIntent crashesÁlvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-03[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-02Merge pull request #10961 from nextcloud/encryptNotOnMainThreadÁlvaro Brey
use existing method via eventbus to encrypt folder
2022-11-02Merge pull request #10967 from nextcloud/e2eNotYetSetupÁlvaro Brey
Show warning when trying to access an encrypted folder, when not yet setup
2022-11-02Show cancel button when entering mnemonictobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-11-02List fragments: Add empty list as a child of SwipeRefreshLayout, not outside it.Álvaro Brey
This allows swiping to refresh on empty folders. Fixes #10973 Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-02Persist AuthenticatorActivity through keyboard config changesÁlvaro Brey
When plugging in a USB keyboard or something like that, the activity is reset. This is a problem because YubiKey keys, which can be used as 2FA, act as a keyboard when connected through USB. In summary, this commit prevents the activity from resetting when connecting a Yubikey. Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-11-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-02[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01Show warning when trying to access an encrypted folder, when not yet setuptobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-11-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-31Merge pull request #10962 from nextcloud/fix/squished-dialogsÁlvaro Brey
Fix keyboard opening on dialogs causing squished dialogs in Material3
2022-10-31Fix keyboard opening on dialogs causing squished dialogs in Material3Álvaro Brey
Use the proper InputMethodManager service to allow dialogs to correctly detect keyboard opening, and adjust margins properly Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-31use existing method via eventbus to encrypt foldertobiasKaminsky
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-10-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-31[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-30[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-29[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-28Merge pull request #10946 from nextcloud/optimize-uploadsÁlvaro Brey
Optimizations for uploads
2022-10-28UploadListActivity: throttle list updates to 1 every second to avoid frying ↵Álvaro Brey
the database when files are being rapidly uploaded Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-28UploadFileOperation: ensure channel is closedÁlvaro Brey
Triggers strict mode warnings Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-28FilesUploadWorker: process uploads in batches of 100 to prevent reading a ↵Álvaro Brey
large amount of rows in every loop Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-28FilesSyncWork: dont do a database call for every single uploadÁlvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-28UploadFileOperation: don't read entire list of uploads every time we want to ↵Álvaro Brey
update the size of just one Wtf Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-28FilesUploadHelper: insert all uploads in single transaction to avoid too ↵Álvaro Brey
many listener calls Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-28[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-27Merge pull request #10926 from nextcloud/fix/multiple-upload-workersÁlvaro Brey
FilesUploadWorker: ensure only one worker can be running for the same user
2022-10-27FileUploadWorkerIT: ensure to reset fileuploader testing property after testÁlvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-27FilesUploadWorker: add some more loggingÁlvaro Brey
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-27FilesUploadWorker: ensure only one worker can be running from the same userÁlvaro Brey
Should fix problems with auto-conflicts, OOM, etc caused by several workers trying to upload the same file Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-10-27Merge pull request #10941 from nextcloud/Valdnet-patch-1Tobias Kaminsky
i18n: Change to a capital letter