Commit Graph

88 Commits

Author SHA1 Message Date
2639d88492 Refactor(ClickableText): Replace ClickableText with Text 2024-09-26 18:44:59 +08:00
04812cf56b Build(gradle): Upgrade dependencies 2024-09-26 18:44:03 +08:00
112e30804e Refactor(Icon): Update APP icon and add startup animation 2024-09-24 17:55:14 +08:00
7e5554cfcd Refactor(Gradle): Optimize build script
Optimize version number rule. Optimize generated file name.
2024-09-02 16:36:46 +08:00
7e91f267e3 Refactor(AboutScreen): Optimize version info 2024-09-02 16:35:11 +08:00
21bb9a729f Build(Gradle): Auto sign release package 2024-09-01 23:02:07 +08:00
3b4b6b4e8e Refactor(ToolCard): Optimize text align 2024-08-28 18:11:08 +08:00
253d186fdf Refactor(ToolStore): Optimize user experience
Added prompts for errors when loading more and errors when reloading. Add autoload next page.
2024-08-28 15:14:42 +08:00
cead8fe91e Build(Gradle): Upgrade gradle from 8.9 to 8.10 2024-08-28 11:22:11 +08:00
c602ce0726 Refactor(ToolsScreen and ToolStarScreen): Remove showing indicator when loading 2024-08-27 18:37:01 +08:00
4dfb500370 Build(Gradle): Upgrade dependencies 2024-08-27 17:29:38 +08:00
93b22ea14b Feat(ToolsScreen and ToolStarScreen): Show skeleton when loading tool 2024-08-27 17:24:27 +08:00
c9363ee34b Refactor(ToolStore): Save storeDate state when switch navigation 2024-08-26 15:46:04 +08:00
e9232631de Feat(ToolStore): Support pull down to refresh 2024-08-26 14:55:04 +08:00
402965503f Refactor(Indicator): Optimize indicator 2024-08-26 14:50:34 +08:00
7653028241 Refactor(Scroll): Optimize scroll 2024-08-26 14:35:13 +08:00
f0ef28bd19 Refactor(ToolStore): Optimize the prompt when there is nothing 2024-08-21 18:03:10 +08:00
e0485ecc32 Feat(ToolView): Add native api
Add native api to support clipboard operations
2024-08-21 16:52:24 +08:00
893131fe02 Refactor(ToolView): Automatically raise the view when opening the keyboard 2024-08-21 12:07:16 +08:00
0e5b6d7f98 Refactor(LibrariesScreen): Optimize prompts when there is no content or no content found 2024-08-21 11:06:19 +08:00
310214fc20 Refactor(Animation): Optimize animation 2024-08-21 10:54:54 +08:00
18c03c194b Style(Code): Optimize code style 2024-08-20 18:24:27 +08:00
b115d3d598 Fix(TopAppBar): Fix the bug that the TopAppBar can be scrolled and hidden when the search box is opened 2024-08-20 16:54:36 +08:00
da4c58b631 Feat(ToolStarScreen): Support star tool 2024-08-20 15:32:09 +08:00
086b588445 Refactor(ToolViewScreenViewModel): Remove unused import directive 2024-08-20 13:49:17 +08:00
3f325126f1 Refactor(Background): Optimize background color 2024-08-20 13:42:25 +08:00
1b350eb22a Refactor(Code structure): Optimize code structure 2024-08-20 11:23:37 +08:00
167df010a9 Feat(ToolStore and Tools): Support query by tool name or keywords 2024-08-19 17:48:42 +08:00
47647217f1 Refactor(Navigation): Optimize navigation bar switching transition animation 2024-08-18 21:40:10 +08:00
5839f1d394 Refactor(ToolStore): Auto refresh status after install or upgrade tool 2024-08-18 14:46:27 +08:00
21264d8ff7 Refactor(ToolStorePagingSource): Optimize page key 2024-08-18 14:45:07 +08:00
0e592c1600 Refactor(LibrariesScreen): Optimize drawing padding 2024-08-18 13:47:04 +08:00
2f0c4b6a97 Refactor(LibrariesScreen): Optimize top app bar 2024-08-16 14:50:49 +08:00
4ba02420ed Feat(Logger): Support persistent logging 2024-08-16 14:39:36 +08:00
3a6fb2a6f0 Fix(Navigation): Fixed the bug that can not higlight store navigation icon
Fixed the bug that the store navigation icon cannot be automatically highlighted when switching to the ToolStore page.
2024-08-16 14:13:55 +08:00
0c6baba099 Fix(Tool): Fixed the bug of being unable to load stores and tools after compiling to release 2024-08-15 17:17:52 +08:00
35a421472d Refactor(ToolView): Optimize preview code logic 2024-08-14 17:18:18 +08:00
6732eb6a22 Feat(ToolStore): Support upgrade tool 2024-08-14 15:26:10 +08:00
f5cfbd7296 Refactor(Enum): Change all caps to camel case 2024-08-14 15:23:56 +08:00
627a32c7a3 Build(Gradle): Upgrade dependencies 2024-08-14 15:14:58 +08:00
5246715d78 Refactor(ToolStore): Optimize the way to obtain installation status 2024-08-13 18:07:07 +08:00
60ffc569a5 Feat(ToolView): Add preview tooltip 2024-08-12 17:39:32 +08:00
a3800bfad6 Feat(ToolView): Support load tool offline 2024-08-12 16:01:19 +08:00
454108d871 Feat(ToolScreen): Support uninstall tool 2024-08-12 14:37:18 +08:00
cb6fe19033 Refactor(SettingDialog): Componentized settings page elements 2024-08-12 14:35:51 +08:00
3d69514a39 Build(Gradle): Upgrade dependencies 2024-08-12 14:32:17 +08:00
96159e5b80 Refactor(ToolStore): Optimize save install tool info 2024-08-09 16:49:26 +08:00
9b3b391fef Refactor(Function): Make non-essentially public methods private 2024-08-09 14:39:54 +08:00
3286ed2934 Refactor(ToolStore): Support dynamic display tool installation button 2024-08-09 13:49:53 +08:00
c9c0debb2b Feat(Tool): Add tool store
Add tool store, support install tool online.
2024-08-08 17:56:45 +08:00