Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 87edb8b

Browse files
committed
Updated CHANGELOG
1 parent 34e0841 commit 87edb8b

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# AndroidIDE Changelog
2-
32
This is the changelog of all the releases of AndroidIDE.
43

54
## **v2.0.1-beta** (in development)
65

76
### Important notes
87
<!--Breaking changes and other important stuff here-->
9-
- As 64-bit installation does not work on Android 12 (due to [restriction by the OS](https://source.android.com/devices/tech/debug/tagged-pointers)), 32-bit build tools need to be installed when installing AndroidIDE on devices running Android 12.
8+
- As 64-bit installation does not work on Android 12 (due
9+
to [restriction by the OS](https://source.android.com/devices/tech/debug/tagged-pointers)), 32-bit
10+
build tools need to be installed when installing AndroidIDE on devices running Android 12.
1011
- Google services and Firebase integration has been removed.
1112

1213
### Additions
@@ -16,20 +17,28 @@ This is the changelog of all the releases of AndroidIDE.
1617
[`GestureOverlayView`](https://developer.android.com/reference/android/gesture/GestureOverlayView),
1718
[`ToggleButton`](https://developer.android.com/reference/android/widget/ToggleButton),
1819
[`Switch`](https://developer.android.com/reference/android/widget/Switch),
19-
[`GridLayout`](https://developer.android.com/reference/android/widget/GridLayout) in layout
20+
[`GridLayout`](https://developer.android.com/reference/android/widget/GridLayout),
21+
[`ListView`](https://developer.android.com/reference/android/widget/ListView) (#145) in layout
2022
inflater.
2123
- Preference to disable use of `TYPE_TEXT_VARIATION_VISIBLE_PASSWORD` flag in editor.
2224
- Automatically trigger completion when attributes are inserted from completion window.
23-
- Code actions
24-
- Add import
25-
- Generate setters/getters
25+
- New java code actions :
26+
- Add import
27+
- Add 'throws'
28+
- Generate constructor
29+
- Generate setters/getters
30+
- Field to block
31+
- Remove unused class
32+
- Remove unused method
33+
- Remove unused 'throws'
2634
- `DocumentsProvider` for providing access to files in `HOME` directory.
2735

2836
### Removals
2937
<!--Things that were removed-->
3038
- Removed initial view attributes from view tags completion in XMLCompletionProvider.
3139
- Vertical text action window has been removed.
3240
- Removed Google services and Firebase integration.
41+
- Removed the horizontal text actions menu from the editor in favour of the new actions menu.
3342

3443
### Fixes
3544
<!--Bug fixes, etc-->
@@ -40,12 +49,17 @@ This is the changelog of all the releases of AndroidIDE.
4049
- Popup windows created by editor are not dismissed even when the file is closed.
4150
- No build output when activity is recreated (#121).
4251
- Crash in UI Designer when activity is recreated (#124).
52+
- Invalid syntax highlighting for application logs (#152).
53+
- Illegal argument exception while overriding methods in Java completion provider.
4354

4455
### Improvements
4556
<!--Things that were improved and worth mentioning-->
4657
- Do not import classes from `java.lang` package when completion items are selected.
4758
- XML completion provider now uses 'Match completions in lower case' preference.
48-
- Dismiss all windows shown by editor when file tab is unselected
59+
- Dismiss all windows shown by editor when file tab is unselected or when the bottom sheet is expanded.
60+
- Improved the editor actions menu.
61+
- Sort completion items according to their kind and sort text.
62+
- Restore file tree state when application is resumed (#150).
4963
- Updated templates to work with Android 12 (#144).
5064
- Updated Chinese translation. Thanks to @mikofe (#128).
5165
- Updated French translation. Thanks to @Se-Lyan (#136).

0 commit comments

Comments
 (0)