-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Iteration 5 for File detail & new sharing - Comments #2690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I'll take care of the button 👍 |
|
|
||
| Bundle bundle = getArguments(); | ||
| setFile((OCFile) bundle.getParcelable(EXTRA_FILE)); | ||
| setFile(bundle.getParcelable(EXTRA_FILE)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally touched the file and now AndroidStudio always tries to enhance this…
|
@tobiasKaminsky button has been beautified, see c2c338a |
|
Edit Text tinting has been added via d302e3f |
|
@tobiasKaminsky except for the rebase/conflict-resolving is there anything left open for this PR since I did the 2 remaining TODOs you wrote down? |
|
Same as the other PR, once this is ready an versions PR is merged, we need do rebase this. |
|
This is now ready for review 👍 |
|
Thanks for testing 👍 |
|
Conflicts + submit button should be rotated by 45 degrees to the left. |
isn't Talk the only app doing this? 😝 (looking at mail/messengers/etc.) |
|
@AndyScherzinger yes. Consistency :P |
| private boolean isSuccess(int status) { | ||
| return status == HttpStatus.SC_CREATED; | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New line.
| @@ -0,0 +1,112 @@ | |||
| /* | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whole file should be in a library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General issue: ATM all "operations" are afaik not in the lib but the app...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General issue maybe, but at least move this NEW issue to the library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently this cannot be moved this easily as these *Operation extends RemoteOperation which is a class in files app.
I guess you confuse it with *RemoteOperations, e.g.:
RemoveFileOperation is in Files app (handles app specific stuff)
RemoveRemoteFileOperation is in library (and handles the real webdav call)
Having a look at material icons (https://material.io/tools/icons/?icon=send&style=baseline) We should rather change the icon in talk, to stay consistent. |
|
! Rebased |
|
@tobiasKaminsky yup – the icon you show is correct. Looking at Signal they do the same.
Also cc @nickvergessen cause I guess these things have to do with notifications? |
That is the content we get from the server, so @nickvergessen or somebody else would have to change that in the server. |
fb4711e to
b4c631b
Compare
a56d234 to
818ec64
Compare
b4c631b to
88009bc
Compare
|
@jancborchardt this is all from server side, except of the date header "today, yesterday, …", which is the same as the activity stream. Please do not merge this, as this would then be merged in versions branch. |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Codecov Report
@@ Coverage Diff @@
## master #2690 +/- ##
=========================================
- Coverage 6.49% 6.48% -0.01%
=========================================
Files 287 288 +1
Lines 29058 29108 +50
Branches 4234 4235 +1
=========================================
+ Hits 1888 1889 +1
- Misses 26886 26935 +49
Partials 284 284
|
@tobiasKaminsky you rebased the branch and versions has been merged, so I'd say the PR can be merged now, right? :) |
|
@tobiasKaminsky ok, will open in Activity then. But text size is from Android also, right? Can you adjust that as I mentioned above? |
|
@jancborchardt I will do it in a following PR / discuss in a new issue. |


Based on #2685
TODO