-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Updated avatar handling #7098
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
Updated avatar handling #7098
Conversation
AndyScherzinger
left a comment
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.
Just a minor issue with the license header in the xml file
| ~ | ||
| ~ You should have received a copy of the GNU Affero General Public License | ||
| ~ along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
| --> |
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.
we usually don't prefix license header comment lines with ~
d195b8f to
630bea3
Compare
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.
looks good but needs a rebase for the code checks to show proper lint result comparisons
ktlint issue should get fixed
|
Complexity decreasing per file
==============================
+ src/main/java/com/owncloud/android/ui/adapter/OCFileListAdapter.java -2
See the complete overview on Codacy |
630bea3 to
e844abf
Compare
Signed-off-by: tobiasKaminsky <[email protected]>
e844abf to
85551b5
Compare
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
Signed-off-by: Andy Scherzinger <[email protected]>
85d8950 to
840d7e5
Compare
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/7098.apk |
CodacyLint
SpotBugs (new)
SpotBugs (master)
|
|
master-light-blue-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16781-Screenshot-master-light-blue |
|
stable-light-blue-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16781-Screenshot-stable-light-blue |
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16781-IT-stable |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16781-IT-master |
|
master-dark-blue-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16781-Screenshot-master-dark-blue |
|
stable-dark-blue-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/16781-Screenshot-stable-dark-blue |
Updated avatar handling Signed-off-by: thelittlefireman <[email protected]>

For: nextcloud/server#23467
Signed-off-by: tobiasKaminsky [email protected]
Testing
Writing tests is very important. Please try to write some tests for your PR.
If you need help, please do not hesitate to ask in this PR for help.
unit tests
instrumented tests
UI tests