Commit graph

83 commits

Author SHA1 Message Date
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
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
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
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
tobiasKaminsky
31c795faa5
change corresponding svgl
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-03 16:19:14 +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
tobiasKaminsky
f8801115f2
Add trashbin support
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:52 +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
tobiasKaminsky
075b0f52b8
Add file version to activity stream
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-14 23:44:14 +02:00
tobiaskaminsky
4a3197d8dd
enhance what's new screen
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-06-10 21:36:28 +02:00
tobiaskaminsky
58d62ab204
updated whatsnew image
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-06-10 21:36:27 +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
e823a55c1c
svg file for account icon 2018-04-26 18:01:41 +02:00
tobiasKaminsky
e73dfbefb5
tint no upload icon grey
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-22 18:16:04 +02:00
Tobias Kaminsky
c65921f15b
new line 2018-03-23 11:36:22 +01:00
tobiasKaminsky
cbb9e0cbde
add showing icon on external folders
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-23 11:36:22 +01:00
tobiasKaminsky
f10b5a5aaf
change images
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-25 12:41:37 +01:00
tobiaskaminsky
79d1349942
make bullet list toggable,
update e2e & text

Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-01-25 12:41:13 +01:00
tobiasKaminsky
ae7b51e66d
- add 300 feature
- bullet point list for feature text
- improved lint: do not warn/error on unused translated ressources

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-01-25 12:41:13 +01:00
Jan-Christoph Borchardt
b6e84b66fd
First release of E2E 2018-01-15 08:11:49 +01:00
AndyScherzinger
9111fa0555
use vector xml for launcher icon background 2018-01-08 09:22:09 +01:00
AndyScherzinger
4b87a0d109
properly enforce round launcher icon 2018-01-08 09:22:08 +01:00
AndyScherzinger
09fdc9b2e1
reworked raw logos 2018-01-08 09:22:07 +01:00
AndyScherzinger
95f2b488f9
fix positioning of Nc logo within icons 2018-01-08 09:22:07 +01:00
AndyScherzinger
1fadabac13
line break added 2018-01-08 09:22:07 +01:00
AndyScherzinger
36f3c936ec
raw files for adaptive launcher icon generator 2018-01-08 09:22:07 +01:00
tobiasKaminsky
1ab3f4aa57
add icon launcher ressource 2018-01-08 09:21:51 +01:00
tobiaskaminsky
ae4ef70e36
add slides 2017-08-17 15:00:13 +02:00
AndyScherzinger
a17e64da25
custom folder icon 2017-08-08 12:59:02 +02:00
AndyScherzinger
de58c864bb
fix folder/upload icons for empty list view (Nc blue + 50% opacity) 2017-05-26 11:36:54 +02:00
tobiasKaminsky
8ba192f38a
tint checkboxes 2017-05-26 11:19:11 +02:00
tobiaskaminsky
1f8ee72aa5
set to 757575ff and no transparence as in othere files 2017-05-22 10:02:08 +02:00
AndyScherzinger
7a4c75aebb
fix logout button coloring 2017-04-27 09:19:11 +02:00
tobiasKaminsky
de9aa39c87
logout button in drawer 2017-04-27 09:19:11 +02:00
AndyScherzinger
5f3a1ce9bb
#871 make favorite icon yellow and fix headline adding "yet" 2017-04-24 10:16:48 +02:00
tobiasKaminsky
550ae613a1
change all namings of beta/nightly to new "dev" 2017-04-21 07:32:24 +02:00
AndyScherzinger
a04b3e63dc
cleanups 2017-04-19 17:09:45 +02:00
AndyScherzinger
20ac3b4e69
empty list icon, use latest empty list layout and butterknife 2017-04-19 15:54:49 +02:00