Commit Graph

195 Commits

Author SHA1 Message Date
Yogesh Choudhary Paliyal
9bbfef35e7 migration (#362)
* migration

* spotless run
2023-03-05 17:53:39 +05:30
Yogesh Choudhary Paliyal
146c6178ce Jetpack Compose: Migrate Detail Page (#361)
* WIP

* minor improvement

* Minor improvements

* feat: migrate detail and add account screen from XML to compose

* fix: spotless
2023-03-05 00:10:07 +05:30
Yogesh Choudhary Paliyal
7f7afc85ac Kotlin Bump (#359)
* bump

* bump
2023-03-04 16:34:27 +05:30
Yogesh Choudhary Paliyal
078ff5fe0e AGP version bump (#358)
* version bump

* minor improvements
2023-03-04 15:54:31 +05:30
Yogesh Choudhary Paliyal
da161f577b Enable R8 (#357)
* Update build.gradle

* Update gradle.properties
2023-02-28 18:54:16 +05:30
Yogesh Choudhary Paliyal
11dd12c2b4 fix: dark mode issue in generate password (#353)
* fix: dark mode issue in generate password

* fix: spotless
2023-02-27 22:21:23 +05:30
Yogesh Choudhary Paliyal
9c5bf0727d fix work manager issue (#352)
* fix

* fix workmanager provider issue
2023-02-27 21:52:18 +05:30
Yogesh Choudhary Paliyal
e54bc77ef4 Bump 1.4.9 (#347)
* Update build.gradle

* Update whatsnew-en-US

* Create 1409.txt

* Update 1409.txt

* Update whatsnew-en-US
2023-02-27 10:20:37 +05:30
Yogesh Choudhary Paliyal
50b08d96da removed xml app package (#343)
* removed xml app package

* minor changes
2023-02-27 00:21:20 +05:30
Yogesh Choudhary Paliyal
e6c1d3e5c5 Revert "Bump to 1.4.9 (#333)" (#335)
This reverts commit bd30a3d411.
2023-02-21 01:01:35 +05:30
Yogesh Choudhary Paliyal
bd30a3d411 Bump to 1.4.9 (#333)
* Update build.gradle

* Update whatsnew-en-US

* Create 1409.txt
2023-02-21 00:46:39 +05:30
dependabot[bot]
7d1e46b19d [Android]: Bump com.google.dagger:hilt-android-testing (#329)
Bumps [com.google.dagger:hilt-android-testing](https://github.com/google/dagger) from 2.44.2 to 2.45.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.44.2...dagger-2.45)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 22:38:37 +05:30
Yogesh Choudhary Paliyal
d653533321 added spotify/ruler (#308) 2023-01-22 14:32:59 +05:30
Yogesh Choudhary Paliyal
34613b29fa copied xml code to compose module (#305) 2023-01-19 00:04:59 +05:30
Yogesh Choudhary Paliyal
872098a04e create common application class, fix fab styling (#287)
* create common application class, fix fab styling

* fix: remove unused imports and add last line

* fix: spotless issues

* common application changes
2023-01-14 17:16:37 +05:30
dependabot[bot]
557631904f [Android]: Bump hilt-android-testing from 2.44 to 2.44.2 (#271)
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.44 to 2.44.2.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.44...dagger-2.44.2)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 21:16:17 +05:30
Yogesh Choudhary Paliyal
fb8ed20b07 bump version (#253) 2022-11-07 17:37:59 +05:30
Yogesh Choudhary Paliyal
ca2886acc8 Add support for Custom Keyphrase for the backups (#252)
* downgrade material

* added option for custom keyphrase

* fix spotless

* minor improvements

* fix magic number

* add more transaltions
2022-11-07 17:33:22 +05:30
Yogesh Choudhary Paliyal
fbc4dbde11 Bump SDK version to 33 (#251)
* bump

* minor improvemnts
2022-11-07 14:12:51 +05:30
fabianski7
47bff5603e Brazilian Portuguese translation (#240) 2022-10-25 13:10:42 +05:30
dependabot[bot]
c1df8051f1 [Android]: Bump hilt-android-testing from 2.43.2 to 2.44 (#234)
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.43.2 to 2.44.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.43.2...dagger-2.44)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24 19:55:28 +05:30
Yogesh Choudhary Paliyal
efaa85cb49 Improve modular (#221)
* Improving module

* refactor: modules

* refactor: modules

* bump sdk v

* minor fixes

* fix spotless
2022-09-04 21:36:19 +05:30
dependabot[bot]
4d1bf62b80 [Android]: Bump gson from 2.9.0 to 2.9.1 (#204)
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.9.0...gson-parent-2.9.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-24 13:11:01 +05:30
dependabot[bot]
0d1001a013 [Android]: Bump hilt-android-testing from 2.43.1 to 2.43.2 (#206)
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.43.1 to 2.43.2.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.43.1...dagger-2.43.2)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 19:17:01 +05:30
dependabot[bot]
3813b1b026 [Android]: Bump hilt-android-testing from 2.43 to 2.43.1 (#202)
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.43 to 2.43.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.43...dagger-2.43.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 00:17:36 +05:30
dependabot[bot]
b3265c17f0 [Android]: Bump hilt-android-testing from 2.42 to 2.43 (#190)
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.42 to 2.43.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.42...dagger-2.43)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-27 11:03:22 +05:30
Yogesh Choudhary Paliyal
041a76952d security fixes 2022-07-03 14:30:47 +05:30
Yogesh Choudhary Paliyal
8d9229182c Fixes 2022-07-03 14:20:09 +05:30
Yogesh Choudhary Paliyal
9e73222185 fix spotless 2022-07-03 00:58:21 +05:30
Yogesh Choudhary Paliyal
c7db577e2e removed wildcard entries" 2022-07-03 00:51:47 +05:30
Yogesh Choudhary Paliyal
6418b584c0 fix spotless 2022-07-03 00:05:32 +05:30
Yogesh Choudhary Paliyal
1dc90079e7 Security fixes 2022-07-02 23:50:13 +05:30
dependabot[bot]
ff29316862 [Android]: Bump appcompat from 1.4.1 to 1.4.2
Bumps appcompat from 1.4.1 to 1.4.2.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 20:39:26 +00:00
Yogesh Choudhary Paliyal
f6139c3f99 Merge pull request #168 from yogeshpaliyal/dependabot/gradle/androidx.core-core-ktx-1.8.0
[Android]: Bump core-ktx from 1.7.0 to 1.8.0
2022-06-03 02:08:42 +05:30
dependabot[bot]
9deb3ce82e [Android]: Bump core-ktx from 1.7.0 to 1.8.0
Bumps core-ktx from 1.7.0 to 1.8.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 07:29:11 +00:00
dependabot[bot]
e20a753e41 [Android]: Bump constraintlayout from 2.1.3 to 2.1.4
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/commits)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 14:07:40 +00:00
dependabot[bot]
afe39c1509 [Android]: Bump material from 1.7.0-alpha01 to 1.7.0-alpha02
Bumps [material](https://github.com/material-components/material-components-android) from 1.7.0-alpha01 to 1.7.0-alpha02.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.7.0-alpha01...1.7.0-alpha02)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 07:20:09 +00:00
Yogesh Choudhary Paliyal
37d867306b Fix spotless 2022-05-15 00:58:12 +05:30
Yogesh Choudhary Paliyal
282fa2e65a Lint improvements 2022-05-15 00:27:49 +05:30
Yogesh Choudhary Paliyal
02083a5cf6 Remove compose dependecies from app module 2022-05-13 23:48:46 +05:30
Yogesh Choudhary Paliyal
1661c99266 bump AGP 2022-05-13 23:39:08 +05:30
dependabot[bot]
a351f51990 [Android]: Bump hilt-android-testing from 2.41 to 2.42
Bumps [hilt-android-testing](https://github.com/google/dagger) from 2.41 to 2.42.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.41...dagger-2.42)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-10 07:21:30 +00:00
dependabot[bot]
3b57790998 [Android]: Bump material from 1.6.0-beta01 to 1.7.0-alpha01
Bumps [material](https://github.com/material-components/material-components-android) from 1.6.0-beta01 to 1.7.0-alpha01.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.6.0-beta01...1.7.0-alpha01)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 07:19:35 +00:00
dependabot[bot]
efcd81b34a [Android]: Bump material from 1.6.0-alpha03 to 1.6.0-beta01
Bumps [material](https://github.com/material-components/material-components-android) from 1.6.0-alpha03 to 1.6.0-beta01.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.6.0-alpha03...1.6.0-beta01)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 07:33:26 +00:00
Yogesh Choudhary Paliyal
5c474a9a2b Bump version to 1.4.7 2022-03-19 19:08:22 +05:30
dependabot[bot]
d30cc8c0a5 [Android]: Bump ui-tooling from 1.1.0 to 1.1.1
Bumps ui-tooling from 1.1.0 to 1.1.1.

---
updated-dependencies:
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 08:59:13 +00:00
dependabot[bot]
41c363321e [Android]: Bump material from 1.6.0-alpha02 to 1.6.0-alpha03
Bumps [material](https://github.com/material-components/material-components-android) from 1.6.0-alpha02 to 1.6.0-alpha03.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.6.0-alpha02...1.6.0-alpha03)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 08:57:11 +00:00
Eldad Zack
2e268ddd28 TOTP: copy generated OTP code to clipboard instead of the secret key 2022-02-26 14:51:48 +01:00
dependabot[bot]
cce484b0d5 [Android]: Bump material from 1.1.0 to 1.1.1
Bumps material from 1.1.0 to 1.1.1.

---
updated-dependencies:
- dependency-name: androidx.compose.material:material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-25 08:56:15 +00:00
Yogesh Choudhary Paliyal
2c77cf20c9 Merge pull request #130 from yogeshpaliyal/dependabot/gradle/androidx.compose.material-material-icons-core-1.1.1
[Android]: Bump material-icons-core from 1.1.0 to 1.1.1
2022-02-25 14:26:05 +05:30