Commit graph

81 commits

Author SHA1 Message Date
Adolfo Santiago
840d7ec838
Add exlude non-stable version 2022-02-19 09:37:59 +01:00
Adolfo Santiago
2f54dcbe53
Update gradle to 7.4 2022-02-19 09:37:59 +01:00
Adolfo Santiago
ff56c2d78b
Add gradle versions plugin 2022-02-19 09:37:58 +01:00
Adolfo Santiago
bd11774e92
Change jcenter to mavenCentral 2022-02-19 09:37:58 +01:00
Adolfo Santiago
80e399393a
Less ram 2022-02-19 09:37:58 +01:00
Adolfo Santiago
d986f98f81
Add stable flavor 2022-02-19 09:37:58 +01:00
Adolfo Santiago
688f6f6f89
Try Groovy 2022-02-19 09:37:57 +01:00
Adolfo Santiago
72c6ce30b6
Add all flavors to the clean task 2022-02-05 17:59:51 +01:00
Adolfo Santiago
9f61efa7e4
Added debug.keystore 2022-02-05 06:49:23 +01:00
Adolfo Santiago
c02af8f096
Added debug keystore for debug builds 2022-02-04 21:52:30 +01:00
Adolfo Santiago
8d9c2800d8
Update HISTORY 2022-01-30 11:55:43 +01:00
Adolfo Santiago
6d0e7fa147
Removed comment 2022-01-30 11:55:30 +01:00
Adolfo Santiago
c5463da934
Updated version 2022-01-30 11:54:37 +01:00
Adolfo Santiago
11ed430b9b
AS Styles 2022-01-30 11:34:10 +01:00
Adolfo Santiago
32eb46b787
Updated buildTools, Gradle plugin 2022-01-30 11:34:10 +01:00
Adolfo Santiago
a63c7dc96f
Added SVG emoji support
Now emojis in SVG format will be decoded and showed the same as a PNG
emoji. Also those emojis are cached, so there are not additional network
calls when requesting a SVG emoji.
2022-01-30 11:34:10 +01:00
Adolfo Santiago
7f84ec5ea9
Remove import fully qualified classes 2022-01-26 18:28:56 +01:00
Adolfo Santiago
836ae442f3
Body HTTP debug info 2022-01-26 18:27:09 +01:00
Adolfo Santiago
732dcb83fb
Style 2022-01-26 18:26:40 +01:00
Adolfo Santiago
a52ebddd4f
Update mockitoKotlin dep 2022-01-26 16:26:22 +01:00
Adolfo Santiago
330d1e3898
Added Flavor dev 2022-01-24 11:07:09 +01:00
Adolfo Santiago
22a0efd273
New flavors: dev and newhusky
As I explained earlier when I took over Husky maintenance, I'm making
changes in the application to add stuff that would make it more
maintenable in the long term, that is, an architecture, new stuff that
would make the application better in performance, while also keeping all
the good stuff of Husky.

The flavor 'newhusky' is for that matter. I'm going to keep working on
keeping Husky maintained, and at the same time I'll make the "new" Husky
in another flavor. It won't change anything because, being two flavors,
releases will be made with the current application, so be patient,
please.
2022-01-24 11:03:16 +01:00
Adolfo Santiago
68e9138d62
Fix Flavor values in Utils 2022-01-22 09:29:58 +01:00
Adolfo Santiago
bcf653da28
Remove unused beta stuff, added beta ribbon
Beta builds will contain a ribbon instead of the name change.
2022-01-21 20:23:50 +01:00
Adolfo Santiago
3bbe52eadb
Clean build folders 2022-01-21 19:45:57 +01:00
Adolfo Santiago
4452ea1515
Update HISTORY and beta version 2022-01-18 07:29:28 +01:00
Adolfo Santiago
2bc22684f9
Fix quick crash test 2022-01-18 07:23:29 +01:00
Adolfo Santiago
4532a134a1
Change ACRA email 2022-01-18 07:18:12 +01:00
Adolfo Santiago
0b42a176da
Update HISTORY 2022-01-15 20:37:27 +01:00
Adolfo Santiago
6d8aa8ff47
Formatting, license header 2022-01-15 20:36:53 +01:00
Edward Sneed
237241baa1
Fix missing chats in app
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-01-15 20:32:27 +01:00
Adolfo Santiago
9bc7e522a6
Update HISTORY 2022-01-15 19:19:36 +01:00
Adolfo Santiago
2f61fb5aac
Update constraintlayout dep. 2022-01-15 19:15:24 +01:00
Adolfo Santiago
e7e5ae2b77
Load default ACRA enable preference 2022-01-15 18:56:55 +01:00
Adolfo Santiago
930a561db2
Reverse ExoPlayer dep. update 2022-01-02 16:17:03 +01:00
Adolfo Santiago
acc46853a1
Update deps. 2022-01-02 14:51:43 +01:00
Adolfo Santiago
822b7ea349
Add ACRA 2021-12-24 18:52:27 +01:00
Adolfo Santiago
a127ba10c3
Update dependencies 2021-12-24 17:33:03 +01:00
Adolfo Santiago
7c7110359a
Update versions for 1.0.2 2021-12-08 19:13:29 +01:00
Adolfo Santiago
0351132655
Add *aar files to ignore 2021-12-08 17:22:47 +01:00
Adolfo Santiago
f037606ece
Changelog for Husky 1.0.2-beta3, update version 2021-12-01 20:35:31 +01:00
Adolfo Santiago
744efeb869
Enable minify and shrink resources in Release 2021-12-01 19:35:12 +01:00
Adolfo Santiago
3f5072dc38
Update deps: materialDrawer, Kotlin 2021-12-01 19:05:03 +01:00
Adolfo Santiago
94292c3018
LoginViewModel and verify URL at the LoginFragment 2021-11-21 18:18:53 +01:00
Adolfo Santiago
1c9021346e
Create RegisteredViewModel for ViewModels with services 2021-11-21 18:18:28 +01:00
Adolfo Santiago
b37bb78298
Added Boolean extension functions 2021-11-21 18:18:10 +01:00
Adolfo Santiago
76b2c95e8c
Added String extension functions 2021-11-21 18:17:46 +01:00
Adolfo Santiago
7507a9cf16
Fix NavigationActivity onCreate method
Add Splash, Login classes (refactor)
2021-11-21 10:21:16 +01:00
Adolfo Santiago
e07467b93b
Changelog for 1.0.2-beta2, update version 2021-11-20 19:27:12 +01:00
Adolfo Santiago
bf12d66423
Fix nullability problems 2021-11-20 19:22:42 +01:00