Skip to content

Commit 8ac4b44

Browse files
authored
Merge pull request #33 from z8dn/update-version-0.0.6
Update plugin version to 0.0.6
2 parents aeae4c9 + 34b96fa commit 8ac4b44

File tree

5 files changed

+14
-148
lines changed

5 files changed

+14
-148
lines changed

.github/workflows/template-cleanup.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/template-verify.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,24 @@
77
</p>
88

99
<!-- Plugin description -->
10-
**Advanced Android Project View** enhances the Android Studio project view by providing quick access to commonly used directories and files that are normally hidden or difficult to navigate to. This plugin helps Android developers streamline their workflow by making build directories readily accessible and organizing project files with customizable groups in the project tree.
10+
<p><strong>Advanced Android Project View</strong> enhances the Android Studio project view by providing quick access to commonly used directories and files that are normally hidden or difficult to navigate to.</p>
11+
12+
<h3>Features</h3>
13+
<ul>
14+
<li><strong>Quick Access to Build Directories:</strong> Navigate directly to build outputs, generated sources, and intermediate files without switching views or using the file system explorer.</li>
15+
<li><strong>Customizable Project Groups:</strong> Organize project files with configurable groups in the project tree, tailored to your workflow and development needs.</li>
16+
<li><strong>Hidden Files Visibility:</strong> Easily access configuration files and directories that are typically hidden from the standard Android view, improving discoverability and reducing context switching.</li>
17+
</ul>
1118
<!-- Plugin description end -->
1219

13-
## Features
14-
15-
### 🗂️ Build Directory Visibility
16-
Toggle visibility of `build` directories for all modules directly in the Android Project View. No more navigating through the file system to inspect build outputs, APKs, or generated files.
17-
18-
### 📦 Custom Project File Grouping
19-
Organize and access project-level files with customizable groups:
20-
- Create named groups for any file pattern (e.g., "Documentation" for `*.md`, "AI Rules" for `CLAUDE.md`, "Configs" for `*.yml`)
21-
- Support for wildcard patterns (`*.md`, `*.yml`) and exact filenames (`CLAUDE.md`)
22-
- Smart icons that automatically match file types for single-pattern groups
23-
- Display files at project root or within their respective modules
24-
- Perfect for quick access to documentation, configuration files, AI rules, and other project-wide resources
25-
26-
### 🎯 Module-Level Control
27-
Works seamlessly with both Android and non-Android Gradle modules, automatically adapting to your project structure.
28-
2920
## 🗺️ Roadmap
3021

3122
We have exciting plans for future updates! Here are some features currently under consideration or in development:
3223

33-
- [x] **Cloud Sync**: Sync your custom group configurations across different machines
34-
- [ ] **Saved Presets**: Pre-defined file groups for common stacks (KMP, Compose Multiplatform, etc.)
35-
- [ ] **Dynamic Icons**: Customizable icons for specific file patterns
36-
- [ ] **Enhanced Filtering**: More advanced pattern matching for file groups
24+
- [x] **IDE Account Sync**: Sync your custom group configurations across different machines using your IDE account
25+
- [ ] **Saved Presets**: Pre-defined file groups for common stacks (KMP, Compose Multiplatform, etc.) ([#30](https://github.com/z8dn/advanced-android-project-view/issues/30))
26+
- [ ] **Dynamic Icons**: Customizable icons for specific file patterns ([#31](https://github.com/z8dn/advanced-android-project-view/issues/31))
27+
- [ ] **Enhanced Filtering**: More advanced pattern matching for file groups ([#32](https://github.com/z8dn/advanced-android-project-view/issues/32))
3728

3829
Have a suggestion? Feel free to open an [issue](https://github.com/z8dn/advanced-android-project-view/issues) or start a [discussion](https://github.com/z8dn/advanced-android-project-view/discussions)!
3930

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,4 @@ tasks {
136136
publishPlugin {
137137
dependsOn(patchChangelog)
138138
}
139-
}
140-
141-
// do not run Plugin Verifier in the template itself
142-
tasks.getByName("verifyPlugin").enabled = false
139+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.z8dn.a2pt
44
pluginName = Advanced Android Project View
55
pluginRepositoryUrl = https://github.com/z8dn/advanced-android-project-view
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.5
7+
pluginVersion = 0.0.6
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 252

0 commit comments

Comments
 (0)