-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix #2881 (Change Media Details UI) #2954
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
Fix #2881 (Change Media Details UI) #2954
Conversation
This is fast @ujjwalagrawal17 , please ping me when ready for test:) |
Sure @neslihanturan . You can test the UI now also but the onclicks on buttons are not working now and needs some code improvements. Will try to finish it soon. |
Codecov Report
@@ Coverage Diff @@
## wikimedia-hackathon-2019 #2954 +/- ##
===========================================================
+ Coverage 3.69% 3.69% +<.01%
===========================================================
Files 248 248
Lines 12220 12211 -9
Branches 1080 1079 -1
===========================================================
Hits 451 451
+ Misses 11735 11726 -9
Partials 34 34
Continue to review full report at Codecov.
|
@neslihanturan it is ready to test now. |
wow very nice! :-)
…On Fri, May 17, 2019, 23:52 Ujjwal Agrawal ***@***.*** wrote:
*Description (required)*
Fix #881 <#881>
(New Media Details UI)
What changes did you make and why?
- Made changes in XML files
*Screenshots showing what changed (optional - for UI changes)*
[image: WhatsApp Image 2019-05-17 at 4 48 47 PM]
<https://user-images.githubusercontent.com/19607555/57936289-e0623880-78c3-11e9-8e64-3fb93d467d9d.jpeg>
[image: WhatsApp Image 2019-05-17 at 4 48 47 PM (1)]
<https://user-images.githubusercontent.com/19607555/57936288-df310b80-78c3-11e9-9c56-e4f794ebc599.jpeg>
------------------------------
You can view, comment on, or merge this pull request online at:
#2954
Commit Summary
- Media Details UI changed - XML file
File Changes
- *M*
app/src/main/java/fr/free/nrw/commons/media/MediaDetailFragment.java
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-0>
(16)
- *A*
app/src/main/res/drawable-hdpi/ic_star_border_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-1>
(0)
- *A*
app/src/main/res/drawable-hdpi/ic_star_filled_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-2>
(0)
- *A*
app/src/main/res/drawable-mdpi/ic_star_border_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-3>
(0)
- *A*
app/src/main/res/drawable-mdpi/ic_star_filled_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-4>
(0)
- *A*
app/src/main/res/drawable-xhdpi/ic_star_border_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-5>
(0)
- *A*
app/src/main/res/drawable-xhdpi/ic_star_filled_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-6>
(0)
- *A*
app/src/main/res/drawable-xxhdpi/ic_star_border_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-7>
(0)
- *A*
app/src/main/res/drawable-xxhdpi/ic_star_filled_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-8>
(0)
- *A*
app/src/main/res/drawable-xxxhdpi/ic_star_border_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-9>
(0)
- *A*
app/src/main/res/drawable-xxxhdpi/ic_star_filled_primary_dark_24dp.png
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-10>
(0)
- *A* app/src/main/res/drawable/ic_file_download_primary_dark_24dp.xml
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-11>
(4)
- *A* app/src/main/res/drawable/ic_share_primary_dark_24dp.xml
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-12>
(4)
- *M* app/src/main/res/layout/detail_category_item.xml
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-13>
(6)
- *M* app/src/main/res/layout/fragment_media_detail.xml
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-14>
(527)
- *M* app/src/main/res/menu/fragment_image_detail.xml
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-15>
(6)
- *M* app/src/main/res/values/strings.xml
<https://github.com/commons-app/apps-android-commons/pull/2954/files#diff-16>
(2)
Patch Links:
- https://github.com/commons-app/apps-android-commons/pull/2954.patch
- https://github.com/commons-app/apps-android-commons/pull/2954.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2954?email_source=notifications&email_token=AAAYKBT2RXEUGMOEDLD2K5TPV3BAVA5CNFSM4HNV7CVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUNQHAQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAYKBWIJ6E7UW3BPBMTTHDPV3BAVANCNFSM4HNV7CVA>
.
|
Hi @ujjwalagrawal17 , thanks for the great job!
Beta debug, API 26 emulator. |
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 have added related crash logs, please ping me when ready for test again:)
@ujjwalagrawal17 Can you take a look at the pending issues in the PR? |
Yup @maskaravivek I will check it out tomorrow.
…On Sun 23 Jun, 2019, 5:17 PM Vivek Maskara, ***@***.***> wrote:
@ujjwalagrawal17 <https://github.com/ujjwalagrawal17> Can you take a look
at the pending issues in the PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2954?email_source=notifications&email_token=AEVTAAYY5B7YQZWLRRPKIE3P35PEFA5CNFSM4HNV7CVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYK4RRA#issuecomment-504744132>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVTAA2LPRSFGBVD62SYQ43P35PEFANCNFSM4HNV7CVA>
.
|
@ujjwalagrawal17 The PR has been pending for a long time. It would be great if you could fix the minor pending issues. Let us know if you won't be able to work on it so that we can assign it to someone else. :) |
Merging it to |
Description (required)
Fix #2881 (New Media Details UI)
What changes did you make and why?
Screenshots showing what changed (optional - for UI changes)