From c47031a60b8d4c8f72cfa3b02df3a651cff0096b Mon Sep 17 00:00:00 2001 From: Negue Date: Thu, 1 Oct 2015 20:58:04 +0200 Subject: [PATCH] Party information / ContentCache / --- Habitica/assets/paperboy/changelog.json | 2 +- Habitica/res/layout/activity_party.xml | 11 +- Habitica/res/layout/fragment_party_info.xml | 168 ++++++++++++++++++ .../android/habitica/ContentCache.java | 77 ++++++++ .../android/habitica/PartyActivity.java | 43 ++++- .../ui/adapter/ChatRecyclerViewAdapter.java | 14 +- .../fragments/PartyInformationFragment.java | 49 +++++ .../ui/fragments/PartyMemberListFragment.java | 33 ++-- .../habitica/ui/helpers/DataBindingUtils.java | 2 +- .../habitrpgwrapper/lib/api/ApiService.java | 10 +- .../lib/models/ContentResult.java | 5 + .../habitrpgwrapper/lib/models/Quest.java | 9 + .../habitrpgwrapper/lib/models/QuestBoss.java | 79 ++++++++ .../lib/models/QuestContent.java | 43 +++++ 14 files changed, 499 insertions(+), 46 deletions(-) create mode 100644 Habitica/res/layout/fragment_party_info.xml create mode 100644 Habitica/src/com/habitrpg/android/habitica/ContentCache.java create mode 100644 Habitica/src/com/magicmicky/habitrpgwrapper/lib/models/QuestBoss.java create mode 100644 Habitica/src/com/magicmicky/habitrpgwrapper/lib/models/QuestContent.java diff --git a/Habitica/assets/paperboy/changelog.json b/Habitica/assets/paperboy/changelog.json index a3c1df1ee..28ab5f300 100644 --- a/Habitica/assets/paperboy/changelog.json +++ b/Habitica/assets/paperboy/changelog.json @@ -4,7 +4,7 @@ "items":[ { "type": "F", - "title": "Party :)" + "title": "Party Information / Chat / Members" }, { "type": "B", diff --git a/Habitica/res/layout/activity_party.xml b/Habitica/res/layout/activity_party.xml index f2a0c6a0a..992fa5f1e 100644 --- a/Habitica/res/layout/activity_party.xml +++ b/Habitica/res/layout/activity_party.xml @@ -18,12 +18,11 @@ tools:context=".MainActivity"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +