Commit graph

5753 commits

Author SHA1 Message Date
Darron Lumley
2bc41dc520 Removed unnecessary import 2015-12-17 20:06:06 +11:00
Darron Lumley
ccadee266b FAB now hides on scroll 2015-12-17 20:02:29 +11:00
negue
2b5567623a Merge pull request #311 from HabitRPG/fix-300
Fix #300
2015-12-16 23:59:28 +01:00
Franze Jr
a426916b04 Fix #300 2015-12-16 19:51:03 -03:00
Franzé Jr
7747cc1cf0 Merge pull request #310 from HabitRPG/reward-creation
Validate reward creation
2015-12-16 19:37:36 -03:00
Franze Jr
6adaae12b6 Validate reward creation 2015-12-16 19:26:39 -03:00
Franzé Jr
4738245d4c Merge pull request #309 from HabitRPG/validate-presence-of-user-before-notify
Fix #277 - Validate Presence of user before notify
2015-12-16 19:15:23 -03:00
Franze Jr
cc1873c5b0 Fix #277 - Validate Presence of user before notify 2015-12-16 19:11:27 -03:00
Franzé Jr
9b940ba5da Merge pull request #308 from HabitRPG/fix-tasksfragment-crash-on-apihelper
#291 - Add validation for APIHelper
2015-12-16 19:03:26 -03:00
Franze Jr
9d9b9cedcf #291 - Add validation for APIHelper 2015-12-16 18:59:36 -03:00
Franzé Jr
0506057fa5 Merge pull request #307 from HabitRPG/fix-validation-on-taskformactivity
Fix validation on TaskFormActivity
2015-12-16 18:10:31 -03:00
Franze Jr
8e920575f6 Fix validation on TaskFormActivity 2015-12-16 18:05:58 -03:00
negue
f7379f341a Merge pull request #304 from dlew/dlew/gradle-wrapper
Updated Gradle wrapper + build plugins
2015-12-16 21:29:39 +01:00
negue
b4de4e4b15 Merge pull request #303 from dlew/dlew/memory-leaks
Added LeakCanary and began fixing memory leaks
2015-12-16 21:27:32 +01:00
Franzé Jr
57573dbad7 Add travis badge 2015-12-16 16:55:41 -03:00
negue
f43e49f44d Merge pull request #306 from HabitRPG/travis-test
Add travis builds
2015-12-16 20:47:23 +01:00
negue
630c46c101 Update .travis.yml
assembleDebug
2015-12-16 20:32:09 +01:00
negue
91c39a40ce Update .travis.yml
- extra-google-m2repository
    - extra-android-m2repository
2015-12-16 20:13:30 +01:00
negue
3baa5a1159 Create .travis.yml 2015-12-16 20:01:48 +01:00
Ian Rumac
ba46aa147f Added unbind calls to onDestroy in fragments that used butterknife in onCreate, so views become nullafter 2015-12-16 18:29:03 +01:00
Ian Rumac
955fea3d51 Updated butterknife to version 7.0.1, replaced @InjectView with @Bind, replaced @Optional with @Nullable 2015-12-16 18:13:11 +01:00
Dan Lew
909491c00a Updated dataBinder plugin to 1.0-rc4 2015-12-16 10:57:47 -06:00
Dan Lew
fd39937e93 Updated Android gradle plugin to 1.5.0 2015-12-16 10:57:47 -06:00
Dan Lew
979e075a51 Updated android-apt plugin to 1.8 2015-12-16 10:57:47 -06:00
Dan Lew
3e8cba3b4d Updated Gradle wrapper to v2.9 2015-12-16 10:57:47 -06:00
Dan Lew
2747b95ba9 Removed deprecated AARLinkSources plugin
As per their documentation, AS 1.4+ automatically supports it,
so it's no longer necessary. (Plus, it blows up newer versions of
Gradle.)
2015-12-16 10:57:47 -06:00
Dan Lew
7bd9921f23 Fixed memory leak via unnecessary EventBus register 2015-12-16 10:30:13 -06:00
Dan Lew
e9e9ed530b Fixed memory leak via APIHelper.mContext (unused) 2015-12-16 10:30:13 -06:00
Dan Lew
8d04feecd8 Fixed memory leak due to static ActivityCheckout 2015-12-16 10:30:13 -06:00
Dan Lew
9ea268053d Fixed memory leak caused by Application reference 2015-12-16 10:30:13 -06:00
Dan Lew
dc6ed91d4f Added LeakCanary for detecting memory leaks 2015-12-16 10:30:13 -06:00
Phillip Thelen
fbdb524676 Merge pull request #302 from muxe/habit-button-feedback
optical feedback on habit button +/- touch
2015-12-16 15:48:43 +01:00
Phillip Thelen
5f37dd9a2f Merge pull request #284 from dlew/dlew/user-picture-recycling
Fixed UserPicture recycling issues
2015-12-16 15:15:50 +01:00
Phillip Thelen
45ef16b82f Merge pull request #285 from dlew/dlew/constants-correctness
Corrected constants w/ proper Java conventions
2015-12-16 15:08:26 +01:00
Phillip Thelen
d6031cc920 Merge pull request #281 from eryno/small-readme-grammar-fix
Fixed grammar in section about release notifications.
2015-12-16 15:02:42 +01:00
Max Dörfler
5851bacb98 optical feedback on habit button +/- touch 2015-12-16 14:39:32 +01:00
Eryn O'Neil
388358cb85 Cleaned up README grammar and formatting 2015-12-15 23:05:09 -06:00
Dan Lew
d169613478 Converted Integer constants -> int
Integer isn't necessary and actually just slows things down due
to autoboxing.
2015-12-15 15:16:37 -06:00
Dan Lew
a1a8fb7384 Ensured constants use ALL_CAPS naming, as per Java convention 2015-12-15 15:16:05 -06:00
Dan Lew
f64d831e77 Ensured constants are static final (and private if possible) 2015-12-15 15:14:51 -06:00
Dan Lew
0c038dab97 Clear current UserPicture before loading new one
Otherwise, when scrolling quickly through a recycled environment
(like an Adapter), existing loads would continue even when the same
ImageView has been assigned a new UserPicture. This would result in
member avatars flashing from one thing to the next.
2015-12-15 15:06:12 -06:00
Dan Lew
b3b59cbb4d Ensure layers is reset when generating new images
Otherwise we keep adding layers infinitely (even if we only use a handful of
them). Worst-case scenario, this leads to memory leaks with Bitmaps retained
at the end of the layer list.
2015-12-15 14:53:41 -06:00
Dan Lew
d2275b7a77 User generics with List
For type safety
2015-12-15 14:53:36 -06:00
Eryn O'Neil
59a8d1ac40 Fixed grammar in section about release notifications. 2015-12-15 13:44:54 -06:00
Negue
52018f7009 Version 0.0.23 2015-12-15 00:01:25 +01:00
Negue
7261860ea8 [#215] hide keyboard after sending a chat message 2015-12-14 22:09:05 +01:00
Negue
89fc986efb update changelog 2015-12-14 21:55:58 +01:00
Negue
6937407b27 [#215] open drawer on hardware menu button 2015-12-14 21:55:13 +01:00
Negue
f5cf8c9166 [#172] vertically centered checklist label 2015-12-14 21:52:06 +01:00
Negue
d3deb1813b update changelog.json 2015-12-14 21:16:40 +01:00