-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Feature - Add More MDM #13942
base: master
Are you sure you want to change the base?
Feature - Add More MDM #13942
Conversation
712d3ca
to
0c8642c
Compare
9be436f
to
8d94e0f
Compare
app/src/main/java/com/owncloud/android/authentication/AccountAuthenticator.java
Show resolved
Hide resolved
app/src/main/java/com/owncloud/android/authentication/DeepLinkLoginActivity.kt
Show resolved
Hide resolved
@@ -313,11 +319,12 @@ static class AddAccountViewHolderItem extends RecyclerView.ViewHolder { | |||
* @param accountListAdapterListener {@link Listener} | |||
*/ | |||
private void bind(Listener accountListAdapterListener) { | |||
// bind action listener |
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.
@tobiasKaminsky In rare cases, context can be null. In that case, onClick of AddAccountViewHolderItem will do nothing. Is it expected behavior?
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.
Not sure. But this should be independant from this PR?
So, create a new issue and we can check/discuss.
Disable clipboard should also hide clipboard icon. |
db2c10c
to
a4c6354
Compare
02ef8ea
to
c2bd8a9
Compare
yes. MDM is to disable sharing/send files/clipboard So for MDM there is no need to have those 3 functions. But as this is already in place in our code, just combine those for MDM. |
|
e8648b5
to
49477f2
Compare
Share via link:
sendFilesSupport:
Rest ✔ |
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
49477f2
to
b79602f
Compare
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
blue-Light-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/13942-Screenshot-blue-Light-16-50 |
How to Test?
Disable Multi Account -- User can't add account. New accounts can’t be added from the Manage Account section.
Disable Sharing -- Removes share button from action list
Disable More External Site -- Removes external sites from drawer menu
Disable Intro -- Don't launch FirstRunActivity only if user not logged in before
disable_intro.mp4