Skip to content

[GSoC] Master rebase #4561

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

Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
560662c
Initialised xmls, made folder and image item.
4D17Y4 May 24, 2021
4f394ff
xmls done
4D17Y4 Jun 4, 2021
d6472a1
xmls completed
4D17Y4 Jun 4, 2021
63798c0
removed unwanted attribute
4D17Y4 Jun 5, 2021
2dbda3a
Created models, adapters and view models (#4441)
4D17Y4 Jun 10, 2021
a120030
[GSOC] Added Image Fetch (#4449)
4D17Y4 Jun 13, 2021
c7dae69
[GSoC] Image Selection (#4457)
4D17Y4 Jun 17, 2021
088f66e
[GSoC] Show uploaded images differently. (#4464)
4D17Y4 Jun 21, 2021
1749a7b
[GSoC] Added Uploaded status table in room database. (#4476)
4D17Y4 Jun 29, 2021
9488737
Image Helper test (#4485)
4D17Y4 Jun 30, 2021
e10e666
[GSoC] Adapter Tests (#4488)
4D17Y4 Jul 3, 2021
86ee96c
[GSoC] Master rebase. (#4505)
4D17Y4 Jul 14, 2021
732b343
[GSoC] Custom Selector Tests (#4494)
4D17Y4 Jul 18, 2021
443dcf4
Image Loader Improvements (#4516)
4D17Y4 Jul 21, 2021
36a94fe
ImageLoader Test Updated (#4517)
4D17Y4 Jul 24, 2021
b62247d
[GSoC] Improvement and bug Fixes (#4522)
4D17Y4 Jul 26, 2021
e8f7d0f
Saving selector state (#4526)
4D17Y4 Jul 27, 2021
d78e6de
[GSoC] Saved Image Fragment Scroll State (#4528)
4D17Y4 Aug 8, 2021
cfe128e
rebase fix
4D17Y4 Aug 9, 2021
1b984c8
[GSoC] Master rebase. (#4505)
4D17Y4 Jul 14, 2021
ea29a72
Tests updated (#4538)
4D17Y4 Aug 10, 2021
9333e52
orientation fixed (#4540)
4D17Y4 Aug 10, 2021
2e2b286
refractoring (#4541)
4D17Y4 Aug 10, 2021
029f170
refractoring (#4545)
4D17Y4 Aug 12, 2021
0ebbc9d
[GSoC] Welcome Dialog (#4546)
4D17Y4 Aug 14, 2021
25792e2
[GSoC] Image preview (#4559)
4D17Y4 Aug 17, 2021
50650a1
update database version
4D17Y4 Aug 18, 2021
c0f3d3f
Merge branch 'gsoc21-custom-picture-selector' into master-rebase
4D17Y4 Aug 18, 2021
3f2d929
remove duplicates
4D17Y4 Aug 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ContributionsListFragment extends CommonsDaggerSupportFragment impl
WikipediaInstructionsDialogFragment.Callback {

private static final String RV_STATE = "rv_scroll_state";

@BindView(R.id.contributionsList)
RecyclerView rvContributionsList;
@BindView(R.id.loadingContributionsProgressBar)
Expand Down