-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathHISTORY
349 lines (288 loc) · 10.8 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
Husky 1.6.1 - 2024-11-27
- Updated dependencies and Gradle.
- Fix: Fix NPE when opening links from quoted statuses
(thanks mr64bit).
- Fix: Mitra crash on provided null URL.
- Fix: Not hide system toolbar icons.
- Fix: Notifications with 'update' type.
- Add: Post formats from instance endpoint.
- Add: Media file size limits to upload per instance config.
- Add: Cache instance settings to avoid multiple service calls.
Husky 1.6.0 - 2024-07-29
- Add: Quotes and quoting support, and navigating from quote to the
correspondent post.
- Add: AVIF support.
- Add: Expiring posts per account.
- Add: Replay videos preference (Global).
- Fix: Emoji reactions not showing.
- Fix: Possible fix for null notifications.
- Updated translations.
- Update dependencies.
Husky 1.5.4 - 2024-03-16
- Fix: Opening an image in an external app won't crash the application.
Husky 1.5.3 - 2023-12-07
- Fix: Starting the application with the notifications permissions would crash
the application.
- Fix: DownloadManager should not delete downloaded media after 7+ days.
- Updated dependencies
Husky 1.5.2 - 2023-11-22
- Fix: Sending a status caused the Sharing dialog to appear.
Husky 1.5.1 - 2023-11-21
- Update up to Android 14 (API 34).
- Fix: Allow the instance to not have a default profile image (causing some
issues when login in the first time).
- Fix: Null issue when opening an attachment from another instance.
Husky 1.5.0 - 2023-11-02
- Add: Add any user to a list from the profile.
Husky 1.4.6 - 2023-10-10
- Fix: Downgrade lib to fix animation on small emojis
- Fix: Migrate to a new cropping library, the avatar and the header can be
updated now.
Husky 1.4.5 - 2023-08-28
- Update deps
- Migrate Exoplayer to Media3 library
- Migrate libraries to new ones
- Long click to open a post
- Show emojis with the correct aspect ratio
Husky 1.4.4 - 2023-07-19
- Fix: Crash while editing a list.
Husky 1.4.3 - 2023-07-12
- Fix: Permissions for uploading an avatar or a banner while editing the
profile.
Husky 1.5.0-beta2.2 - 2023-05-30
- Fix: Max. toot characters limit.
Husky 1.5.0-beta2.1 - 2023-05-14
- Fix: Database version and migration.
- Gradle: Disable FullR8 mode.
Husky 1.5.0-beta2 - 2023-05-14
- Fix: Rotating the screen makes reaction emojis in the selector to disappear.
- Fix: Lists not showing.
- Gradle: Enabled R8 Full Mode.
- Feature: Show the date in the Schedulede posts list.
- Feature: Instance capabilities.
The app has now the ability to be set up with some instance settings (i.e.
the number of fields of the profile). This will make Husky to behave like
PleromaFE in some cases.
For now the only part of the application that has this implemented is the
"Edit Profile" view. More parts of the app to come.
- Update dependencies.
Husky 1.5.0-beta1.1 - 2023-02-22
- Fix: Fix crash when accessing to DMs view.
Husky 1.5.0-beta1 - 2023-02-22
- Add: Download profile pictures.
- Add: Hide toolbar and description on image viewer.
- Fix: Permissions to upload the avatar/header image while editing the
profile.
- Removed old Kotlin Synthetic code.
Husky 1.4.2 - 2023-01-30
- Fix: Creating filters as tags (#example).
Husky 1.4.1 - 2023-01-15
- Fix: Mastodon timelines do not update after update.
- Fix: Downloading media in newer versions of Android.
- Fix: "Who reacted" with custom emojis.
- Change: Chat icon in Account activity.
Husky 1.4.0 - 2023-01-07
- Fix: Fix issue while requesting permissions composing a status.
- Fix: An empty date crashes the application on Soapbox instances.
- All previous changes from beta versions.
Update dependencies:
- koin (3.3.0 -> 3.3.2).
- koinAndroid (3.3.1 -> 3.3.2).
- roboelectric (4.9 -> 4.9.2).
Husky 1.4.0-beta4 - 2022-12-18
- Fix: Media permissions for Android 13.
- Fix: Asks permissions for notifications for Android 13.
- Feature: New logo for the Compose tile (K3V1NS4N).
- Updated URL for reporting issues.
Update dependencies:
- koin (3.2.2 -> 3.3.0)
- koinAndroid (3.3.0 -> 3.3.1)
- mockito (4.9.0 -> 4.10.0)
Husky 1.4.0-beta3 - 2022-12-11
- Feature: Show visibility icon and description for local posts (fruye).
- Feature: Support sending posts with local visibility (fruye).
- Feature: Add 'local' and 'direct' options to default post visibility setting
(fruye).
- Feature: Mark posts that were edited (fruye).
- Fix: Search is now working again (SekthDroid).
- More views to ViewBinding.
Update dependencies:
- buildTools (32.0.0 -> 33.0.1).
- fragmentKtx (1.5.4 -> 1.5.5).
- gradlePluginVersions (0.42.0 -> 0.44.0).
- kotlin (1.7.21 -> 1.7.22).
- materialDrawerTypeface (3.0.1.4.original-kotlin@aar -> 4.0.0.2-kotlin).
Husky 1.4.0-beta2 - 2022-11-27
- Feature: Support for Akkoma bubble timeline (thanks to Tristan Henderson).
- Changed DI from Dagger to Koin.
- More views to ViewBinding.
- Updated strings.
Update dependencies:
- gradle (7.5.1 -> 7.6)
Husky 1.4.0-beta1 - 2022-11-20
- Update for Android 13.
- Migrated more Views to ViewBinding.
- Treat internally Akkoma as a Pleroma server (patch thanks to Karol Kosek).
- Fix: Poll values should be shown correctly.
Update dependencies:
- androidGradlePlugin (7.3.0 -> 7.3.1)
- appcompat (1.5.0 -> 1.5.1)
- coreKtx (1.8.0 -> 1.9.0)
- dagger (2.43.2 -> 2.44.2)
- espresso (3.4.0 -> 3.5.0)
- exifInterface (1.3.3 -> 1.3.5)
- extJunit (1.1.3 -> 1.1.4)
- fragmentKtx (1.5.3 -> 1.5.4)
- fragmentviewbindingdelegateKt (1.0.1 -> 1.0.2)
- glide (4.13.2 -> 4.14.2)
- glidePluginAnimation (2.23.0 -> 2.24.0)
- kotlin (1.7.20 -> 1.7.21)
- materialDesign (1.6.0 -> 1.7.0)
- mockitoInline (4.7.0 -> 4.8.0)
- roboelectric (4.8.2 -> 4.9)
- shareTarget (1.2.0-rc02 -> 1.2.0)
- simplestack (2.6.4 -> 2.6.5)
- simplestackext (2.2.4 -> 2.2.5)
Husky 1.3.1 - 2022-08-26
- Fix: Null username crashing bookmarks (possibly more).
- Migrated more Activities to ViewBinding.
Update dependencies:
- fragmentviewbindingdelegateKt (1.0.0 -> 1.0.1)
- mockitoInline (4.6.1 -> 4.7.0)
- roboelectric (4.8.1 -> 4.8.2)
Husky 1.3.0 - 2022-08-12
- Update for Android 12.
- Fix: Unit tests, bump Robolectric version (thanks to mr64bit).
- Fix: Sharing from other apps.
- Migrated more Activities to ViewBinding.
- Remove some warnings.
Update dependencies:
- androidGradlePlugin (7.2.1 -> 7.2.2)
- appcompat (1.4.2 -> 1.5.0)
- dagger (2.42 -> 2.43.2)
- exoplayer (2.18.0 -> 2.18.1)
- fragmentKtx (1.5.0 -> 1.5.2)
- Gradle (7.4.2 -> 7.5.1)
- kotlin (1.7.0 -> 1.7.10)
- kotlinx (1.6.3 -> 1.6.4)
- lifecycle (2.5.0 -> 2.5.1)
- mockitoInline (3.6.28 -> 4.6.1)
- mockitoKotlin (2.1.0 -> 2.2.0)
- roboelectric (4.4 -> 4.8.1)
- shareTarget (1.2.0-rc01 -> 1.2.0-rc02)
Husky 1.3.0-beta2 - 2022-07-07
- Fix: Emoji reactions in Akkoma are visible (thanks to Helene).
- Fix: Parsing error for different back-ends.
Update dependencies:
- exoplayer (2.17.1 -> 2.18.0)
- fragmentKtx (1.4.1 -> 1.5.0)
- kotlin (1.6.21 -> 1.7.0)
- lifecycle (2.4.1 -> 2.5.0)
- preferenceKtx (1.1.1 -> 1.2.0)
Husky 1.3.0-beta1 - 2022-06-27
- App: Remove ACRA in favor of a custom CrashHandler.
- App: Update API level to 32 (Android 12L).
- Fix: Crashes and possible null values.
Update dependencies:
- androidGradlePlugin (7.2.0 -> 7.2.1)
- appcompat (1.3.1 -> 1.4.2)
- bigImageViewer (1.7.0 -> 1.8.1)
- browser (1.3.0 -> 1.4.0)
- constraintlayout (2.1.3 -> 2.1.4)
- coreKtx (1.3.2 -> 1.8.0)
- dagger (2.38.1 -> 2.42)
- exoplayer (2.16.0 -> 2.17.1)
- fragmentKtx (1.2.5 -> 1.4.1)
- glidePluginAnimation (2.21.0 -> 2.23.0)
- lifecycle (2.3.1 -> 2.4.1)
- kotlinx (1.6.1 -> 1.6.3)
- materialDesign (1.4.0 -> 1.6.1)
- okhttpVersion (4.9.3 -> 4.10.0)
- shareTarget (1.0.0 -> 1.2.0-rc01)
- workRuntime (2.4.0 -> 2.7.1)
Husky 1.2.2 - 2022-05-22
- Fix: Animated emojis while composing a status.
- Fix: Attempt to fix the back action.
- Fix: Attempt to fix the Preview behavior.
Update dependencies:
- Gradle (7.4 -> 7.4.2)
Husky 1.2.1 - 2022-05-15
- Fix: Animated emojis.
Update dependencies:
- AGP (7.1.3 -> 7.2.0)
- glide (4.13.1 -> 4.13.2)
Husky 1.2.0 - 2022-05-09
- Add: Hide your full username in the "Live Notifications persistent" push.
- Fix: Creating filters.
- Migrated to ViewBinding more code.
Husky 1.1.3 - 2022-04-25
- Fix: Crash when accessing to the Drafts section.
Husky 1.1.2 - 2022-04-22
- Fix: Change URLs to the new ones (thanks, a1batross).
Update dependencies:
- AGP (7.1.2 -> 7.1.3)
- Kotlin (1.6.10 -> 1.6.21)
- kotlinx (1.6.0 -> 1.6.1)
- gradle (7.4.2 -> 7.4) [F-Droid]
- simple-stack (2.6.2 -> 2.6.3)
Husky 1.1.1 - 2022-04-03
- Fix: Getting the feed when opening the app.
Update dependencies:
- gradle (7.4.1 -> 7.4.2)
Husky 1.1.0 - 2022-03-31
- New Husky: More code, not useful for now.
- Deps: Change jcenter to mavenCentral.
Update dependencies:
- AGP (7.1.1 -> 7.1.2)
- glide (4.12.0 -> 4.13.1)
- gradle (7.3.3 -> 7.4.1)
- gradle-versions (0.42.0)
- kotlinx (1.6.0)
Husky 1.1.0-beta3 - 2022-01-30
- App: Added beta ribbon.
- App: New flavors (dev and newhusky).
- App: Added SVG emoji support.
- Change: Body HTTP debug info.
- Remove: Remove unused beta stuff.
Update dependencies:
- buildTools (30.0.3 -> 32.0.0)
- gradle (7.0.4 -> 7.1.0)
- mockitoKotlin (2.2.0 -> 2.1.0)
Husky 1.1.0-beta2 - 2022-01-18
- Fix: Change ACRA email address.
Husky 1.1.0-beta1 - 2022-01-15
- App: Added ACRA support.
- Fix: Fix missing chats in app.
Update dependencies:
- constraintlayout (2.1.2 -> 2.1.3)
- glideImage (1.8.0 -> 1.8.1)
- gradle (7.0.3 -> 7.0.4)
- okhttpVersion (4.9.2 -> 4.9.3)
Husky 1.0.2 - 2021-12-08
- App: Update versions for the version 1.0.2 release.
Husky 1.0.2-beta3 - 2021-12-01
- Gradle: Enable Minify and Shrink resources for release builds.
Updated dependencies:
- Kotlin (1.5.31 -> 1.5.32)
- materialDrawer (8.2.0 -> 8.4.5)
Husky 1.0.2-beta2 - 2021-11-20
- Added: ZWSP character support to non-spaced emojis.
- App: Add fragmentviewbindingdelegate-kt library instead of the class.
- App: Init refactoring.
- Gradle: Remove Beta suffix for package naming.
- Gradle: Fixed build.gradle.ktx in app, it was not properly formed.
- Gradle: References and general cleanup.
- Repo: Tracked files removed.
Updated dependencies:
- appcompat (1.2.0 -> 1.3.1)
- constraintlayout (2.1.1 -> 2.1.2)
- fragmentviewbindingdelegateKt (1.0.0)
- exifInterface (1.3.2 -> 1.3.3)
- lifecycle (2.2.0 -> 2.3.1)
Husky 1.0.2-beta1 - 2021-10-18
- Fix: Videoplayer now plays videos correctly.
- Fix: Preview shows and hides the toot instead just showing it.
- Fix: Show video controls always at the bottom.
- Fix: Back button when no media is selected.
- UI: Debug text in the menu is changed.
- Updated: License notices, dependencies, flavors, Gradle files to Kotlin DSL.