Commit graph

45 commits

Author SHA1 Message Date
Adolfo Santiago
d4fea4419a
Remove newHusky flavor 2022-05-09 13:44:20 +02:00
Adolfo Santiago
43b2e5e9bd
Fix creating filters 2022-05-08 16:07:02 +02:00
Adolfo Santiago
c9b820bb78
Remove kotlin-extensions from FilterActivity 2022-05-08 12:41:56 +02:00
Adolfo Santiago
cd69679e9a
Hide username in Live Notifications push
This change will allow you to hide your name in the permanent
notification.
2022-05-08 09:40:21 +02:00
Adolfo Santiago
b456ba2c67
Fix issue tracker url 2022-04-22 07:06:14 +02:00
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
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
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
de86283212
Code for New Husky 2022-03-31 19:24:52 +02: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
836ae442f3
Body HTTP debug info 2022-01-26 18:27:09 +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
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
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
e7e5ae2b77
Load default ACRA enable preference 2022-01-15 18:56:55 +01:00
Adolfo Santiago
822b7ea349
Add ACRA 2021-12-24 18:52:27 +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
bf12d66423
Fix nullability problems 2021-11-20 19:22:42 +01:00
Adolfo Santiago
9e32d3c9bd
Refactor Splash (WIP) 2021-11-20 18:04:49 +01:00
Adolfo Santiago
af78abcc0a
Added support for ZWSP character for toots
This adds support for adding a ZWSP character in toots for non-spaced
custom emojis.

This fixes https://git.mentality.rip/FWGS/Husky/issues/113.
2021-11-20 13:21:54 +01:00
Adolfo Santiago
8ef44dce27
Base classes 2021-11-17 19:49:30 +01:00
Adolfo Santiago
60e40fe657
Init refactor 2021-11-13 19:51:04 +01:00
Adolfo Santiago
9efc706116
Add fragmentviewbindingdelegate-kt library 2021-11-13 18:40:19 +01:00
Adolfo Santiago
da5015161f
Fix back button when no media is selected
Also, some code cleanup in the ComposeActivity.
2021-10-02 09:08:47 +02:00
Adolfo Santiago
5022b7f256
Change debug text in menu 2021-10-02 08:08:39 +02:00
Adolfo Santiago
300e19a9c5
Update flavors 2021-10-02 08:08:30 +02:00
Adolfo Santiago
f6629fef7a
Show video controls always at the bottom 2021-10-01 18:35:23 +02:00
Adolfo Santiago
d54974a18f
Changes on flavors
Old flavors has been changed to "beta" and "stable", so beta versions of
husky can be released with the proper flavor config, along the name of
the application, the package name, and the versions.

In the future it will ship ACRA too, so random crashes can be reported
with an email (using a template).
2021-10-01 16:37:45 +02:00
Adolfo Santiago
8910520abe
Preview shows and hides the toot instead just showing it 2021-09-29 18:30:21 +02:00
Adolfo Santiago
d97ab5d5d6
Enable Timber on debug 2021-09-29 15:53:36 +02:00
Adolfo Santiago
211db34142
Update license 2021-09-29 15:08:47 +02:00
Adolfo Santiago
0f22127a12
Update dependencies
Update Dagger and Kotlin versions. Format LoginActivity. Remove parallel
execution and deactivate Gradle daemon.
2021-09-18 12:40:03 +02:00
Adolfo Santiago
41b96beb1c
Fixed video player
This commit fixes the issue n. 122 of the list of issues reported in the
previous repository (https://git.mentality.rip/FWGS/Husky/issues/122).
2021-09-04 16:00:39 +02:00
Adolfo Santiago
e42c103ffd
Migrated to Kotlin DSL
The project now uses Kotlin DSL instead Groovy files to compile the
whole project. The migration was a 1:1 between the old files and the new
ones.

Also, AppInjector and SendStatusBroadcastReceiver were fixed according
the building errors.
2021-08-29 09:58:45 +02:00
Adolfo Santiago
65705734f2
Moved the project to "husky"
The application will be separated from the repositories files. This will
be clarifying in the future if the project grows.

Fastlane was removed and will be added if needed in the future.

LICENSE.txt -> COYPING
2021-08-28 09:30:50 +02:00