Commit graph

542 commits

Author SHA1 Message Date
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
Negue
f62019a733 portrait only! ... for now 2015-12-14 20:52:56 +01:00
Negue
f9fc86be04 add bugfix to changelog 2015-12-14 20:35:54 +01:00
Negue
85879219be fixes #214 2015-12-14 20:32:41 +01:00
Negue
45daa97cc7 fix build, disable crashlytics on debug 2015-12-14 20:22:02 +01:00
Phillip Thelen
ce9b0167e5 Merge pull request #246 from HabitRPG/change-connection-dialog-error
Change how Dialog Connection Error works
2015-12-14 15:02:13 +01:00
Phillip Thelen
4e12c37b8f ignore updates to secret strings file 2015-12-14 14:44:06 +01:00
Phillip Thelen
d29a1c923e remove keys 2015-12-14 14:36:49 +01:00
Franze Jr
7a18be8844 Change how Dialog Connection Error works 2015-12-13 21:30:34 -03:00
negue
92554fc52e Merge pull request #245 from HabitRPG/remove-commented-code-on-layout
Remove commented code on layout file
2015-12-14 00:18:06 +01:00
Franze Jr
ccddc47355 Remove commented code on layout file 2015-12-13 20:01:45 -03:00
Negue
8a76dd35e9 fix NPE 2015-12-13 20:53:47 +01:00