Commit Graph

67 Commits

Author SHA1 Message Date
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
c1879dfdc8 Style(LibrariesScreenViewModel): Reformat code 2024-08-08 17:51:38 +08:00
640686296e Refactor(Context): Provide context using @ApplicationContext 2024-08-08 10:30:23 +08:00
a3b1241fca Refactor(AppScrollbars): Reduce scroll bar width 2024-08-08 10:26:48 +08:00
596ad2ccbe Refactor(Navigation): Remove handleOnCanScrollChange 2024-08-08 10:24:29 +08:00
1607897fc9 Build(Gradle): Upgrade dependencies 2024-08-06 11:41:45 +08:00
9d6094173d Build(Gradle): Upgrade dependencies 2024-07-17 17:28:06 +08:00
5efbf660c6 Refactor(OxygenApp): Optimize app bar
Optimize app bar when scroll
2024-07-17 17:27:11 +08:00
8fedafd261 Refactor(LibrariesScreen): Optimize app bar
Optimize app bar when scroll
2024-07-17 17:26:11 +08:00
1d4f317bb5 Refactor(AboutScreen): Optimize app bar
Optimize app bar when scroll
2024-07-17 17:24:52 +08:00
a85e561863 Fix(Tool): Fixed the bug of getting tool exception when tool desc is null 2024-07-17 15:37:02 +08:00
d84427b039 Refactor(ToolViewScreen): Optimize layout 2024-05-19 17:31:51 +08:00
3338522d40 Feat(Tool): Launch tool by scheme 2024-05-11 19:00:41 +08:00
3a91e834b7 Feat(ToolView): Add ToolView to support execute tool 2024-05-11 16:28:11 +08:00
3d8bc944e3 Feat(ToolScreen): Finish tool store list 2024-05-11 03:26:02 +08:00
c596767c37 Feat(ToolScreen): Support get tool online
Support get tool online in page
2024-05-10 05:47:30 +08:00
b2cbea5383 Build(Libs): Update dependencies 2024-05-07 09:08:42 +08:00
2e0efd1cb9 Refactor(LibrariesScreen): Add search
Add search and optimize top bar
2024-04-25 15:33:38 +08:00
61d229b100 Refactor(TopBar): Optimize TopBar
Optimize TopBar in AboutScreen and LibrariesScreen
2024-04-25 11:18:11 +08:00
32d19ae291 Feat(LibrariesScreen): Finish LibrariesScreen
Implement open source license display in LibrariesScreen
2024-04-24 17:31:06 +08:00
c8f072c930 Refactor(SettingDialog): Optimize confirmButton
Change Text to TextButton
2024-04-24 17:28:38 +08:00
4d047247f1 Refactor(Animation): Optimize navigation switch animation
Optimize AboutNavigation and LibrariesNavigation switch animation
2024-04-24 17:23:28 +08:00