Commit graph

25 commits

Author SHA1 Message Date
tobiasKaminsky
53538eb44d
remove not needed class
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-01-11 13:15:46 +01:00
tobiasKaminsky
43ce903559
move all operation to library
rename library operation to RemoteOperation
some cleanups

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-07 07:43:12 +01:00
Stephan Lohse
9b19f3940b Fix IllegalArgumentException on files with dots in name, add test case 2018-10-14 22:54:21 +02:00
tobiasKaminsky
7358c3dd09
- change long to bigInteger
- add another test

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-04 10:41:35 +02:00
tobiasKaminsky
f8801115f2
Add trashbin support
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-06-21 13:17:52 +02:00
eho
bc53e48c47 Removde TouchImageViewCustom class.
It's being replaced by PhotoView.
2018-05-18 20:14:25 +02:00
tobiasKaminsky
15579828bb
use long instead of integer
add fallback if number is too big

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

with '#' will be ignored, and an empty message aborts the commit.
2018-03-20 07:37:56 +01:00
tobiaskaminsky
ce970cf42b
fix wrong folder sorting, when OCFile.compareTo() is used
added testcases

Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-03-15 12:16:08 +01:00
tobiasKaminsky
d95e8a98a6
Natural sorting, for digits use value (01 -> 1), order by leading zeros (1 > 01)
use AlphanumComparator also for folder comparison

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-15 12:16:07 +01:00
tobiasKaminsky
c5d492cee9
Natural sorting, for digits use value (01 -> 1), order by leading zeros (1 > 01)
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-03-15 12:16:04 +01:00
tobiaskaminsky
d9435fcf1d
show download snackbar only if activity exists
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
2018-01-31 07:35:41 +01:00
tobiasKaminsky
e505421db9
Implicitly using the default locale is a common source of bugs
internal: Locale.ROOT
otherwise Locale.getDefault()
2018-01-09 10:51:22 +01:00
tobiaskaminsky
c18c0b3c69
new sorting, adapted to server 2017-11-22 15:18:43 +01:00
tobiasKaminsky
0a649f01bb
Resized images 2017-11-08 22:38:52 +01:00
Hari
091c76c269
Download contact image if url is given 2017-10-18 23:36:10 +02:00
AndyScherzinger
fbcfa02142
fix lint errors 2017-08-08 12:59:57 +02:00
AndyScherzinger
76779f9b2e
fix legacy sdk checks for pre-v14 sdks 2017-07-11 09:25:24 +02:00
alejandro
d1f7e2aa5f Fix Sort Contact
Avoid duplicate contacts
2017-05-30 16:15:05 -05:00
AndyScherzinger
904ec2623d
remove unnecessary semicolons (lint) 2017-05-13 14:11:20 +02:00
tobiasKaminsky
35e683546c
contact backup & import 2017-04-18 08:23:55 +02:00
AndyScherzinger
de825e2238
Merge branch 'master' of https://github.com/nextcloud/android into integration-with-master
# Conflicts:
#	src/main/java/com/owncloud/android/ui/activity/DrawerActivity.java
#	src/main/java/com/owncloud/android/ui/preview/PreviewImageFragment.java
#	src/main/res/values-en-rGB/strings.xml
2017-04-03 23:20:30 +02:00
AndyScherzinger
f0a4db8877
move members to the top 2017-03-26 01:01:52 +01:00
AndyScherzinger
ca0f1bbb2d
partial click fix 2017-03-19 14:05:50 +01:00
Mario Danic
06d3f89f20 Add third parties properly 2017-02-25 02:44:31 +01:00
Mario Danic
16f1243da6 Fix project structure and prepare for branding 2017-02-25 02:44:31 +01:00