mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Added working (sortof) My Contributions screen
Uses CursorLoader to appropriately load and update stuff as things change. Need to update UI to show things properly. Also refactored things a fair bit.
This commit is contained in:
parent
d1b088581f
commit
2260078fa7
7 changed files with 177 additions and 84 deletions
|
|
@ -40,7 +40,7 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ContributionsActivity"
|
||||
android:name=".contributions.ContributionsActivity"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/title_activity_share"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue