From 58105b6f8329509f503e1f3360e33476d1f67653 Mon Sep 17 00:00:00 2001 From: Jeel Dobariya Date: Wed, 10 Sep 2025 19:45:36 +0530 Subject: [PATCH 1/5] fix: import mime type issue --- .../com/jeeldobariya/passcodes/ui/PasswordManagerActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/PasswordManagerActivity.kt b/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/PasswordManagerActivity.kt index 4c4556fc..3796e70f 100644 --- a/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/PasswordManagerActivity.kt +++ b/app/src/main/kotlin/com/jeeldobariya/passcodes/ui/PasswordManagerActivity.kt @@ -154,7 +154,7 @@ class PasswordManagerActivity : AppCompatActivity() { private fun importCsvFilePicker() { val intent = Intent(Intent.ACTION_OPEN_DOCUMENT).apply { addCategory(Intent.CATEGORY_OPENABLE) - type = "text/csv" + type = "text/*" putExtra(Intent.EXTRA_TITLE, "passwords.csv") } From 0e77f7ce9daa9411f7cbfe19505c29774ac778ab Mon Sep 17 00:00:00 2001 From: Jeel Dobariya Date: Wed, 10 Sep 2025 19:51:01 +0530 Subject: [PATCH 2/5] chore: remove direct attribution, hamada native as ui/ux designer... As the app UI is done by me completely now, and we as developer... are no longer in direct contact with him... beside he no longer has GitHub account... but still we respect his earlier contribution.... --- app/src/main/res/layout/activity_about_us.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/src/main/res/layout/activity_about_us.xml b/app/src/main/res/layout/activity_about_us.xml index f381d08b..e824392f 100644 --- a/app/src/main/res/layout/activity_about_us.xml +++ b/app/src/main/res/layout/activity_about_us.xml @@ -233,19 +233,6 @@ android:textAppearance="@style/TextAppearance.Material3.BodyLarge"/> - - - - Date: Wed, 10 Sep 2025 19:54:24 +0530 Subject: [PATCH 3/5] chore: bump up version to v1.1.1-Alpha --- app/build.gradle.kts | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 114e712a..eb7cd94a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,7 +20,7 @@ android { minSdk = 26 targetSdk = 34 versionCode = 2 - versionName = "v1.1.0-Alpha" + versionName = "v1.1.1-Alpha" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 216a5b18..afd8f58b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ Passcodes - v1.1.0 - Alpha + v1.1.1 - Alpha Developed by: Dobariya Jeel From 3ad58b89cd718e9d35383c078a6368ce3916f664 Mon Sep 17 00:00:00 2001 From: Jeel Dobariya Date: Wed, 10 Sep 2025 20:04:51 +0530 Subject: [PATCH 4/5] docs: update changelog & release notes --- changelog.md | 23 +++++++++++++++++++++++ docs/release-notes.md | 24 +++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7bb162bc..8d258886 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Release Notes: [docs/release-notes.md](docs/release-notes.md), there you will find short and sweet release notes. +## v1.1.1 - Alpha (Sept 11, 2025) + +
+ View Internal Details + + ``` + Pacakage Name = "com.jeeldobariya.passcodes" + Min Android = 8.0 (API level 26) + Max Android = 14 (API level 34) + Version Code = 2 + Version Name = "v1.1.1-Alpha" + Master Database Version = "v1" + ``` +
+ + +### Fixed + +- **Fixed Import Passwords**: fix the bug, that was not let user select csv files from file picker. due to incorrect mimetype in code.. + + ## v1.1.0 - Alpha (Sept 1, 2025)
@@ -36,6 +57,7 @@ Release Notes: [docs/release-notes.md](docs/release-notes.md), there you will fi - **Mirgated Project**: Migrate project from `JeelDobariya38 (personal)` to `PasscodesApp (my organization)` account. To reflect my long term vision. Contributed by [@JeelDobariya]. + ## v1.0.0 - Stable (Aug 16, 2025)
@@ -63,6 +85,7 @@ Release Notes: [docs/release-notes.md](docs/release-notes.md), there you will fi - **Improve Safety By Kotlin Implementaion**: Move from `Java` to `Kotlin` Language. Contributed by [@JeelDobariya]. - **Improve Data Storing Process**: Move from `SqliteDatabase` to `Room` Libaray for better datastorage. Contributed by [@JeelDobariya]. + ## v0.1.0 - Alpha (Aug 26, 2024)
diff --git a/docs/release-notes.md b/docs/release-notes.md index be91378c..242bee41 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -3,7 +3,29 @@ Here, You will find short ad sweet and casual `tldrs` for release notes or changelog. For more details and more professional tone, see [changelog.md](/changelog.md). -## v1.0.0-Stable (Sept 1, 2025) +## v1.1.1-Alpha (Sept 11, 2025) + +
+ View Internal Details + + ``` + Pacakage Name = "com.jeeldobariya.passcodes" + Min Android = 8.0 (API level 26) + Max Android = 14 (API level 34) + Version Code = 2 + Version Name = "v1.1.1-Alpha" + Master Database Version = "v1" + ``` +
+ +`TL;DR`: Sorry for delay, but we have fix import files feature... + +We are very sorry for the delay.. we have offically fix the import password csv file selection bug... + +In big project, such small mistakes/things happens.. so, ignore it please... + + +## v1.1.0-Alpha (Sept 1, 2025)
View Internal Details From 7ccde3c7e58b846422e4699f5181d68557cb7bf0 Mon Sep 17 00:00:00 2001 From: Jeel Dobariya Date: Wed, 10 Sep 2025 20:06:47 +0530 Subject: [PATCH 5/5] docs: make it consistent --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8d258886..80423257 100644 --- a/changelog.md +++ b/changelog.md @@ -26,7 +26,7 @@ Release Notes: [docs/release-notes.md](docs/release-notes.md), there you will fi ### Fixed -- **Fixed Import Passwords**: fix the bug, that was not let user select csv files from file picker. due to incorrect mimetype in code.. +- **Fixed Import Passwords**: fix the bug, that was not let user select csv files from file picker. due to incorrect mimetype in code.. Contributed by [@JeelDobariya] ## v1.1.0 - Alpha (Sept 1, 2025)