summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Santiago <epoch@adol.pw>2023-11-02 14:01:34 +0100
committerAdolfo Santiago <epoch@adol.pw>2023-11-02 14:01:34 +0100
commit400517f285b0fc8bf4c105ba5c1d85dfdf65b780 (patch)
tree08770e8b848410f317e54a5f5d70babb7259dc9a
parent9bf28666c6da0363e1baefa193ebb5f8f539f464 (diff)
Release 1.5.01.5.0
-rw-r--r--HISTORY3
-rw-r--r--changelog.txt63
-rw-r--r--fastlane/metadata/android/en-US/changelogs/198.txt4
-rw-r--r--husky/appinfo.gradle4
4 files changed, 72 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index d87ea66..5ded86d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,6 @@
+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
diff --git a/changelog.txt b/changelog.txt
new file mode 100644
index 0000000..8b4793d
--- /dev/null
+++ b/changelog.txt
@@ -0,0 +1,63 @@
+Adolfo Santiago (61):
+ Downgrade lib to fix animation on small emojis
+ Move EditActivity to a more correct package
+ Move enum to a correct package
+ Move EditViewModel to a more correct package
+ Change cropping library
+ Apply ktlint
+ Migrate to a new cropping library
+ Release 1.4.6
+ Update Gradle
+ Update deps. versions
+ Change koinAndroid to koin
+ Changes in the Glide lib
+ Changes in the Preferences lib
+ Migrate to Gradle catalog
+ Fix pipeline steps
+ Remove duplicated entry in dependencies list
+ Add methods to get lists with Coroutines
+ Update project's formatting rules
+ Create CustomError class for error responses
+ Create Repository for the lists module
+ Create fragment to show the lists
+ Create models for the list for an account
+ Create views for the list for an account
+ Create adapter for the list of lists
+ Create ViewModel
+ Add the dependencies to the modules
+ Navigate to the lists for an account
+ Add item to the menu of an account to add to a list
+ Format XML
+ Tint list icon
+ Change some theming options at item_lists_for_account
+ Clean unused dependencies
+ Update Kotlin to 1.9.10
+ Add tag to Fragment
+ Disable loading view
+ Changes in each item of the list
+ Add runtime-ktx dependency
+ Modifiable accountIsIncluded
+ Add listener for each item of the RV
+ Add user to list service
+ Add user to list service called in ViewModel
+ Add reactive flow to the DialogFragment
+ Fix sending a correct state to the view
+ Launch on IO
+ Make accountIsIncluded immutable
+ Implement ripple effect on the whole item
+ Add listener to the whole view
+ Rename listener for clarity
+ Service for removing an user from a list
+ Call service from ViewModel
+ Call ViewModel to remove user from list
+ Reorder methods of the API interface
+ Reduce duplicated code
+ Show loader when calling services
+ Update RecyclerView dependency
+ Add error strings
+ Create custom error class
+ Add error management
+ Check for network errors
+ Improve error mapping
+ Hack for Play Store releases
+
diff --git a/fastlane/metadata/android/en-US/changelogs/198.txt b/fastlane/metadata/android/en-US/changelogs/198.txt
new file mode 100644
index 0000000..24374c2
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/198.txt
@@ -0,0 +1,4 @@
+Husky 1.5.0
+
+Changelog:
+ - Fix: Add: Add any user to a list from the profile.
diff --git a/husky/appinfo.gradle b/husky/appinfo.gradle
index 3ec1f84..8505742 100644
--- a/husky/appinfo.gradle
+++ b/husky/appinfo.gradle
@@ -11,8 +11,8 @@ buildVersions.encoding = "UTF-8"
buildVersions.testinstrunner = "androidx.test.runner.AndroidJUnitRunner"
-buildVersions.versionCode = 197
-buildVersions.versionName = "1.4.6"
+buildVersions.versionCode = 198
+buildVersions.versionName = "1.5.0"
// Beta version info
def beta = [:]