2692 Commits

Author SHA1 Message Date
LooKeR
dcf4e43e32
Update release_build.yml 2025-02-28 19:32:33 +05:30
LooKeR
cd8d638aa6
Release 0.6.5 v0.6.5 2025-02-28 19:26:04 +05:30
solokot
0e98476b41
Translated using Weblate (Russian)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/ru/
2025-02-27 03:56:54 +01:00
jonnysemon
d1e76d9cb0
Translated using Weblate (Arabic)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/ar/
2025-02-27 03:56:54 +01:00
qtm
f643704837
Translated using Weblate (Russian)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/ru/
2025-02-25 20:17:14 +01:00
Poesty Li
939ef3c64c
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 95.5% (214 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/zh_Hans/
2025-02-25 17:28:44 +01:00
Sasha Glazko
64f7381303
Translated using Weblate (Belarusian)
Currently translated at 99.5% (223 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/be/
2025-02-25 14:58:14 +01:00
Ulion
916083b092
Translated using Weblate (German)
Currently translated at 98.6% (221 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/de/
2025-02-25 02:49:32 +01:00
Максим Горпиніч
78d2eca7ce
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/uk/
2025-02-24 18:23:36 +01:00
solokot
00847e3733
Translated using Weblate (Russian)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/ru/
2025-02-24 18:23:35 +01:00
Julia 🌸
6a6733a454
Translated using Weblate (Polish)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/pl/
2025-02-24 18:23:35 +01:00
Stephan Paternotte
f0039751c2
Translated using Weblate (Dutch)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/nl/
2025-02-24 18:23:35 +01:00
H Tamás
9f6177cd51
Translated using Weblate (Hungarian)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/hu/
2025-02-24 18:23:35 +01:00
Leo Alvesson
44dfc465ee
Translated using Weblate (French)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/fr/
2025-02-24 18:23:35 +01:00
Fjuro
aa4d51599f
Translated using Weblate (Czech)
Currently translated at 100.0% (224 of 224 strings)

Translation: Droid-ify/Localization
Translate-URL: https://hosted.weblate.org/projects/droidify/localization/cs/
2025-02-24 18:23:34 +01:00
LooKeR
333891ae0d
style: Format Database class
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 21:18:42 +05:30
LooKeR
6cd4197f51
perf(db): Improve query builder algo
this reduces allocations and also improves speed by 10%

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 21:17:54 +05:30
LooKeR
4c4edab264
fix(deeplink): Set launch mode to standard
This fixes the issue with new deep links not opening when old are
already open

Closes #936

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 20:37:40 +05:30
LooKeR
72090c3784
style: Shorten names of app list requests
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 20:17:50 +05:30
LooKeR
e3f05c381d
fix(app_list): Skip signature not applying in updates page
Add skip signature check field in the cursor owner

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 20:15:47 +05:30
LooKeR
9700ac721c
style(editorconfig): Add call site trailing comma
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 20:09:22 +05:30
LooKeR
5f1d86d410
imp(root_installer): Reduce complexity of the code
Extract functions out of the companion object

Reduce unsafe code, little bit

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 19:41:41 +05:30
LooKeR
066ba08234
imp(legacy_installer): Reduce complexity of the code
Reduce a small allocation by not using `Pair`
Modify the original intent in case of failure

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 11:32:00 +05:30
LooKeR
0f962c544f
style: Rename screenActivity to mainActivity
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 11:16:35 +05:30
LooKeR
d434b9142a
perf(startup): Optimize Apps List
Cache background and foreground color in list item

Use a static hash map for storing repositories

Rename `recyclerViewAdapter` -> `appListAdapter`

Convert Section to a interface

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 11:14:58 +05:30
LooKeR
101b090d5f
imp: Replace some data class with class
Use of `data *` in places where ::toString, ::hashCode, and ::equals are never used is redundant

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 08:49:21 +05:30
LooKeR
26906003d6
style: Add div tag to README and remove unused import in xml
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 08:48:08 +05:30
LooKeR
7cb69d7078
style: Remove useless safe-call
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 08:47:33 +05:30
LooKeR
c77254be1d
style: Add some trailing comma and new lines
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 08:45:28 +05:30
LooKeR
cedd7c2e87
style(unused): Remove useless @Suppress calls
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 08:44:37 +05:30
LooKeR
8a44754d21
style(unused): Remove unused functions and variables
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-21 08:43:37 +05:30
LooKeR
7861cbaeff
fix: Authentication for screenshots
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-20 11:53:31 +05:30
LooKeR
d02dc60a61
perf: Improve performance of screenshots adapter
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 19:44:55 +05:30
LooKeR
585fcb94a2
Revert "log: Add Logs to whole app detail fragment"
This reverts commit c41d46f95b53486ca5b9a8aa65ee5862285dc875.
2025-02-19 11:49:01 +05:30
LooKeR
90cea25761
log: Remove adjustViewBounds
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 11:30:08 +05:30
LooKeR
c41d46f95b
log: Add Logs to whole app detail fragment
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 11:25:42 +05:30
LooKeR
3fbb7cae1e
style: Trailing Comma
Allow adding trailing comma

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 11:17:32 +05:30
LooKeR
870c83d1ac
ci: Create Release Notes
Create release notes on creating release

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 11:00:19 +05:30
LooKeR
837716c47b
ci: Fix read changelog job
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 10:53:24 +05:30
LooKeR
e752c15e20
build: Upgrade JVM Target to 17
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 10:53:09 +05:30
LooKeR
53c90ec4bd
ci: Fix version code extraction
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 10:47:28 +05:30
LooKeR
ae746bd515
ci: Test release note creation with CI
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 10:39:47 +05:30
LooKeR
ab2b9fa86b
ci: Update BUILD_TOOLS_VERSION
34 > 35

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 10:39:16 +05:30
LooKeR
885c09a2bb
feat(detail): Target SDK in Release Item
Show target sdk in the release items

[skip ci]

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 09:42:41 +05:30
LooKeR
62ecb02592
perf: Scroll to top button lag
Remove class creation when clicking on scroll to top

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 09:06:36 +05:30
LooKeR
a41e3e7362
fix: Add repository failure
Test if repo is alive in sequential form

Closes #923

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 08:48:56 +05:30
LooKeR
551b3e0b6d
imp: TextField styling
Remove Android 12+ system rounding and make text fields more like filled text field

Also remove background card from edit repository

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-19 08:47:23 +05:30
LooKeR
434dd80e00
imp: Use normal name in User Agent
Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-17 01:17:05 +05:30
LooKeR
53962ff628
Merge pull request #930
Migrate to Coil3
2025-02-16 14:53:17 +05:30
LooKeR
6aeead2166
fix: Crash on rotate, and more
Fixed a crash when rotating the device with screenshot open
Migrate to Coil3
Fix video page in screenshot view

Signed-off-by: LooKeR <mohit2002ss@gmail.com>
2025-02-16 14:51:27 +05:30