Adolfo Santiago
0bd5182b9e
Fix loading toots with conversation_id as String
...
It happens at Gleasonator but it could happen to other instances. The
ones which returns this value as an Integer should work perfectly.
Fixes: https://todo.sr.ht/~captainepoch/husky/48
2022-07-07 16:48:36 +02:00
Adolfo Santiago
06b01e5a37
Modify license headers
2022-07-06 22:31:30 +02:00
Adolfo Santiago
2dd06c82a1
Update dependencies
...
New version of ExoPlayer has the statistics turned off by default.
The app now works with Kotlin 1.7.0. Some changes were necessary in
order to start using that Kotlin version. The rest of dependencies are
routine.
2022-07-06 17:33:31 +02:00
b85335e8d4
NotificationsAdapter: implement custom emoji reacts
...
If the emoji_url field is specified in the notification data, it will be
used to represent the emoji in the notification text. As such, the
Notification entity data class has been updated accordingly, to match
the current implementation at AkkomaDev/Akkoma, which may later be
integrated by more Pleroma-based backends.
The SpannableBuilder formatting is a bit hacky, but it works. Ideally,
something like Phrase should be used for localization and Spannable
formatting. However, this would be a different undertaking of its own,
and would require more work on refactoring multiple parts of the
application code.
Signed-off-by: Hélène <pleroma-dev@helene.moe>
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-07-05 15:54:01 +02:00
e6b402b377
EmojiReactionsAdapter: implement custom emoji reactions on messages
...
Signed-off-by: Hélène <pleroma-dev@helene.moe>
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-07-05 15:52:55 +02:00
Adolfo Santiago
8da35a37c1
Update version and HISTORY
2022-06-27 08:13:23 +02:00
Adolfo Santiago
0be36d163c
Fix return checking for a null
2022-06-25 11:52:29 +02:00
Adolfo Santiago
9ad127db4c
Update deps
2022-06-25 11:52:03 +02:00
Adolfo Santiago
bb572d3a00
Change ACRA strings
2022-06-25 11:37:55 +02:00
Adolfo Santiago
1d9ac485b5
Change Lifecycle callback for open class
2022-06-25 11:35:12 +02:00
Adolfo Santiago
d4a55dbdcf
Remove a possible race condition for nulls
2022-06-25 11:34:54 +02:00
508b63147f
entity/Emoji: match MastoAPI docs on custom emoji reacts
...
Signed-off-by: Hélène <pleroma-dev@helene.moe>
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-06-25 10:31:29 +02:00
Gabriel Menini
8febd74707
Correction in Spanish string for 'status_booted_format'
...
Signed-off-by: Adolfo Santiago <epoch@nixnetmail.com>
2022-06-25 10:19:29 +02:00
Adolfo Santiago
57432504ea
Remove forced crash
2022-06-25 10:15:52 +02:00
Adolfo Santiago
aded52329a
Modify LICENSE header at AppModule.kt
2022-06-25 10:14:41 +02:00
Adolfo Santiago
49d6f04f48
End the application when the crash happens
2022-06-25 10:14:30 +02:00
Adolfo Santiago
6ac7a18bf5
Remove last activity from CrashHandler
2022-06-25 10:02:35 +02:00
Adolfo Santiago
5ff66f5ac9
Enable and disable CrashHandler
...
Going to "Preferences" the user will be able to enable and disable the
CrashHanlder of Husky.
2022-06-25 10:00:18 +02:00
Adolfo Santiago
c4a4b26320
Add custom CrashHandler
...
This new CrashHandler will open the preferred email client for the user
to send the stacktrace of an unexpected crash.
2022-06-25 08:58:54 +02:00
Adolfo Santiago
f81a60fc46
Fixed deprecated ExoPlayer
2022-06-19 08:42:39 +02:00
Adolfo Santiago
8d750f0dd7
Disable debug in release
2022-06-05 10:44:25 +02:00
Adolfo Santiago
59216e77ce
Update to API 32 (Android 12 and 12L)
2022-06-04 10:43:02 +02:00
Adolfo Santiago
7cca1f46b1
Remove ACRA
2022-05-29 09:20:55 +02:00
Adolfo Santiago
e90df8fedc
Update .gitignore
2022-05-29 08:21:09 +02:00
Adolfo Santiago
3e140825f5
Fix push notifications in Android 12
2022-05-28 12:30:33 +02:00
Adolfo Santiago
d513de70c4
Add license notice to SendTootService
2022-05-28 10:34:12 +02:00
Adolfo Santiago
751cf89b0c
Fix crash in SendTootService
2022-05-28 10:31:50 +02:00
Adolfo Santiago
a3791a16f7
Migrate LoginActivity to ViewBinding
2022-05-28 09:52:28 +02:00
Adolfo Santiago
249cdf2ddf
Fix instrumentation tests
...
Although they are very old, at least they do not break anymore in case
anyone wants to execute them.
2022-05-28 09:05:51 +02:00
Adolfo Santiago
3b268ae745
Remove srht CI/CD setup
2022-05-28 08:55:29 +02:00
Adolfo Santiago
427c69d315
Update version for API 31
...
The app now compiles pointing to API 31 level (Android 12).
2022-05-28 08:34:01 +02:00
Adolfo Santiago
31bfff4636
Release 1.2.2
2022-05-21 20:40:35 +02:00
Adolfo Santiago
3cf4a5b04f
Update gradle
2022-05-21 13:03:40 +02:00
Adolfo Santiago
2959f2aa9c
Attempt to fix the Preview behavior
...
This fix should fix the behavior where the Preview view does not close
properly when the button is pressed again.
Fixes: https://todo.sr.ht/~captainepoch/husky/29
2022-05-21 12:30:56 +02:00
Adolfo Santiago
da32a9f66b
Attempt n.1 to fix the back action
...
First attempt to fix the back button while compossing a status, so the
dialog telling the user to save or delete the draft isn't ignored.
2022-05-21 11:40:25 +02:00
Adolfo Santiago
81abedb89b
Fix animated emojis in composable views
2022-05-21 11:29:36 +02:00
Adolfo Santiago
a26c078731
Release 1.2.1
2022-05-15 14:59:24 +02:00
Adolfo Santiago
b0caac3a46
Fix animated emojis
2022-05-13 15:29:43 +02:00
Adolfo Santiago
9fdf563954
Update dependencies
2022-05-13 15:29:11 +02:00
Adolfo Santiago
3146f414d1
Release 1.2.0
2022-05-09 18:09:20 +02:00
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
6670cd079f
Update README
2022-04-30 08:47:40 +02:00
Adolfo Santiago
310e3c5a4c
Update ru metadata
2022-04-28 18:36:39 +02:00
Adolfo Santiago
006eaec17c
Fix fastlane metadata for 1.1.2
2022-04-28 06:41:21 +02:00
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