Commit graph

5759 commits

Author SHA1 Message Date
Jawnnypoo
de6a737126 Handle unbinding in the base fragment 2016-05-07 15:03:47 -05:00
Phillip Thelen
fe997e222d Merge pull request #528 from Jawnnypoo/themed-alert-dialog
Color the buttons within an alert dialog to be the brand purple
2016-05-07 21:35:12 +02:00
Jawnnypoo
fddd053777 Add ripple touch state to guilds so that it is more apparent that they are clickable 2016-05-07 01:25:02 -05:00
Jawnnypoo
6bb57e5f50 Change API call to where it reflects the actual response (void). Update the Join/Leave state properly based on the callbacks when attemping to join or leave guilds. 2016-05-07 01:24:44 -05:00
Jawnnypoo
4c38eaa9c4 Give Group a proper equals method, which checks to see if the IDs match 2016-05-07 01:18:11 -05:00
Jawnnypoo
a3fae22c44 Color the buttons within an alert dialog to be the brand purple 2016-05-07 00:30:06 -05:00
Jawnnypoo
fcc2f51b3c Update to butterknife 8.0.1 2016-05-06 23:29:43 -05:00
Phillip Thelen
81cd740833 Merge pull request #520 from nivl4/style-add-codestyle
style: add android code style scheme
2016-04-27 19:55:23 +02:00
Phillip Thelen
336ae108e9 Merge pull request #519 from nivl4/chore-update-gradle-wrapper
update gradle wrapper to version 2.13
2016-04-27 19:49:52 +02:00
nivl4
1b77a857be docs: add code style guidelines 2016-04-27 10:44:33 +08:00
nivl4
e490afbb85 chore: add code style scheme installer
Based on: https://github.com/square/java-code-styles/blob/master/install.sh
2016-04-27 10:43:56 +08:00
nivl4
c42534f9a6 style: add android code style scheme
Based on: https://github.com/android/platform_development/blob/master/ide/intellij/codestyles/AndroidStyle.xml
2016-04-27 10:42:48 +08:00
nivl4
c6f1a89ee5 chore: remove redundant gradle wrapper 2016-04-27 08:37:51 +08:00
nivl4
a964aeb890 chore: update gradle wrapper to version 2.13
According to the [Gradle Release Note](https://docs.gradle.org/2.13/release-notes)
> We've achieved performance improvements during Gradle's configuration and execution phase,
where we have measured **up to 25%** improvements to build time in our performance tests.
No changes to your build script are necessary to start taking advantage of these improvements.
2016-04-27 08:37:20 +08:00
Phillip Thelen
275bc861f7 update translations 2016-04-26 16:49:56 +02:00
Phillip Thelen
00ca4c3790 fix member list display 2016-04-26 16:49:56 +02:00
Phillip Thelen
47ceb276f8 fix pet feeding progress display 2016-04-26 16:49:56 +02:00
Phillip Thelen
66e02c599a better class selection handling 2016-04-26 16:49:56 +02:00
Phillip Thelen
6ae64daaf6 fix several fragments 2016-04-26 16:49:56 +02:00
Phillip Thelen
ebdfe62f65 limit notes length to 3 lines 2016-04-26 16:49:56 +02:00
Phillip Thelen
d64f150bdc allow party editing and leaving 2016-04-26 16:49:56 +02:00
Phillip Thelen
af7da65c0d fix feedback on joining/leaving guild. Fixes #511 2016-04-26 16:49:56 +02:00
Phillip Thelen
30dda364c5 Add sharing to raised pets 2016-04-26 16:49:56 +02:00
Phillip Thelen
8878be49a3 update share messages 2016-04-26 16:49:56 +02:00
Phillip Thelen
5dc6ef5d91 add sharing for level up and pet hatching 2016-04-26 16:49:56 +02:00
Phillip Thelen
a28440c708 fix deserialization for very old messages. Fixes #514 2016-04-26 16:49:56 +02:00
Phillip Thelen
9ec7e7453a fix popups 2016-04-26 16:49:56 +02:00
Phillip Thelen
a17fb41ca0 allow users to invite people to their party 2016-04-26 16:49:56 +02:00
Phillip Thelen
25ab28a5c2 Begin implementing party invitations 2016-04-26 16:49:56 +02:00
Phillip Thelen
8d4f51e0a3 Fix various crashes 2016-04-26 16:49:56 +02:00
Phillip Thelen
8654e038f6 handle class selection correctly 2016-04-26 16:49:56 +02:00
Phillip Thelen
ebe09f0301 allow to change class in settings. 2016-04-26 16:49:56 +02:00
Phillip Thelen
0046e43609 finish selecting a class after levelup 2016-04-26 16:49:56 +02:00
Phillip Thelen
a444dfd3a9 display skill icons 2016-04-26 16:49:56 +02:00
Phillip Thelen
35fe0f78d2 allow class selection 2016-04-26 16:49:56 +02:00
Phillip Thelen
c41e6f02ed Merge pull request #515 from nivl4/chore-add-build-properties
chore: add Habitica connection properties to gradle build
2016-04-26 16:49:38 +02:00
Phillip Thelen
f6b8a82539 Merge pull request #516 from nivl4/fix-multidex-unit-tests
fix unit tests error caused by missing multidex test deps
2016-04-26 16:43:29 +02:00
nivl4
dac6ee7dcc fix Travis CI UnsupportedClassVersionError
java.lang.UnsupportedClassVersionError: com/magicmicky/habitrpgwrapper/lib/utils/DateDeserializerTest : Unsupported major.minor version 52.0

- set Travis CI to use only JDK 8 as a temporary fix for [gradle-retrolambda bug](https://github.com/evant/gradle-retrolambda/issues/133)
2016-04-25 16:41:06 +08:00
nivl4
f633077c86 fix unit tests error caused by missing multidex test deps
`./gradlew testDebugUnitTest` returns error:
`java.lang.RuntimeException: Multi dex installation failed`

Add the missing `org.robolectric:shadows-multidex` dependency to fix the problem.
2016-04-22 14:09:06 +08:00
nivl4
fc2757f77e fix: add missing habitica.properties file to Travis CI 2016-04-22 12:09:26 +08:00
nivl4
8fbb54d212 chore: add Habitica connection properties to gradle build
Add Habitica gradle properties file to the gradle build process to
enable debugging against a local instance of Habitica server.
2016-04-22 11:40:40 +08:00
Phillip Thelen
7fe99b80ec Correct display of owned pets 2016-04-19 12:49:56 +02:00
Phillip Thelen
8706003c27 improve item mapping 2016-04-19 12:49:48 +02:00
Phillip Thelen
f9f794731a Bump to version 0.0.28.2 2016-04-19 12:49:29 +02:00
Phillip Thelen
3d4507c24f Update translations 2016-04-19 12:49:19 +02:00
Phillip Thelen
d6231376df Fix chat 2016-04-15 14:09:42 +02:00
Phillip Thelen
3bcce0755d fix various crashes 2016-04-15 11:46:29 +02:00
Phillip Thelen
f8d128e73b fix issue with chat messages being posted multiple times 2016-04-15 11:29:23 +02:00
Phillip Thelen
a74752fa41 fix potential crash in group information screen 2016-04-15 11:17:46 +02:00
Phillip Thelen
6f39f57a80 Fix potential crash in pet screen 2016-04-15 11:17:33 +02:00