AndyScherzinger
d00935bd70
codacy: remove unused import
2018-05-24 13:16:16 +02:00
AndyScherzinger
cd3953b32f
remove unused orderCategory
2018-05-24 13:06:30 +02:00
AndyScherzinger
caddb104b4
Fixes #1749 setting the menu item order according to the webUI
2018-05-24 12:50:25 +02:00
Nextcloud bot
cd315095d1
[tx-robot] updated from transifex
2018-05-24 00:53:17 +00:00
Tobias Kaminsky
5d41f14fbd
daily dev 20180524
2018-05-24 00:32:37 +02:00
Andy Scherzinger
031a0a242c
Merge pull request #2603 from nextcloud/disable-analytics-via-manifest
...
Disable analytics via manifest
2018-05-23 19:18:51 +02:00
Andy Scherzinger
8c754f5987
Merge pull request #2312 from nextcloud/integrationTests
...
Add support for integration tests
2018-05-23 18:51:34 +02:00
Mario Danic
d727b72a65
Disable analytics via manifest
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-05-23 16:35:52 +02:00
tobiasKaminsky
ebdd4207ed
move disabled tests to its own package
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 08:58:21 +02:00
nextcloud-android-bot
1c8daeb0f7
Drone: update Lint results to reflect reduced error/warning count [skip ci]
2018-05-23 08:51:36 +02:00
AndyScherzinger
a733f515ed
ownCloud->Nextcloud + new line
2018-05-23 08:51:36 +02:00
tobiasKaminsky
6a574d213a
bump test/espresso lib versions
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 08:51:35 +02:00
tobiasKaminsky
76d3747748
Add support for integration tests
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 08:51:35 +02:00
Mario Đanić
51dca0208a
Merge pull request #2490 from nextcloud/fixDoubleSearch
...
Fix double search
2018-05-23 08:50:54 +02:00
Nextcloud bot
aac3f6a21a
[tx-robot] updated from transifex
2018-05-23 00:53:24 +00:00
tobiasKaminsky
378626c9a9
fix double search
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-23 00:45:07 +02:00
Tobias Kaminsky
001f13d884
daily dev 20180523
2018-05-23 00:32:17 +02:00
Tobias Kaminsky
2c1ac42ff1
Merge pull request #2501 from nextcloud/userIdForWebdavSearch
...
Use userId for webdav search
2018-05-22 12:56:51 +02:00
Andy Scherzinger
1a193d765d
Merge pull request #2520 from nextcloud/doNotSortOnGetFolderContent
...
Do not sort on getFolderContent
2018-05-22 11:40:32 +02:00
Andy Scherzinger
3e08819215
Merge pull request #2544 from nextcloud/whiteBrander
...
Brander with white primary color
2018-05-22 11:36:59 +02:00
Tobias Kaminsky
6883098a1c
Merge pull request #2599 from nextcloud/2596-previewnavigation-overlap
...
res:styles: Don't use a translucent navigation bar in the Preview activity
2018-05-22 11:29:13 +02:00
Mario Đanić
e76824a872
Merge pull request #2600 from nextcloud/previewimagefragment-cleanup
...
Minor cleanup of the PreviewImageFragment
2018-05-22 11:17:49 +02:00
eho
5b68a221e9
datamodel: Don't try to be smarter than the JVM by calling the garbage collector.
...
Calling System.gc() or Runtime.getRuntime().gc() is a bad idea for a simple reason: there is no way to know exactly what will be done under the hood by the JVM because the behavior will depend on its vendor, version and options:
Will the whole application be frozen during the call?
Is the -XX:DisableExplicitGC option activated?
Will the JVM simply ignore the call?
An application relying on these unpredictable methods is also unpredictable and therefore broken. The task of running the garbage collector should be left exclusively to the JVM.
2018-05-22 11:16:23 +02:00
eho
f0b31af089
ui:preview Removed useless call to System.gc().
...
Calling System.gc() or Runtime.getRuntime().gc() is a bad idea for a simple reason: there is no way to know exactly what will be done under the hood by the JVM because the behavior will depend on its vendor, version and options.
2018-05-22 11:14:33 +02:00
eho
e7d53a94e5
ui:preview Added final modifiers to applicable declarations.
2018-05-22 11:05:07 +02:00
eho
4ebf83fce6
ui:preview Simplified lambda expressions.
2018-05-22 11:04:13 +02:00
eho
9ecdcdd613
ui:preview Removed unused import.
2018-05-22 11:03:39 +02:00
eho
1896ffe66e
ui:preview Removed single-use downloadFile() method.
2018-05-22 11:03:22 +02:00
eho
158451d316
ui:preview Removed unused public method switchToFullScreen()
2018-05-22 10:53:20 +02:00
eho
044b59c2f2
ui:preview Moved full screen toggle code to dedicated method.
...
Reduces duplicate code.
2018-05-22 10:53:00 +02:00
Mario Đanić
f2039686f4
Merge pull request #2602 from nextcloud/ui-preview-checkerboardrefactor
...
ui:preview Simplified generateCheckerboardLayeredDrawable()
2018-05-22 10:37:53 +02:00
eho
0ae79863e5
ui:preview Simplified layerDrawable dimension calculation even further.
2018-05-22 10:36:49 +02:00
eho
e61aa30b6f
ui:preview Simplified layerDrawable dimension calculation.
2018-05-22 10:30:26 +02:00
Tobias Kaminsky
e59181544e
Merge branch 'master' of https://github.com/nextcloud/android
2018-05-22 08:45:11 +02:00
Nextcloud bot
4f8669d6d4
[tx-robot] updated from transifex
2018-05-22 00:48:17 +00:00
Tobias Kaminsky
c12e49ee94
daily dev 20180522
2018-05-22 00:32:11 +02:00
Tobias Kaminsky
de83abfdaa
Merge branch 'master' of git://github.com/nextcloud/android
2018-05-22 00:30:09 +02:00
eho
ab13851438
ui:preview Ensure getActivity() is not null before generating LayerDrawable.
2018-05-21 22:15:33 +02:00
eho
71466768f7
ui:preview Replaced setLayerHeight and setLayerWidth calls with setLayerSize().
...
Saves a few lines of code. Always a good thing.
2018-05-21 22:14:32 +02:00
Andy Scherzinger
36328e242e
Merge pull request #2519 from nextcloud/rippleEffect
...
Add ripple effect
2018-05-21 21:40:14 +02:00
AndyScherzinger
637fc68581
reformat layouts due to review
2018-05-21 19:51:50 +02:00
eho
d5d6a6b4fd
ui:preview Replaced anonymous types with lambdas.
2018-05-21 19:21:20 +02:00
eho
ea769e3ff7
ui:preview: Removed unused @Override method so that we simply inherit it.
...
Overriding a method just to call the same method from the super class without performing any other actions is useless and misleading.
2018-05-21 19:20:48 +02:00
eho
fdce4339a9
ui:preview Adjusted access declarations. Follow the principle of least privileged.
2018-05-21 19:19:29 +02:00
eho
a78ab4ba97
ui:preview Removed redundant variable.
2018-05-21 19:18:59 +02:00
eho
572ff50943
res:styles: Don't use a translucent navigation bar.
...
This causes view elements at the bottom to overlap with the navigation bar which makes it impossible to interact with said elements.
2018-05-21 19:13:21 +02:00
AndyScherzinger
86d60238fe
codacy: organize imports
2018-05-21 12:48:35 +02:00
tobiasKaminsky
77c253f48d
add ripple effect
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-21 12:48:35 +02:00
Andy Scherzinger
daee7d101b
Merge pull request #2593 from nextcloud/2583-feature-photoview
...
Replaced legacy custom ImageView and ViewPager class with PhotoView and stock ViewPager
2018-05-21 12:16:01 +02:00
eho
066936a5f3
ui:preview Use static string constants for mime types.
...
Duplicating hard coded strings all over the place is generally a bad idea and will lead to typos.
2018-05-21 10:43:43 +02:00