2745 Commits

Author SHA1 Message Date
Karol Lewandowski
f5db8ea180 Settings tutorial: Change the implementation to follow the recommended approach (a separate state class)
Also:
- remove unnecessary screenshot
- change labels to follow UX guidelines
2024-06-20 12:42:04 +02:00
Karol Lewandowski
2c20002beb persisting_state_of_components.md: Fix grammar issues 2024-06-20 11:27:00 +02:00
Karol Lewandowski
8795ca411b persisting_state_of_components.md: Add @Override to code snippets to make it clear what is overridden 2024-06-20 11:18:37 +02:00
Karol Lewandowski
ba93c445b2 providing_translations.md: Fix grammar issues according to the style guide 2024-06-19 08:30:51 +02:00
Karol Lewandowski
e77a6ee53d providing_translations.md: Suffixes and localization directory are unsupported in language packs 2024-06-19 08:25:19 +02:00
hsz
0667951f98 Generate Android Studio releases 2024-06-18 01:30:22 +00:00
Karol Lewandowski
d063c5ef04 code_formatting.md: Fix a sentence 2024-06-17 13:11:34 +02:00
Yann Cébron
cdbedc05cc testing_faq.md: indexing changes in 242 2024-06-17 11:39:44 +02:00
Yann Cébron
6c67124f0d plugin_configuration_file.md: extract references to tldr block 2024-06-17 11:34:16 +02:00
Yann Cébron
4f07df9757 providing_translations.md: escape paths 2024-06-17 11:16:25 +02:00
Karol Lewandowski
ae26238ed9 Update Gradle IntelliJ Plugin to 1.17.4^ 2024-06-17 07:46:22 +02:00
hsz
03af12daf1 Generate Android Studio releases 2024-06-14 01:30:12 +00:00
Yann Cébron
54bacb2a96 add labels to content 2024-06-13 17:39:12 +02:00
Yann Cébron
9babb756cc add labels to content 2024-06-13 17:22:43 +02:00
Yann Cébron
1457a050ad plugin_configuration_file.md: fix links 2024-06-13 17:10:47 +02:00
Yann Cébron
5d29f1861f plugin_components.md: stronger wording 2024-06-13 16:19:55 +02:00
Yann Cébron
3471553cf9 add labels to content 2024-06-13 16:17:07 +02:00
Yann Cébron
16204b6e71 add labels to content 2024-06-13 14:18:18 +02:00
Yann Cébron
782053c6cf kotlin_ui_dsl.md: minor 2024-06-13 13:55:01 +02:00
Yann Cébron
1cbf1d53ad testing_faq.md: more labels 2024-06-13 13:45:31 +02:00
Yann Cébron
1c3c52295e icons.md: remove reference to external icon generator
its style is outdated
2024-06-13 13:37:42 +02:00
Yann Cébron
778fadcb14 add labels to content 2024-06-13 12:15:44 +02:00
Yann Cébron
932b3711a0 testing_faq.md: ProjectActivity 2024-06-12 17:49:13 +02:00
Yann Cébron
ad71bc2525 dialog_wrapper.md: using Kotlin 2024-06-12 15:22:40 +02:00
Yann Cébron
32cdfae301 Revert "tools_gradle_grammar_kit_plugin.md: note about specifying GrammarKit version"
This reverts commit 5cb0d33f2555e8aeb13e76a9dfd5bc409eb76ddb.
2024-06-12 14:07:22 +02:00
Yann Cébron
5cb0d33f25 tools_gradle_grammar_kit_plugin.md: note about specifying GrammarKit version 2024-06-12 13:50:21 +02:00
Yann Cébron
d608ce9181 fix headings 2024-06-12 11:49:02 +02:00
Yann Cébron
62b214a804 fix headings 2024-06-12 11:21:26 +02:00
Yann Cébron
4b62ec4030 kotlin_ui_dsl_version_2.md: more links, grammar cleanup 2024-06-12 10:36:54 +02:00
Yann Cébron
cd72259341 icons.md: typo 2024-06-11 18:06:22 +02:00
Yann Cébron
b8830c37f1 escape $PATH$ notation 2024-06-11 18:04:04 +02:00
Yann Cébron
e9c79c2f82 plugin_dependencies.md: bundled plugin IDs in Gradle 2.x 2024-06-11 17:35:55 +02:00
marianna.kononenko
c7c22efd0d Button page structure 2024-06-11 14:42:54 +02:00
Yann Cébron
30f0da2712 dumb aware intentions/quick-fixes in 242 2024-06-11 13:38:13 +02:00
Yann Cébron
e1c67dac4c plugin_extension_points.md: getting dumb-aware implementations 2024-06-11 13:29:03 +02:00
Karol Lewandowski
ada8766c8d coroutine_read_actions.md: Add information about the coroutine equivalent of using finishOnUiThread to start a write action 2024-06-11 12:56:44 +02:00
marianna.kononenko
14ee83823b Update welcome page for UI Guidelines 2024-06-11 12:54:41 +02:00
marianna.kononenko
055aceb270 Update welcome page for UI Guidelines 2024-06-11 10:26:21 +02:00
hsz
beca01dcac Generate Android Studio releases 2024-06-11 01:30:30 +00:00
Karol Lewandowski
9328906f3f
coroutine_dumps.md: Remove namedChildScope
Regular `childScope` is named now, `namedChildScope` does not exist anymore.
2024-06-10 16:29:47 +02:00
marianna.kononenko
c1d2efd0f3 Update welcome page for UI Guidelines, change fromat to .topic
Create Components and Priniples topics
Merge Controls and Components
Update links to welcome page
2024-06-10 14:13:34 +02:00
hsz
90cfb0df2b Generate Android Studio releases 2024-06-08 01:31:17 +00:00
Yann Cébron
c5a04d75fb persisting_state_of_components.md: mention PathMacroFilter 2024-06-05 17:42:29 +02:00
Patrick Scheibe
661efa7598
Update Code Formatter
* Extend the introduction to explain the general approach to formatting
* Add more detailed but abstract examples of implementing a PSI-based Formatter.
* Extend the "Implementation" section
* Replace the example image with a more insightful one
* Add more examples and tips
2024-06-05 15:53:31 +02:00
Yann Cébron
d71c129e42 syntax_highlighting_and_error_highlighting.md: cleanup 2024-06-04 13:56:38 +02:00
Yann Cébron
39f367ec7f syntax_highlighting_and_error_highlighting.md: Annotator mention using ExternalAnnotator when using external tools 2024-06-04 13:35:10 +02:00
Karol Lewandowski
bc8d672669 creating_plugin_project.md: Update JDK to 17
Project wizard shows an error when JDK lower than 17 is selected
2024-06-03 17:15:28 +02:00
Yann Cébron
f8ce31e08f ide_infrastructure.md: new section "Network" 2024-06-03 16:37:23 +02:00
hsz
8969d54ee8 Generate Android Studio releases 2024-05-31 01:35:26 +00:00
hsz
a4a2347f4c Generate Android Studio releases 2024-05-29 01:30:36 +00:00