Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crashes #1

Open
wants to merge 92 commits into
base: instantupload_all
Choose a base branch
from

Conversation

ashpieboop
Copy link

Fixes immediate issues that prevented this feature from working in the original PR's current state :

  • There was a mistake in the synced folder form view layout
  • When the synced folders db table was created, the existing field was not added

I also fixed a log typo in the db upgrade process

nextcloud-bot and others added 27 commits November 4, 2019 03:10
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Bumps gradle from 3.5.1 to 3.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
- Eliminate access to shared preferences when setting dark theme.
- Extend AppPreferences interface to allow subscription for preference changes
- Improve preferences interface documentation

Fixes nextcloud#4791

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
Theming: Fix date picker button text colour
…m.android.tools.build-gradle-3.5.2

Bump gradle from 3.5.1 to 3.5.2
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
…f dagger

Signed-off-by: Alice Gaudon <alice@gaudon.pro>
9e15f5e Merge pull request nextcloud#4799 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.2
d208681 Merge pull request nextcloud#4796 from nextcloud/datepicker
7a8aee3 [tx-robot] updated from transifex
a3ae321 Bump gradle from 3.5.1 to 3.5.2
b0563b9 Theming: Fix date picker button text colour
207f894 [tx-robot] updated from transifex
1ec0984 [tx-robot] updated from transifex
5131514 [tx-robot] updated from transifex
38a83bb daily dev 20191102
…-as-wallpaper-issue

Fixing picture "set as wallpaper" issue in properties (duplicate)
…ared-preferences-with-app-preferences-in-base-activity

Replace BaseActivity.sharedPreferences with app preferences
890789f Merge pull request nextcloud#4797 from nextcloud/ezaquarii/replace-shared-preferences-with-app-preferences-in-base-activity
180bdee Merge pull request nextcloud#4801 from Infomaniak/feature/resolve-set-as-wallpaper-issue
039adc0 [tx-robot] updated from transifex
b59938d daily dev 20191106
403fc87 [tx-robot] updated from transifex
142c79b daily dev 20191107
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 17.0.0 to 18.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Commits](JetBrains/java-annotations@17.0.0...18.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…g.jetbrains-annotations-18.0.0

Bump annotations from 17.0.0 to 18.0.0
Activity account is set in FilesActivity.onAccount(),
but related components are updated in BaseActivity.onStart().

1. Initialize account in BaseActivity.onCreate()
2. Update storage manager and capabilities immediately
   on account set, not waiting for onStart() lifecycle.
3. inline storage manager and capabilities update in setAccount()
4. Remove setAccount()/onAccountSet() calls that sets default
   account, as this duplicates BaseActivity.onCreate()

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
f245b72 Merge pull request nextcloud#4823 from nextcloud/changelog-master-stable-3.9.0
d30b574 Add changelog for 3.9.0
df6d847 [tx-robot] updated from transifex
4343c3d Merge pull request nextcloud#4814 from nextcloud/dependabot/gradle/org.jetbrains-annotations-18.0.0
86027dd Bump annotations from 17.0.0 to 18.0.0
4690042 [tx-robot] updated from transifex
ff646aa daily dev 20191108
nextcloud-android-bot and others added 28 commits November 25, 2019 12:22
… [skip ci]

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
…up_qa

Disable android backup on the QA app
…-of-get-current-account-to-get-user

Migrate simple cases of get current account to get user
e92daa2 Merge pull request nextcloud#4853 from nextcloud/migrate-simple-cases-of-get-current-account-to-get-user
99d9a69 Merge pull request nextcloud#4885 from nextcloud/disable_android_backup_qa
10960bf [tx-robot] updated from transifex
9f24b25 [tx-robot] updated from transifex
b7876c4 disable GoogleAppIndexingWarning lint check
11687c6 Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
80fb800 Merge commit 'a7eb7148fa0ceb42981366eb2ddcf0ff921e6a55'
b91136c Disable android backup on the QA app
a7eb714 Migrate simple cases of getCurrentAccount() to getUser()
6249a06 daily dev 20191123
….gitlab.arturbosch.detekt-detekt-gradle-plugin-1.2.0

Bump detekt-gradle-plugin from 1.1.1 to 1.2.0
Bumps `kotlin_version` from 1.3.60 to 1.3.61.

Updates `kotlin-gradle-plugin` from 1.3.60 to 1.3.61

Updates `kotlin-stdlib-jdk7` from 1.3.60 to 1.3.61
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.61/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.3.60...v1.3.61)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…tlin_version-1.3.61

Bump kotlin_version from 1.3.60 to 1.3.61
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… + action button

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
…ded boolean boxing

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… [skip ci]

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
…display

(design review)

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
… [skip ci]

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
…m.google.android-flexbox-2.0.0

Bump flexbox from 1.1.1 to 2.0.0
Signed-off-by: Chris Koying Browet <cbro@semperpax.com>
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
…s on remote

Signed-off-by: Alice Gaudon <alice@gaudon.pro>
… [skip ci]

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
- Changes NameConflictPolicy for manual uploads from default RENAME to ASK_USER
- Removal of helper class FileUploader.UploadRequester (methods become static and go to FileUploader)

Signed-off-by: Alice Gaudon <alice@gaudon.pro>
ashpieboop pushed a commit to ashpieboop/android that referenced this pull request Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants