Commit graph

85 commits

Author SHA1 Message Date
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
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
tobiasKaminsky
7fae76294a
rename participate -> community
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-09-04 09:24:25 +02: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
03dbd49227
Show groupFolder correctly
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-08-16 08:31:21 +02:00
tobiasKaminsky
4c5eca98ec
remove leftovers from bottom bar removing
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-07-23 07:23:07 +02:00
tobiasKaminsky
6bc9484db4
Copy internal link
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-06-05 12:32:03 +02:00
tobiasKaminsky
dc7a2c0e7e
show sharees
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-16 09:06:17 +02:00
tobiasKaminsky
816a10735a
- unify icons
- add svg, convert to android xml, removed png

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

fix after rebase

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

renamed user -> ic_user (icon)
make favorite mutable

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

replace further png resources with xml drawables

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

fixes after rebase

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

allow for vector compat

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

add missing icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

add yet another missing icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

lint: When using VectorDrawableCompat, you need to use app:srcCompat

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

lint: When using VectorDrawableCompat, you need to use app:srcCompat

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

fix lint

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

Drone: update Lint results to reflect reduced error/warning count [skip ci]

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>

improve findbugs score

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

use correct icon for user account settings within drawer menu

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

icons needs to be grey600 by default, don't tint grey600 to not tint avatars

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

codacy: organize imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

programmatically set in-View drawables, in-view drawables can't be set via XML when supporting pre-lollipop

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

codacy: Useless parentheses & organize imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

organize imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

codacy: useless paranthesis

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>

revert programmatically set
do not use vectorDrawables.useSupportLibrary

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

use 128dp for talk

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

Revert "lint: When using VectorDrawableCompat, you need to use app:srcCompat"

This reverts commit 80068e7d37f3a8c6b7096c51543bda68443e4341.

Revert "lint: When using VectorDrawableCompat, you need to use app:srcCompat"

This reverts commit 0130e9a96d2602ad4b5d33aae67f34a458366d70.

revert srcCompat

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-03-28 10:14:01 +01:00
tobiasKaminsky
860e8e7ff4
WIP storage picker
improved icons/layout for storage path chooser
use dir name for external sdcard, add only if exists
ignore findbugs regarding hardcoded storage path and use better var names
improve codacy sccore, make interla storage paths a set
setup path chooser in picker action bar when storage location has been chosen
add missing licenses header, set correct year
show local storage path picker dialog if folder to navigate into is not readable
fix crashing app due to open dialog

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-02-25 16:38:41 +01:00
tobiasKaminsky
220bcfdb0a
- add put for action
- change icons for primary/other actions

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-02-20 12:31:33 +01:00
Andy Scherzinger
6a2193de8d
add disctinct actions to the upload list categories + clear menu action via toolbar (for now)
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-02-07 15:28:41 +01:00
Andy Scherzinger
6100cc7c60
improve qr code scan icon
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-01-21 17:27:21 +01:00
tobiasKaminsky
d47c77ca5c
Add support for QR codes & deep links
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-21 17:27:20 +01:00
AndyScherzinger
8ae93db343
Direct camera upload
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-18 07:08:35 +01:00
Andy Scherzinger
6daf772501
Merge pull request #3120 from nextcloud/showComments
Show unread comments count
2018-12-13 23:34:16 +01:00
tobiasKaminsky
63211df14a
use two xml for comments, one for list, one for grid
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-12 16:25:27 +01:00
Andy Scherzinger
0eed3b00a9
add stroke 2018-12-12 14:56:57 +01:00
tobiasKaminsky
8f63377171
add svg
use 757575

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-12 14:30:59 +01:00
tobiasKaminsky
cb1bff1ce0
add battery optimization warning
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-12 11:50:53 +01:00
tobiasKaminsky
cad6cd6a19
show unread comments
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-11 08:09:07 +01:00
tobiasKaminsky
7ad8a1a863
use another svg as source for talk icon. previous got corrupted on 6.0
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-10-29 22:28:00 +01:00
tobiasKaminsky
c40a912815
use chat bubble as fallback
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-19 14:18:37 +02:00
AndyScherzinger
cd5c360155
make restore icon grey600 2018-09-03 11:25:39 +02:00
tobiasKaminsky
8a1fa5db93
resize images to support 4.x with png instead of svg
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-14 10:31:32 +02:00
tobiasKaminsky
eae43cf464
Simple signup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

cleanup

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-08-13 14:46:10 +02:00
Tobias Kaminsky
4f7fcf2bb5
Merge pull request #2804 from nextcloud/showMaintenanceInfo
Show maintenance info
2018-07-13 08:31:52 +02:00
tobiasKaminsky
ec87e2acb9
Image defined in density-independent drawable folder
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-12 18:15:00 +02:00
AndyScherzinger
5fd88d5845
add xml vector copyright comment 2018-07-05 16:23:36 +02:00
tobiasKaminsky
c202518506
show maintenance mode
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-07-05 10:13:03 +02:00
AndyScherzinger
5cc7b5983a
Toolbar extension for displaying offline and maintenance status #989 2018-07-04 17:00:33 +02:00
tobiasKaminsky
f8801115f2
Add trashbin support
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:52 +02:00
Tobias Kaminsky
dc315a9394
Merge pull request #2690 from nextcloud/comments
Iteration 5 for File detail & new sharing - Comments
2018-06-20 13:49:54 +02:00
AndyScherzinger
41528ab5ad
replace button with borderless image button + ripple effect + click binding 2018-06-20 11:14:38 +02:00
AndyScherzinger
429da18285
Fix #2705 - displaying copy icon and adding send action to the link menu 2018-06-20 09:42:49 +02:00
AndyScherzinger
de4c27aa2e
Minor CR changes 2018-06-14 23:44:19 +02:00
tobiasKaminsky
075b0f52b8
Add file version to activity stream
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-14 23:44:14 +02:00
AndyScherzinger
ab4444aa22
fix lint issues 2018-06-10 21:36:22 +02:00
AndyScherzinger
c3209d817d
fix further review comments 2018-05-29 09:13:09 +02:00
AndyScherzinger
c738d9e46a
optimize layout/design 2018-05-29 07:58:35 +02:00
AndyScherzinger
c9328dcc25
add new lines 2018-05-29 07:58:08 +02:00
AndyScherzinger
6bb7dc86c7
butterknife for details fragment + proper empty content handling 2018-05-29 07:58:07 +02:00
AndyScherzinger
dd050b0dc6
new lines and license headers 2018-05-09 11:33:49 +02:00
AndyScherzinger
254ac96795
WiP for #2485 2018-05-09 11:33:48 +02:00
AndyScherzinger
34e9b55632
lint: fix the image ic_account_circle.png varies significantly in its density-independent (dip) size across the various density versions 2018-04-26 18:01:38 +02:00
Andy Scherzinger
418cecf4f2
Merge pull request #2493 from nextcloud/dynamicName
Show themeable cloud name instead of hardcoded nextcloud
2018-04-22 19:43:16 +02:00
AndyScherzinger
f35ef37f6b
fix lint: legacy fab styling 2018-04-22 19:14:37 +02:00
AndyScherzinger
e3bf29b4b4
added new line 2018-04-22 18:16:04 +02:00
tobiasKaminsky
e73dfbefb5
tint no upload icon grey
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-22 18:16:04 +02:00
tobiasKaminsky
9b64569c2c
change to google
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-19 16:19:35 +02:00