Commit Graph

157 Commits

Author SHA1 Message Date
Adolfo Santiago 3cfd98c173
Update README 2022-04-27 06:56:45 +02:00
Adolfo Santiago f473c8e2b0
First CI/CD integration 2022-04-27 05:37:06 +02:00
Adolfo Santiago dabe3d0283
Update HISTORY and version 2022-04-25 19:43:04 +02:00
Adolfo Santiago 168d559764
Add Gson proguard rules (stupid Gson...)
This fixes the problem with the Drafts section, and it should keep the
TypeToken and superclasses types intact (who really knows).

Fixes: https://todo.sr.ht/~captainepoch/husky/24
2022-04-22 17:57:10 +02:00
Adolfo Santiago 385831ed94
Update version and HISTORY 2022-04-22 07:25:56 +02:00
Adolfo Santiago b456ba2c67
Fix issue tracker url 2022-04-22 07:06:14 +02:00
Alibek Omarov 51d12c7225
res: replace old issue tracker by new
Signed-off-by: Alibek Omarov <a1ba.omarov@gmail.com>
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-04-22 07:02:47 +02:00
Adolfo Santiago 127b5dec64
Add metadata for F-Droid 2022-04-22 06:16:16 +02:00
Adolfo Santiago 7796e8b788
Downgrade Gradle for F-Droid 2022-04-22 06:15:56 +02:00
Adolfo Santiago 18afee70cf
Update dependencies 2022-04-21 17:36:09 +02:00
Alibek Omarov be3a5ed239
res: replace old maintainer profile by new
Signed-off-by: Alibek Omarov <a1ba.omarov@gmail.com>
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-04-10 12:31:29 +02:00
Alibek Omarov 46a8b63737
res: replaced old website by new
Signed-off-by: Alibek Omarov <a1ba.omarov@gmail.com>
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-04-10 12:31:01 +02:00
Adolfo Santiago 602fedc94e
Fix version in HISTORY 2022-04-03 11:33:41 +02:00
Adolfo Santiago a032626d34
Update history 2022-04-03 10:26:45 +02:00
Adolfo Santiago 31dc713d33
Update version 2022-04-03 10:25:47 +02:00
Adolfo Santiago 8a45bde090
Fix getting the feed
Now the app handles a Throwable properly to get the feed if the cache
fails.
2022-04-03 10:25:09 +02:00
Adolfo Santiago 69f27b92e5
Format TimelineRepository.kt 2022-04-03 10:24:46 +02:00
Adolfo Santiago 7047eb67aa
Update gradle to 7.4.2 2022-04-02 07:35:10 +02:00
Adolfo Santiago 479b046b06
Indent Java with 4 spaces 2022-04-02 07:34:38 +02:00
Adolfo Santiago 7692849490
Update version and HISTORY 2022-03-31 19:39:49 +02:00
Adolfo Santiago de86283212
Code for New Husky 2022-03-31 19:24:52 +02:00
Adolfo Santiago 603557d90d
Update dependencies 2022-03-26 15:39:35 +01:00
Adolfo Santiago dfbc83e1ce
Fix newhusky flavor 2022-02-19 10:11:57 +01:00
Adolfo Santiago 815dd5cd8f
Rename APK 2022-02-19 09:37:59 +01:00
Adolfo Santiago 195b6b2057
Add debug signing 2022-02-19 09:37:59 +01:00
Adolfo Santiago b3bd29a8a2
Separate app info, added flavors 2022-02-19 09:37:59 +01:00
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