Andy Scherzinger
ab3230775a
Merge pull request #2512 from nextcloud/2507-bugfix-intentmode
...
Preferences: Don't start FileDisplayActivity when pressing the back button
2018-04-26 17:57:50 +02:00
Andy Scherzinger
f32cb018d8
Merge pull request #2511 from nextcloud/unknownErrorMessage
...
added more information on initial connection error
2018-04-26 14:13:41 +02:00
AndyScherzinger
bca8c493ab
Fix CR
2018-04-26 13:18:45 +02:00
AndyScherzinger
382f4942ae
Fix CR
2018-04-26 13:16:01 +02:00
AndyScherzinger
9ef32d8847
Fix CR
2018-04-26 13:16:01 +02:00
AndyScherzinger
1167d46d93
added more information on initial connection error
2018-04-26 13:16:00 +02:00
Tobias Kaminsky
957a1f7012
Update README.md
...
Add logcat filtering by process id.
2018-04-26 11:51:24 +02:00
eho
7982c08c13
Preferences: Don't launch a new intent when hitting the back button.
...
It doesn't really make sense to launch a hard coded activity when navigating back from the Preferences activity. The expected behavior is probably to return the user to the previous activity rather than always throwing them back to the FileDisplayActivity.
2018-04-26 11:24:55 +02:00
tobiasKaminsky
f6c650d046
Activites -> Activities
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-26 11:13:18 +02:00
ardevd
e4b20211ec
data: Removed unused private fields.
2018-04-26 10:18:20 +02:00
Tobias Kaminsky
f150929566
Update lint-results.txt
...
add 4 warnings due to firebase warnings
2018-04-26 09:56:42 +02:00
ardevd
da931e44dc
activities: Set nextPageUrl to null when manually refreshing activities.
...
When the user swipes the recycler view to refresh the list of activities we want the list to be cleared and populated with the newest activities without loading all the other paginated activities that might have been loaded up to that point. Therefore we set the nextPageUrl variable to null in the setOnRefreshListener for the swipeRefreshLayout.
2018-04-26 08:45:07 +02:00
ardevd
6f106952f9
activities: Updated usage of the loadActivities() contract method.
2018-04-26 08:39:20 +02:00
ardevd
c68edcf7a8
activities: Fixed typo in contract interface method.
2018-04-26 08:38:24 +02:00
Nextcloud bot
884917653e
[tx-robot] updated from transifex
2018-04-26 00:42:56 +00:00
Tobias Kaminsky
595e2cfdb4
daily dev 20180425
2018-04-25 00:33:43 +02:00
Andy Scherzinger
43885109f0
Merge pull request #2445 from artem-p/master
...
Enhance what's new screen
2018-04-24 19:50:37 +02:00
AndyScherzinger
13baa9c32f
removed margin left to really center headline, added empty line at the end of the file
2018-04-24 19:25:28 +02:00
artem-p
fdb1fb6e97
increase spacing above and below the top header
2018-04-24 19:25:28 +02:00
artem-p
7af202ded8
position whats new details title and text
2018-04-24 19:25:28 +02:00
artem-p
2ac1a3ae4a
whats new title is not bold
2018-04-24 19:25:25 +02:00
Andy Scherzinger
b9cdd22f15
Merge pull request #2508 from nextcloud/bumpAndroidPlugin
...
Bump Android gradle plugin
2018-04-24 12:46:26 +02:00
Andy Scherzinger
6e5e4832b1
Bump Android gradle plugin
2018-04-24 11:18:52 +02:00
Nextcloud bot
309f1e6f97
[tx-robot] updated from transifex
2018-04-24 09:09:48 +00:00
Andy Scherzinger
83934655b1
Merge pull request #2503 from nextcloud/2502-npefix
...
adapter: Pass valid context to setImageDrawable()-call.
2018-04-24 09:50:40 +02:00
Nextcloud bot
6cf36914d3
[tx-robot] updated from transifex
2018-04-24 00:42:46 +00:00
Tobias Kaminsky
b39e2fa163
daily dev 20180424
2018-04-24 00:32:00 +02:00
ardevd
eab58accd7
layout: Formatting fixes for the activity_list_layout xml.
2018-04-23 14:03:32 +02:00
ardevd
8168063ae4
data:files Simplified onPostExecute processing.
2018-04-23 13:47:56 +02:00
ardevd
162fdb9d8a
tests: Added unit tests for the RemoteFilesRepository class.
...
Provides 100% coverage of the RemoteFilesRepository class.
2018-04-23 13:45:23 +02:00
ardevd
99122f1467
tests: Added unit tests for the RemoteActivitiesRepository class.
2018-04-23 13:40:31 +02:00
ardevd
ca6cd76f0b
adapter: Pass valid context to setImageDrawable()-call.
...
Fixes #2502 .
2018-04-23 13:26:23 +02:00
ardevd
9a9a4629e0
tests: Updated ActvitiesPresenter unit tests with the new interface methods.
2018-04-23 13:25:25 +02:00
ardevd
5998438f12
activities: Correctly handle the nextPageUrl parameter.
...
This should be managed by the activity and not the data repository API since the latter has no track of state.
2018-04-23 13:24:49 +02:00
ardevd
81a300077c
test: Added unit tests for the Activities Presenter.
...
This provides 100% coverage of the Activities Presenter class.
2018-04-23 12:59:42 +02:00
ardevd
3fd750c871
activities: Removed legacy ActivitesList activity
2018-04-23 12:40:55 +02:00
ardevd
45755395c4
activities: Cleaned up activity class.
...
Removed unused imports and objects.
2018-04-23 12:40:45 +02:00
ardevd
dd9a029d18
activites: Any theming call has now context, instead of app context (from master)
2018-04-23 12:38:30 +02:00
ardevd
03e0e181a2
Merge remote-tracking branch 'origin/master' into 2474-feature-mvp-activities
2018-04-23 12:35:38 +02:00
ardevd
94fa9dc0bf
activites: Use correct ActionListener method for showing File details.
2018-04-23 12:33:59 +02:00
ardevd
855e06c912
data:files Return descriptive error message if null is returned.
...
TODO: Use string resources instead of hardcoded strings.
2018-04-23 12:33:30 +02:00
ardevd
a2dad4ec4f
data:activities: Fix onPostExecute success handling.
...
Missing else block resulted in error message being returned every time.
2018-04-23 12:27:33 +02:00
ardevd
5acfe5c201
activities: Refactored Remote file read operations.
...
Use the File repository instead of the local AsyncTask implementation.
2018-04-23 12:19:01 +02:00
ardevd
9fde4ba10d
data: Added Injection class for injection data repositories.
2018-04-23 12:18:06 +02:00
ardevd
c0044bddc1
data:files Added file repository classes and interfaces.
...
This provides a centralized asynchronous repository for all remote File operations. Currently only supports ReadRemoteFile as required by the activities activity.
2018-04-23 12:17:46 +02:00
ardevd
ad49754f42
activities:data Activites Service API AsyncTask should be static to avoid leaks
2018-04-23 11:42:35 +02:00
ardevd
0fe1bfcb03
activities:data: Refactored directory structure.
2018-04-23 11:32:24 +02:00
Tobias Kaminsky
3aad742e0c
Merge pull request #2500 from nextcloud/updateDevBuildScript
...
Adapt build dev script to new version schema
2018-04-23 09:51:54 +02:00
tobiasKaminsky
dca584a6e2
adapt build dev script to new version schema
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-04-23 09:50:50 +02:00
Tobias Kaminsky
574401f9ca
daily dev 20180423
2018-04-23 08:06:48 +02:00