Commit graph

3411 commits

Author SHA1 Message Date
Mario Danic
aebad1476b
Set empty message for search 2017-02-23 10:21:46 +01:00
Mario Danic
5a36b60d7c
Show only files&folders in current folder 2017-02-23 10:21:46 +01:00
Mario Danic
7a36a45e5d
Try to fix filtering 2017-02-23 10:21:45 +01:00
Mario Danic
f47a7da793
Fix filtering a bit 2017-02-23 10:21:45 +01:00
Mario Danic
449ce15bdf
Fix codacy stuff 2017-02-23 10:21:45 +01:00
Mario Danic
e3cf4701f2
Animate search bar transition 2017-02-23 10:21:44 +01:00
Mario Danic
f7ceca9cab
Fix rotation magic 2017-02-23 10:21:44 +01:00
Mario Danic
43a82f7dcb
Make fab appear nicer 2017-02-23 10:21:44 +01:00
Mario Danic
7a15e20b20
Update footer 2017-02-23 10:21:43 +01:00
Mario Danic
ca674dd8a0
Set proper message 2017-02-23 10:21:43 +01:00
Mario Danic
6a510d96c0
Work on a new approach 2017-02-23 10:21:42 +01:00
Mario Danic
bc0bbd7842
Revert "Update one more broadcast"
This reverts commit 7abc8f12469cead1394167abe63716cf5e24afe0.

# Conflicts:
#	src/com/owncloud/android/datamodel/FileDataStorageManager.java
2017-02-19 19:24:13 +01:00
Mario Danic
db0620bab4
Add missing ; 2017-02-19 19:24:13 +01:00
Mario Danic
f3c735050d
Update one more broadcast 2017-02-19 19:24:12 +01:00
Mario Danic
7529084f82
Set package name on all sticky intents 2017-02-19 19:24:12 +01:00
carstendev
d038fd7260 Fix for #448. Rotation change in FolderPicker caused app crash. 2017-02-12 04:48:10 +01:00
Mario Danic
ba5dae93b4
Quick fix to work with new library updates 2017-02-05 22:17:13 +01:00
justin-sleep
b5ca2cdc90
Set DAV path in AccountUtils and retrieve it when calling DAVdroid 2017-02-05 21:45:20 +01:00
justin-sleep
66b6436d2b
Use proper API to get WebDAV path for DAVdroid URI correction 2017-02-05 21:45:19 +01:00
justin-sleep
ef1a56f844
Fix DavDroid integration (append necessary addition to mURI) 2017-02-05 21:45:14 +01:00
Mario Đanić
bb22b9d50b Merge pull request #605 from nextcloud/bug_597
Don't restore from unknown state for migration. Fixes #597
2017-01-31 09:21:16 +01:00
Andy Scherzinger
668229a2ed Merge pull request #524 from mario/improvement-toggle-favourite-only-relevant-files
Avoid toggling favourite for all selected files
2017-01-30 20:23:22 +01:00
Bartosz Przybylski
5a647cf094 Don't restore from unknown state for migration. Fixes #597 2017-01-30 17:38:22 +01:00
tobiasKaminsky
e1f8ace98e
round thumbnail size to power of 2: 384 => 256 2017-01-29 21:07:16 +01:00
Mario Danic
ca4947271c
Fix another formatting issue 2017-01-29 21:06:08 +01:00
Mario Danic
28faac1b53
Fix a formatting issue 2017-01-29 21:06:08 +01:00
Mario Danic
121bd06114
Fix review comments 2017-01-29 21:06:08 +01:00
Mario Danic
9010476ccc
Avoid toggling favourite for all selected files 2017-01-29 21:06:07 +01:00
AndyScherzinger
9d0306a8c8
formatting 2017-01-27 16:33:12 +01:00
AndyScherzinger
a49daae9eb
code review 2017-01-27 16:33:12 +01:00
AndyScherzinger
39b3f2f5d5
fix visibility 2017-01-27 16:33:11 +01:00
AndyScherzinger
84b9bb97d4
fix codacy warnings 2017-01-27 16:33:11 +01:00
AndyScherzinger
fa4439bc46
add further checks for API Level 2017-01-21 14:09:19 +01:00
tobiasKaminsky
4aa12e390c
changes according to Code Review 2017-01-20 16:01:30 +01:00
tobiasKaminsky
122e163675
prevent NoClassDefFound 2017-01-20 16:01:27 +01:00
AndyScherzinger
fa81cf7ec2
performance: only do further processing if not a Nc app folder 2017-01-11 22:55:12 +01:00
AndyScherzinger
c024df5602
NPE Fix
resolves #529
2017-01-11 22:55:03 +01:00
tobiasKaminsky
555e885940 fix wrong creation of folder during auto upload 2017-01-05 20:33:40 +01:00
tobiasKaminsky
1219844d58 try to fix TimSort, but it was just a plain NPE... 2017-01-04 20:24:26 +01:00
tobiasKaminsky
5ab691154e
- delay job execution by minimal 10s
- on job execution: check if file exists prior to real upload. If file does not exist anymore, just ignore it
2017-01-03 21:06:23 +01:00
tobiasKaminsky
bdf8e58d22
auto upload: only files, no folders 2017-01-03 20:45:10 +01:00
tobiasKaminsky
3055bcecb3
ignore files ending with ".tmp" 2016-12-31 18:32:20 +01:00
tobiasKaminsky
2b86d9912e
show pending jobs in upload view
cancel pending jobs
2016-12-31 17:37:42 +01:00
tobiasKaminsky
96777a7d36
extracted string value
first try to get uploadStorageManager show job
2016-12-31 17:37:40 +01:00
tobiasKaminsky
87077067f8
fixed removing files #473 2016-12-31 15:17:52 +01:00
tobiasKaminsky
a116cdf77f
disable handling broadcast on Nougat and better 2016-12-30 19:02:43 +01:00
AndyScherzinger
f79b7ca2c0
resolves: #483 - adding proper email sharee handling 2016-12-30 18:37:31 +01:00
AndyScherzinger
5e0a163709
simplify loading screen 2016-12-30 17:52:21 +01:00
AndyScherzinger
3eaeb049a1
fix codacy warnings 2016-12-30 17:43:04 +01:00
AndyScherzinger
4d646d0da3
restore backAsUp arrow in action bar when being in a subfolder (and drawer has been opened/closed) #445 2016-12-30 17:43:04 +01:00
AndyScherzinger
99d630bdf4
empty list tweaks for #445 2016-12-30 17:43:04 +01:00
AndyScherzinger
b5fea72953
codacy is really picky.... 2016-12-21 13:12:56 +01:00
AndyScherzinger
87aeb026b6
shorten interface 2016-12-21 13:04:30 +01:00
AndyScherzinger
75dace2af0
shorten class definition 2016-12-21 13:03:55 +01:00
AndyScherzinger
247bbc11b6
reuse account manager list adapter for account chooser, put helper method for list names in utils 2016-12-21 12:57:33 +01:00
AndyScherzinger
96229c6c6b
Added persistence of file extension selection per type 2016-12-21 11:56:45 +01:00
masaaki matsuo
930535fe1e
add .desktop Internet Shortcut 2016-12-21 11:08:30 +01:00
AndyScherzinger
1390afa6b0
remove unused/unneeded class 2016-12-21 11:08:29 +01:00
AndyScherzinger
07d4288246
fixed codacy warnings 2016-12-21 11:08:27 +01:00
masaaki matsuo
c0c6efc08a
fix webloc suffix 2016-12-21 11:08:27 +01:00
masaaki matsuo
fad2998f99
remove unuse valiable 2016-12-21 11:08:26 +01:00
masaaki matsuo
fe9d0926eb
add import 2016-12-21 11:08:26 +01:00
masaaki matsuo
d20481568b
fix codacy warnings 2016-12-21 11:08:25 +01:00
matsuo
dc41d3c1a5
add hideSpinnerDropDown() 2016-12-21 11:08:25 +01:00
matsuo
68bd78177f
move strings to resource, fix DialogFragments crash on screen rotation 2016-12-21 11:08:25 +01:00
matsuo
624665594b
reduce strings 2016-12-21 11:08:24 +01:00
matsuo
e45eed77c1
replace tab to spaces 2016-12-21 11:08:24 +01:00
matsuo
05d0b9e700
add filetype select 2016-12-21 11:08:24 +01:00
matsuo
02e49de3b3
adding spinner code 2016-12-21 11:08:23 +01:00
matsuo
ad16d4a4f5
test spinner in DialogFragment 2016-12-21 11:08:23 +01:00
matsuo
a568f73a1f
use DialogFragment instead of onCreateDialog() and showDialog() 2016-12-21 11:08:22 +01:00
matsuo
aff10f6ec2
use showDialog() to show DIALOG_UPLOAD_FILENAME dialog 2016-12-21 11:08:22 +01:00
matsuo
936ead2c3f
recognize intent from the google map 2016-12-21 11:08:22 +01:00
matsuo
6900c73642
add title and message in dialog 2016-12-21 11:08:21 +01:00
matsuo
678170024e
Code review fixes 2016-12-21 11:08:21 +01:00
matsuo
dcabcaa58e
reformat with Android Studio 2016-12-21 11:08:21 +01:00
matsuo
437f236552
Add upload URL file feature 2016-12-21 11:08:11 +01:00
wfiete
13a7b362dd Better readability. 2016-12-11 18:07:45 +01:00
wfiete
4488bfb84c Pending runnable that will be executed after the drawer has been closed. 2016-12-08 12:20:39 +01:00
AndyScherzinger
7d54ab07e3
revised text and order 2016-11-23 21:40:38 +01:00
AndyScherzinger
a49b54419a
fixed feature list / string for revamped what's new images 2016-11-23 21:18:52 +01:00
tobiasKaminsky
6eacd30783
fix "showing double whatsnew screen on first start" once again ;) 2016-11-23 21:18:52 +01:00
AndyScherzinger
7bf7299874
re-add missing methods 2016-11-23 21:18:52 +01:00
AndyScherzinger
786f00fa9a
fixed codacy warnings 2016-11-23 21:18:52 +01:00
AndyScherzinger
8436dc92e0
removal of code warnings 2016-11-23 21:18:51 +01:00
AndyScherzinger
ae40988c34
fixed headers and code duplication 2016-11-23 21:18:51 +01:00
AndyScherzinger
dd010cb555
organize imports after rebase 2016-11-23 21:18:51 +01:00
Andy Scherzinger
91fc60e8fb
hide "skip" button on last feature element 2016-11-23 21:18:51 +01:00
Andy Scherzinger
d23a01b573
incorporating the new feature graphics and coloring 2016-11-23 21:18:51 +01:00
Andy Scherzinger
528b8d5e5e
resized font sizes 2016-11-23 21:18:50 +01:00
Bartosz Przybylski
a811fe21e4
Code review fixes 2016-11-23 21:18:50 +01:00
Bartosz Przybylski
5ee2fbacf6
tabs to spaces 2016-11-23 21:18:49 +01:00
Bartosz Przybylski
2663ff871e
tabs to spaces 2016-11-23 21:18:49 +01:00
Bartosz Przybylski
91826228f4
Show whats new only once on first run 2016-11-23 21:18:49 +01:00
Bartosz Przybylski
907a61b01e
Change the way of displaying progress indicator 2016-11-23 21:18:49 +01:00
Bartosz Przybylski
bd91cb0c22
Use ViewPager instead of custom dragging mechanism 2016-11-23 21:18:49 +01:00
Bartosz Przybylski
deaf569c1c
Add parameter to allow showing whats new in beta 2016-11-23 21:18:48 +01:00
Bartosz Przybylski
c700937c6a
Till java7 won't be used on ant project use old diamond notation 2016-11-23 21:18:48 +01:00
Andy Scherzinger
0b9a1d0855
small design changes, adding arrow as vector (thus bumping gradle plugin to 1.5.0!), changing check icon and adding circle background for finish action 2016-11-23 21:18:48 +01:00
Andy Scherzinger
3e1c82d077
added iOS images for the whats new screens 2016-11-23 21:18:47 +01:00