Skip to content

Commit

Permalink
publish v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoxiqiang committed Oct 14, 2024
1 parent 8b39380 commit 45deaa9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## Unreleased

## 1.3.0
## 1.5.0

### Fixed

- upgrade since version 203+ for intellij api.
- download file from android.googlesource.com.
- support kt source files.
Expand All @@ -15,74 +16,89 @@
## 1.2.2

### Fixed

- upgrade since version 193->203 for intellij api.
- fix sql distant bugs.

## 1.2.1

### Fixed

- fix source's url used for download.

### Added

- update project's deps.
- target version upgrade to 2022.2.2

## 1.2.0

### Added

- support android-13.0.0
- update branch versions

## 1.1.0

### Added

- support android-t-preview
- update branch versions

## 1.0.9

### Fixed

- remove notifications.

## 1.0.8

### Added

- support generate dark-mode colors.xml file.
- recreate versions from aosp-mirror.

### Fixed

- fix the Android Code Search link.

## 1.0.7

### Fixed

- fix native method tips.

## 1.0.6

### Added

- support custom versions in the menu.

### Fixed

- fix cache size display.
- fix class finder.

## 1.0.3

### Added

- add java file's db.

### Fixed

- fix native linker define method line.
- don't support api which before android 5.0,it's so big but unnecessary at most time.
- fix asop diff version compare.

## 1.0.0

### Added

- apply intellij-platform-plugin-template
- Initial scaffold created
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

### Fixed

- detekt lint waring
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,11 @@ works to solve the psi problem. Who with relevant practical experience can help
* get the latest aosp git repo and add the path to the environment variable as AOSP_PATH
* run the test code generator the versions/mapping...
* run the build command
* import sql data.
* sqlite3
* .open xxx/android-quick-reference/src/main/resources/db/QuickRefDB.db
* .read xxx/android-quick-reference/src/test/resources/JavaSource.sql
* .read xxx/android-quick-reference/src/test/resources/CppSource.sql
* .read xxx/android-quick-reference/src/test/resources/CppMethod.sql
* .read xxx/android-quick-reference/src/test/resources/JavaDis.sql
* .read xxx/android-quick-reference/src/test/resources/NativeDis.sql
* create db by DBGenerator tools.
* ./gradlew runIde

## Publish
* ./gradlew publishPlugin

## Feature

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx8096m -XX:MaxMetaspaceSize=2048m -Dfile.encoding=UTF-8

pluginName=AndroidOpenSourceReference
pluginGroup=com.quickref.plugin
pluginVersion=1.3.0
pluginVersion=1.5.0
platformType=IC
#https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
#platformVersion=2019.3
Expand Down

0 comments on commit 45deaa9

Please sign in to comment.