Commit graph

2012 commits

Author SHA1 Message Date
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
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
Tobias Kaminsky
cc710b09cb
Merge pull request #3459 from nextcloud/dark_theme
Dark theme
2019-10-29 11:18:48 +01:00
Andy Scherzinger
c1aa005db9
changes due to code review
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-29 11:05:44 +01:00
Nextcloud bot
8b4481f7fd
[tx-robot] updated from transifex 2019-10-29 03:08:13 +00:00
Andy Scherzinger
3de5e8fa52
remove possible overdraws
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 22:24:44 +01:00
Andy Scherzinger
ae2dcbea33
align user info toolbar theming with main toolbar theming
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 18:11:36 +01:00
Andy Scherzinger
48e1384219
make circular checkIcon background day/night aware
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 17:48:25 +01:00
Daniel Bailey
9a9e0e6c42
Merge branch 'dark_theme' of github.com:nextcloud/android into dark_theme
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-28 13:32:14 +00:00
Daniel Bailey
853d7cd113
Dark theme updates
TextInputLayout in share password dialog is styled to match the app.
Receive files picker shows server primary colour on Upload button.

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-28 13:03:19 +00:00
Daniel Bailey
4ce4027250
Update to Alert Dialogs in api 21 and upwards.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-28 12:59:34 +01:00
Daniel Bailey
1615130093
Fix activity foreground text colour for >=API21.
Share expiration date picker now has buttons that are the primary
colour.

Theme change is now done in BaseActivity and ThemedPreferenceActivity.
This should help any activities in the back stack show the correct
theme.

Fixed style issues on firstrun and authenticator activities.

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-28 12:59:32 +01:00
Andy Scherzinger
a518885612
add dark/light theming for activities headline
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:32 +01:00
Andy Scherzinger
57db615a33
icons with light background need to be keep with dark color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:29 +01:00
Andy Scherzinger
cc2593cbdb
proper icon display for night theme for activities and notifications
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:29 +01:00
Andy Scherzinger
44020dcc76
make progress bar day/night aware
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:28 +01:00
Andy Scherzinger
9a88ee24d3
remove unused radio button preference code
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:25 +01:00
Andy Scherzinger
5554585348
make toolbar menu use the proper day/night popup theme
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:24 +01:00
Andy Scherzinger
1bdccebce8
use proper colors storage selector text
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:23 +01:00
Daniel Bailey
6bb9a70603
Various improvements to dark theme
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-28 12:59:22 +01:00
Andy Scherzinger
6eb0744986
use proper color for storage location text
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:59:21 +01:00
Daniel
689a0a216b
"Activities" drawer selection background colour.
Signed-off-by: Daniel <daniel.bailey@grappleit.co.uk>
2019-10-28 12:58:51 +01:00
Daniel Bailey
8d0ff8fecc
Corrects "Choose" button colour in FolderPickerActivity. Removes un-used import from NotificationListAdapter.
MaterialButtons.
SearchView highlight text colour.
First run activity, outlined button colour.

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:58:50 +01:00
Daniel Bailey
c7049788f7
DatePickerDialog theme and style.
Button styling.
Small improvements to layouts and correction of spelling errors.
Sets edittext highlight colour to theme colour.

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:58:07 +01:00
Andy Scherzinger
913d8276e1
use xml drawables for shared state icon including day/night state
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:58:05 +01:00
Andy Scherzinger
3d60c83ba2
use right colors for drawer menu item text and icons
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:58:04 +01:00
Andy Scherzinger
55a32df928
use style instead of theme attribute for secondary action buttons
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:58:03 +01:00
Daniel
27b8ed4327
Dark theme v1
Fixing migration to androidx
Dark theme styling
File details fragment tab text colour
File list overflow menu background colour

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-28 12:57:58 +01:00
Daniel Bailey
bf0779a3ed
Update to Alert Dialogs in api 21 and upwards.
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-27 20:51:01 +00:00
Nextcloud bot
17709cc692
[tx-robot] updated from transifex 2019-10-27 03:06:49 +00:00
Nextcloud bot
a098a5cf22
[tx-robot] updated from transifex 2019-10-26 03:08:29 +00:00
Nextcloud bot
5ec79a9ff5
[tx-robot] updated from transifex 2019-10-25 03:08:36 +00:00
Nextcloud bot
99368fa3f7
[tx-robot] updated from transifex 2019-10-24 03:08:02 +00:00
Andy Scherzinger
3dcbfa1236
Merge pull request #4712 from nextcloud/fetchRemoteFile
Fix possible IndexOutOfBoundsException if returned array is empty
2019-10-23 14:24:52 +02:00
Nextcloud bot
e9cf6be691
[tx-robot] updated from transifex 2019-10-23 03:07:48 +00:00
Nextcloud bot
59c3690c87
[tx-robot] updated from transifex 2019-10-22 03:08:34 +00:00
tobiasKaminsky
750c0a7677
Fix possible IndexOutOfBoundsException if returned array is empty
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-21 08:27:10 +02:00
Nextcloud bot
148cef835f
[tx-robot] updated from transifex 2019-10-21 03:08:30 +00:00
Nextcloud bot
76622c8861
[tx-robot] updated from transifex 2019-10-18 07:12:22 +00:00
Nextcloud bot
26297005c9
[tx-robot] updated from transifex 2019-10-14 03:05:53 +00:00
Nextcloud bot
d189867d36
[tx-robot] updated from transifex 2019-10-13 03:08:24 +00:00
Nextcloud bot
d3b0880e38
[tx-robot] updated from transifex 2019-10-12 03:07:28 +00:00
Nextcloud bot
e333c88a08
[tx-robot] updated from transifex 2019-10-11 03:04:45 +00:00
tobiasKaminsky
cf74da7bda
- remove CustomEditTextField
- do not use fancy material header for textInput, but regular TextView
- do not show QR button on legacy login
- fix layout in tablet mode

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-10 08:25:22 +02:00
tobiasKaminsky
baefe67ea9
enhance single account mode
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-09 14:06:14 +02:00
tobiasKaminsky
832e525f09
hardening on possible NPE due to null account/activity
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-10-09 08:15:32 +02:00
Nextcloud bot
eb5f8e0177
[tx-robot] updated from transifex 2019-10-09 03:07:03 +00:00
Nextcloud bot
d27c6a1abd
[tx-robot] updated from transifex 2019-10-08 03:05:28 +00:00
Daniel Bailey
f5aa60bae9
Fix activity foreground text colour for >=API21.
Share expiration date picker now has buttons that are the primary
colour.

Theme change is now done in BaseActivity and ThemedPreferenceActivity.
This should help any activities in the back stack show the correct
theme.

Fixed style issues on firstrun and authenticator activities.

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-07 16:43:36 +02:00
Andy Scherzinger
8aaf29a7c3
add dark/light theming for activities headline
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:35 +02:00
Andy Scherzinger
a2963d9fc3
icons with light background need to be keep with dark color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:32 +02:00
Andy Scherzinger
2d0f4e83a6
proper icon display for night theme for activities and notifications
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:31 +02:00
Andy Scherzinger
01642564ed
make progress bar day/night aware
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:30 +02:00
Andy Scherzinger
196e33998a
use day/night color
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:27 +02:00
Andy Scherzinger
916580cb19
remove unused radio button preference code
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:25 +02:00
Andy Scherzinger
e54db7c7c5
make toolbar menu use the proper day/night popup theme
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:23 +02:00
Andy Scherzinger
691ee27cc5
use proper colors storage selector text
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:21 +02:00
Daniel Bailey
c43633ebb9
Various improvements to dark theme
Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
2019-10-07 16:43:19 +02:00
Andy Scherzinger
01cfd0ad33
use proper color for storage location text
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:18 +02:00
Andy Scherzinger
f53f246f6e
rebase fixing plus proper theming of legacy login fields
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:15 +02:00
Daniel
f459cd2c98
"Activities" drawer selection background colour.
Signed-off-by: Daniel <daniel.bailey@grappleit.co.uk>
2019-10-07 16:43:12 +02:00
Daniel Bailey
66144bb8b6
Corrects "Choose" button colour in FolderPickerActivity. Removes un-used import from NotificationListAdapter.
MaterialButtons.
SearchView highlight text colour.
First run activity, outlined button colour.

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:09 +02:00
Daniel Bailey
9f7fa6b6b6
DatePickerDialog theme and style.
Button styling.
Small improvements to layouts and correction of spelling errors.
Sets edittext highlight colour to theme colour.

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:07 +02:00
Andy Scherzinger
c4b5d8f2e9
use xml drawables for shared state icon including day/night state
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:03 +02:00
Andy Scherzinger
cab2b12594
use right colors for drawer menu item text and icons
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:01 +02:00
Andy Scherzinger
df15340fc2
use style instead of theme attribute for secondary action buttons
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:43:00 +02:00
Daniel
44099c0792
Dark theme v1
Fixing migration to androidx
Dark theme styling
File details fragment tab text colour
File list overflow menu background colour

Signed-off-by: Daniel Bailey <daniel.bailey@grappleIT.co.uk>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-10-07 16:42:49 +02:00
Nextcloud bot
2d663a5a4a
[tx-robot] updated from transifex 2019-10-07 03:05:00 +00:00
Nextcloud bot
89df63ab84
[tx-robot] updated from transifex 2019-10-06 03:07:56 +00:00
Nextcloud bot
d2ce78fafe
[tx-robot] updated from transifex 2019-10-05 03:06:32 +00:00
Nextcloud bot
1936d6fee4
[tx-robot] updated from transifex 2019-10-04 03:08:19 +00:00
Nextcloud bot
1ce86c2e3a
[tx-robot] updated from transifex 2019-10-03 03:05:30 +00:00
Nextcloud bot
9133158fd0
[tx-robot] updated from transifex 2019-10-02 03:08:30 +00:00
Tobias Kaminsky
0f975647b6
Merge pull request #4208 from nextcloud/ezaquarii/new-media-player-service
New audio media player service
2019-10-01 07:45:36 +02:00
Nextcloud bot
d83792ef03
[tx-robot] updated from transifex 2019-09-30 03:14:58 +00:00
Nextcloud bot
9a2fc28b23
[tx-robot] updated from transifex 2019-09-28 03:06:19 +00:00
Chris Narkiewicz
2dab887782 New media player service
Fixes #3061
Fixes #4412

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-09-27 20:13:51 +01:00
Nextcloud bot
b498e8eee6
[tx-robot] updated from transifex 2019-09-27 03:06:43 +00:00
Nextcloud bot
11cd2cd390
[tx-robot] updated from transifex 2019-09-25 03:06:18 +00:00
Nextcloud bot
dfb616fcfe
[tx-robot] updated from transifex 2019-09-24 03:09:38 +00:00
Nextcloud bot
8429ba3f65
[tx-robot] updated from transifex 2019-09-23 03:05:42 +00:00
Nextcloud bot
a2d826e313
[tx-robot] updated from transifex 2019-09-22 03:07:24 +00:00
Nextcloud bot
515cb981b9
[tx-robot] updated from transifex 2019-09-18 03:06:59 +00:00
Nextcloud bot
3c8cd4b2e0
[tx-robot] updated from transifex 2019-09-17 02:57:51 +00:00
Nextcloud bot
3083d52e0e
[tx-robot] updated from transifex 2019-09-16 02:58:07 +00:00
Nextcloud bot
519999b2e6
[tx-robot] updated from transifex 2019-09-14 02:58:16 +00:00
Nextcloud bot
041a74bab4
[tx-robot] updated from transifex 2019-09-12 02:57:45 +00:00
Nextcloud bot
bb7055f1ed
[tx-robot] updated from transifex 2019-09-11 03:07:46 +00:00
Nextcloud bot
6cbd7ede87
[tx-robot] updated from transifex 2019-09-10 03:09:21 +00:00
Nextcloud bot
7e40312dee
[tx-robot] updated from transifex 2019-09-07 03:08:38 +00:00
Nextcloud bot
df7cb0c188
[tx-robot] updated from transifex 2019-09-06 03:06:01 +00:00
Nextcloud bot
d53c17c0fc
[tx-robot] updated from transifex 2019-09-05 03:12:20 +00:00
tobiasKaminsky
7fae76294a
rename participate -> community
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-09-04 09:24:25 +02:00
Tobias Kaminsky
4c0e1c0761
Update MimeTypes (#4434)
Update MimeTypes
2019-09-04 07:57:34 +02:00
Andy Scherzinger
7537c3a148
Add top padding to headlines
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-09-03 17:34:22 +02:00
Andy Scherzinger
f5d9a3cce6
revert back unneeded changes
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-09-03 17:34:21 +02:00
rajput2122
014e45c690
Feedback link is removed from setting ang participate is changed to community
Signed-off-by: rajput2122 <kumar.atul.2122@gmail.com>
2019-09-03 17:34:20 +02:00
Nextcloud bot
c09b116fc3
[tx-robot] updated from transifex 2019-09-03 03:06:51 +00:00
Andy Scherzinger
0cb8d46337
update to Nc17 defined mimetype list
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-09-02 23:05:13 +02:00
tobiasKaminsky
83f7be14c5
prevent npe
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-09-02 14:30:41 +02:00
Nextcloud bot
f284d3bcb6
[tx-robot] updated from transifex 2019-09-02 03:06:07 +00:00
Nextcloud bot
97538ca8f3
[tx-robot] updated from transifex 2019-08-31 03:06:15 +00:00
Nextcloud bot
19921eb086
[tx-robot] updated from transifex 2019-08-30 03:08:51 +00:00
Nextcloud bot
09c8e2e37e
[tx-robot] updated from transifex 2019-08-29 03:05:52 +00:00
Nextcloud bot
4092eef8a4
[tx-robot] updated from transifex 2019-08-28 03:12:54 +00:00
tobiasKaminsky
d423dd3b00
Add printing system to RichDocuments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-27 08:26:53 +02:00
Nextcloud bot
f708d4c91c
[tx-robot] updated from transifex 2019-08-27 03:07:11 +00:00
Nextcloud bot
56e0fd081b
[tx-robot] updated from transifex 2019-08-24 03:05:47 +00:00
Tobias Kaminsky
88714c1c9f
moved multiple account dialog to recyclerview (#4381)
moved multiple account dialog to recyclerview
2019-08-23 07:45:38 +02:00
tobiasKaminsky
6ec0186bbf
moved multiple account dialog to recyclerview
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-23 07:34:00 +02:00
Nextcloud bot
42d3aa928f
[tx-robot] updated from transifex 2019-08-23 03:10:36 +00:00
Nextcloud bot
b94647a681
[tx-robot] updated from transifex 2019-08-22 03:05:19 +00:00
Nextcloud bot
903b38c18d
[tx-robot] updated from transifex 2019-08-21 12:59:59 +00:00
Nextcloud bot
0d65c295f3
[tx-robot] updated from transifex 2019-08-21 03:07:21 +00:00
alex
9624019404
activity header has now the same font size as a activity element
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:33 +02:00
alexp
13e7aff0a5
increase height of header element and set backgroundcolor to white
Signed-off-by: alex <alex.plutta@googlemail.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-20 16:48:14 +02:00
tobiasKaminsky
e72a789e69
show on special vendors "disable power check" in auto upload menu
- tint button
- change logic when to show battery warning

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-20 08:37:41 +02:00
Tobias Kaminsky
c8173c31c2
Use reloading on photo view (#2250)
Use reloading on photo view
2019-08-20 08:19:23 +02:00
Nextcloud bot
41bce353ac
[tx-robot] updated from transifex 2019-08-19 03:06:48 +00:00
Nextcloud bot
6ca93f25b4
[tx-robot] updated from transifex 2019-08-18 03:10:56 +00:00
Nextcloud bot
0f895e7ce6
[tx-robot] updated from transifex 2019-08-17 03:08:27 +00:00
Tobias Kaminsky
de9475ed2c
Show groupFolder correctly (#4300)
Show groupFolder correctly
2019-08-16 08:46:07 +02:00
tobiasKaminsky
3d9126a604
Use reloading on photo view
- cache query for 30s
- show progressbar if loading more

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 08:45:29 +02:00
tobiasKaminsky
03dbd49227
Show groupFolder correctly
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 08:31:21 +02:00
Nextcloud bot
007adfae87
[tx-robot] updated from transifex 2019-08-16 03:04:22 +00:00
Nextcloud bot
a3cedcb94f
[tx-robot] updated from transifex 2019-08-15 03:05:01 +00:00
drone
92e2234d65 Merge commit 'c35873f5dcb77bf9a33111c1fee2d25584f6a22d' 2019-08-14 20:38:22 +00:00
Chris Narkiewicz
c35873f5dc
Log search functionality and log browser refactoring
* added log search in logs browser
* added logs browser view model test
* added universal async filtering utility
* refactored async runner and added manual runner
* migrated logs browser to Android DataBinding and Kotlin
* disabled imports ordering Ktlint rule as IDE does not
  support ktlint ordering
* added some missing tests around logger

Closes #4311

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-08-14 20:21:24 +01:00
tobiasKaminsky
ceb3999697
Extract strings to be translatable
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-14 16:08:35 +02:00
Nextcloud bot
c6abcd22d1
[tx-robot] updated from transifex 2019-08-14 03:08:16 +00:00
Nextcloud bot
468899522e
[tx-robot] updated from transifex 2019-08-12 03:06:09 +00:00
Nextcloud bot
5b83085aad
[tx-robot] updated from transifex 2019-08-11 03:08:37 +00:00
Nextcloud bot
3c331aa6c0
[tx-robot] updated from transifex 2019-08-10 03:08:12 +00:00
Nextcloud bot
ce8124ce17
[tx-robot] updated from transifex 2019-08-09 03:06:49 +00:00
Nextcloud bot
2732e10e60
[tx-robot] updated from transifex 2019-08-08 03:07:20 +00:00
Tobias Kaminsky
3eecc09166
New logger implementation (#4275)
New logger implementation
2019-08-07 15:32:02 +02:00
Nextcloud bot
7ef012ac2b
[tx-robot] updated from transifex 2019-08-07 03:06:16 +00:00
drone
eaa24f1585 Merge commit '79e8d59aa185d4c2fe728f4920df8e3511803d6d' 2019-08-06 20:49:18 +00:00
Chris Narkiewicz
79e8d59aa1
New logger implementation
Fixes #4228

Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
2019-08-06 21:48:37 +01:00
Nextcloud bot
329abff110
[tx-robot] updated from transifex 2019-08-06 03:06:15 +00:00
Tobias Kaminsky
74a21c0217
About resolving #2953 (#3857)
About resolving #2953
2019-08-05 12:07:59 +02:00
Nextcloud bot
bc46215c3a
[tx-robot] updated from transifex 2019-08-05 03:03:41 +00:00
Nextcloud bot
f4bb53b408
[tx-robot] updated from transifex 2019-08-04 03:08:49 +00:00
Nextcloud bot
3ac2b3ac0b
[tx-robot] updated from transifex 2019-08-03 03:06:28 +00:00
Nick Antoniou
93b9b96d6f
Add first attemp at resolving #2953
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-02 16:21:43 +02:00
Nextcloud bot
0711815a77
[tx-robot] updated from transifex 2019-08-02 03:07:32 +00:00
Andy Scherzinger
6773e1a510
Merge pull request #4056 from nextcloud/exceptionHandler
Re-enable exception handler
2019-08-01 14:52:20 +02:00
Andy Scherzinger
1d79f899af
Remove theming, use better title
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-08-01 11:31:49 +02:00
Tobias Kaminsky
ea44c595a8
Merge pull request #4180 from nextcloud/design/screenshots
Improve app store screenshot designs
2019-08-01 09:44:57 +02:00