Commit graph

13820 commits

Author SHA1 Message Date
Andy Scherzinger
693f408276
Improve menu file name pattern
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-11-13 11:47:23 +01:00
Tobias Kaminsky
ed8b9cbb72
Merge pull request #4713 from nextcloud/ezaquarii/remove-set-account-from-first-run-activity
Remove out of band setAccount/onAccountSet calls
2019-11-13 10:02:29 +01:00
Nextcloud bot
f38900d989
[tx-robot] updated from transifex 2019-11-13 03:10:02 +00:00
Tobias Kaminsky
e43ef8e062 daily dev 20191113
f245b72de Merge pull request #4823 from nextcloud/changelog-master-stable-3.9.0
d30b574ff Add changelog for 3.9.0
df6d847f2 [tx-robot] updated from transifex
4343c3d67 Merge pull request #4814 from nextcloud/dependabot/gradle/org.jetbrains-annotations-18.0.0
86027dd09 Bump annotations from 17.0.0 to 18.0.0
4690042b0 [tx-robot] updated from transifex
ff646aa3d daily dev 20191108
2019-11-13 03:37:07 +01:00
Andy Scherzinger
f245b72ded
Merge pull request #4823 from nextcloud/changelog-master-stable-3.9.0
Add changelog for 3.9.0
2019-11-12 12:37:16 +01:00
tobiasKaminsky
d30b574ff6
Add changelog for 3.9.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-11-12 10:53:05 +01:00
Chris Narkiewicz
fb615ef279 Remove out-of-band setAccount/onAccountSet calls
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>
2019-11-12 06:21:05 +00:00
Nextcloud bot
df6d847f29
[tx-robot] updated from transifex 2019-11-12 03:11:59 +00:00
Tobias Kaminsky
4343c3d67f
Merge pull request #4814 from nextcloud/dependabot/gradle/org.jetbrains-annotations-18.0.0
Bump annotations from 17.0.0 to 18.0.0
2019-11-11 10:14:50 +01:00
dependabot-preview[bot]
86027dd091
Bump annotations from 17.0.0 to 18.0.0
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](https://github.com/JetBrains/java-annotations/compare/17.0.0...18.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-11 02:14:20 +00:00
Nextcloud bot
4690042b06
[tx-robot] updated from transifex 2019-11-10 03:14:29 +00:00
Tobias Kaminsky
ff646aa3d0 daily dev 20191108
403fc8756 [tx-robot] updated from transifex
142c79bc0 daily dev 20191107
2019-11-08 03:38:19 +01:00
Nextcloud bot
403fc87562
[tx-robot] updated from transifex 2019-11-07 03:08:34 +00:00
Tobias Kaminsky
142c79bc03 daily dev 20191107
890789f0a Merge pull request #4797 from nextcloud/ezaquarii/replace-shared-preferences-with-app-preferences-in-base-activity
180bdee72 Merge pull request #4801 from Infomaniak/feature/resolve-set-as-wallpaper-issue
039adc0a1 [tx-robot] updated from transifex
b59938d96 daily dev 20191106
2019-11-07 03:36:57 +01:00
Tobias Kaminsky
890789f0a7
Merge pull request #4797 from nextcloud/ezaquarii/replace-shared-preferences-with-app-preferences-in-base-activity
Replace BaseActivity.sharedPreferences with app preferences
2019-11-06 13:52:54 +01:00
Tobias Kaminsky
180bdee721
Merge pull request #4801 from Infomaniak/feature/resolve-set-as-wallpaper-issue
Fixing picture "set as wallpaper" issue in properties (duplicate)
2019-11-06 13:48:23 +01:00
Nextcloud bot
039adc0a18
[tx-robot] updated from transifex 2019-11-06 03:10:30 +00:00
Tobias Kaminsky
b59938d960 daily dev 20191106
9e15f5ea3 Merge pull request #4799 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.2
d208681fe Merge pull request #4796 from nextcloud/datepicker
7a8aee3e2 [tx-robot] updated from transifex
a3ae32129 Bump gradle from 3.5.1 to 3.5.2
b0563b931 Theming: Fix date picker button text colour
207f8947c [tx-robot] updated from transifex
1ec09848b [tx-robot] updated from transifex
513151491 [tx-robot] updated from transifex
38a83bb36 daily dev 20191102
2019-11-06 03:39:59 +01:00
Alice Gaudon
2e13212752 SyncedFolderProvider: pass Clock dependency via constructor instead of dagger
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
2019-11-06 01:59:06 +01:00
Alice Gaudon
c2ea4de802 FileContentProvider: add dagger injection
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
2019-11-06 01:50:32 +01:00
Alice Gaudon
7f4db3fdd0 Make synced folder init/enable date persistent
Signed-off-by: Alice Gaudon <alice@gaudon.pro>
2019-11-05 21:23:45 +01:00
Andy Scherzinger
9e15f5ea39
Merge pull request #4799 from nextcloud/dependabot/gradle/com.android.tools.build-gradle-3.5.2
Bump gradle from 3.5.1 to 3.5.2
2019-11-05 20:35:08 +01:00
Tobias Kaminsky
d208681fed
Merge pull request #4796 from nextcloud/datepicker
Theming: Fix date picker button text colour
2019-11-05 20:10:13 +01:00
Kilian Périsset
25aaf4b907
Applied ability to set as wallpaper from properties of a picture
Signed-off-by: Kilian Périsset <kilian.perisset@infomaniak.com>
2019-11-05 14:20:35 +01:00
Chris Narkiewicz
6b01382e7f
Replace BaseActivity.sharedPreferences with app preferences
- Eliminate access to shared preferences when setting dark theme.
- Extend AppPreferences interface to allow subscription for preference changes
- Improve preferences interface documentation

Fixes #4791

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-11-05 06:00:58 +00:00
Nextcloud bot
7a8aee3e22
[tx-robot] updated from transifex 2019-11-05 03:07:49 +00:00
dependabot-preview[bot]
a3ae32129d
Bump gradle from 3.5.1 to 3.5.2
Bumps gradle from 3.5.1 to 3.5.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-05 02:19:42 +00:00
Daniel Bailey
b0563b9310
Theming: Fix date picker button text colour
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-11-04 14:52:54 +00:00
Nextcloud bot
207f8947cf
[tx-robot] updated from transifex 2019-11-04 03:10:40 +00:00
Nextcloud bot
1ec09848b6
[tx-robot] updated from transifex 2019-11-03 03:12:13 +00:00
Nextcloud bot
5131514917
[tx-robot] updated from transifex 2019-11-02 03:06:45 +00:00
Tobias Kaminsky
38a83bb361 daily dev 20191102
62fc6fa53 Merge pull request #4782 from nextcloud/internalLinkWording
71264e19b use file/folder in "copy internal link" description
bd3ce6098 Merge pull request #4777 from nextcloud/v16
327817c04 [tx-robot] updated from transifex
a39022fbb daily dev 20191101
2019-11-02 03:38:27 +01:00
Tobias Kaminsky
62fc6fa53d
Merge pull request #4782 from nextcloud/internalLinkWording
use file/folder in "copy internal link" description
2019-11-01 15:17:11 +01:00
tobiasKaminsky
71264e19b8
use file/folder in "copy internal link" description
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-11-01 12:32:07 +01:00
Tobias Kaminsky
bd3ce60985
Merge pull request #4777 from nextcloud/v16
Make Android v16/JellyBean the new min-supported Android version
2019-11-01 09:11:36 +01:00
Nextcloud bot
327817c047
[tx-robot] updated from transifex 2019-11-01 02:59:14 +00:00
Tobias Kaminsky
a39022fbbe daily dev 20191101
e3280b0bb Merge pull request #4775 from nextcloud/dependabot/gradle/com.h3xstream.findsecbugs-findsecbugs-plugin-1.10.1
575cd014d Bump findsecbugs-plugin from 1.10.0 to 1.10.1
946e5c2c1 Merge pull request #4768 from nextcloud/colorNames
78ed97ca0 [tx-robot] updated from transifex
f77b5bd4b daily dev 20191031
2019-11-01 03:38:35 +01:00
Andy Scherzinger
d3d0df46f1
make Android v16/JellyBean the new min-supported Android version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-31 23:36:06 +01:00
Andy Scherzinger
e3280b0bb7
Merge pull request #4775 from nextcloud/dependabot/gradle/com.h3xstream.findsecbugs-findsecbugs-plugin-1.10.1
Bump findsecbugs-plugin from 1.10.0 to 1.10.1
2019-10-31 23:35:36 +01:00
dependabot-preview[bot]
575cd014d2
Bump findsecbugs-plugin from 1.10.0 to 1.10.1
Bumps [findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/find-sec-bugs/find-sec-bugs/releases)
- [Changelog](https://github.com/find-sec-bugs/find-sec-bugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/find-sec-bugs/find-sec-bugs/compare/version-1.10.0...version-1.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 22:06:14 +00:00
Andy Scherzinger
946e5c2c1e
Merge pull request #4768 from nextcloud/colorNames
consistently use snake_case for color resources
2019-10-31 08:51:59 +01:00
Nextcloud bot
78ed97ca07
[tx-robot] updated from transifex 2019-10-31 03:00:33 +00:00
Tobias Kaminsky
f77b5bd4b8 daily dev 20191031
c4e20a652 Merge pull request #4762 from nextcloud/color
af63eed65 overwrite in values-night/colors only values that differ move branding colors back to setup.xml
a9fcc7b03 daily dev 20191030
2019-10-31 03:36:52 +01:00
Andy Scherzinger
fe353a7561
consistently use snake_case for color resources
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-30 16:13:29 +01:00
Tobias Kaminsky
c4e20a652d
Merge pull request #4762 from nextcloud/color
Dark theme: color enhancements
2019-10-30 11:08:30 +01:00
tobiasKaminsky
af63eed654
overwrite in values-night/colors only values that differ
move branding colors back to setup.xml

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-30 09:32:58 +01:00
Tobias Kaminsky
a9fcc7b03a daily dev 20191030
2a43da6bd Merge pull request #4746 from nextcloud/createChooser
f8d7ddd9d Merge pull request #4758 from nextcloud/fixDarkTheme
bee8770ce - fix typo in styles - fix sign up with provider in dark primary color
cc710b09c Merge pull request #3459 from nextcloud/dark_theme
c1aa005db changes due to code review
c801a2c7b Merge pull request #4744 from nextcloud/v3100_Alpha1
12fe91a6d use default open chooser with "just once", "always"
8b4481f7f [tx-robot] updated from transifex
2ea1f4e59 daily dev 20191029
2019-10-30 03:37:08 +01:00
Andy Scherzinger
2a43da6bdf
Merge pull request #4746 from nextcloud/createChooser
use default open chooser with "just once", "always"
2019-10-29 16:23:00 +01:00
Andy Scherzinger
f8d7ddd9de
Merge pull request #4758 from nextcloud/fixDarkTheme
Fix dark theme #1
2019-10-29 14:01:49 +01:00
tobiasKaminsky
bee8770ce0
- fix typo in styles
- fix sign up with provider in dark primary color

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-29 11:27:03 +01:00