Commit graph

352 commits

Author SHA1 Message Date
Daneo Van Overloop 1c7fe3d703 android-studio-canary: 2023.1.1.14 -> 2023.2.1.1
The new canary is called `Iguana`, as can be observed on the current
[Android Preview release-page (archived)](https://archive.ph/BNZik).
2023-08-27 21:58:00 +02:00
Daneo Van Overloop b8e66dbd69 android-studio-beta: 2022.3.1.17 -> 2023.1.1.7
The current beta is called Hedgehog, as can be observed on the
[Android developer page (archived)](https://archive.ph/BNZik).
2023-08-27 21:58:00 +02:00
Daneo Van Overloop 3906776371 android-studio: 2022.3.1.18 -> 2022.3.1.19
Android Studio Giraffe is the latest stable, as can be seen at
[https://developer.android.com/studio - Archived link](http://archive.today/2023.08.27-165708/https://developer.android.com/studio)

It has received a patch update, with details at:
https://developer.android.com/studio/releases#android-studio-giraffe-|-2022.3.1-patch-1-august-2023
2023-08-27 21:58:00 +02:00
Andrei Lapshin 046a304820 androidStudioPackages.stable: 2022.2.1.20 -> 2022.3.1.18 2023-07-28 20:28:53 +02:00
Andrei Lapshin a791dfbd40 androidStudioPackages.beta: 2022.3.1.16 -> 2023.3.1.17 2023-07-28 20:27:19 +02:00
Andrei Lapshin 019c04b688 androidStudioPackages.canary: 2023.1.1.12 -> 2023.1.1.14 2023-07-28 20:26:05 +02:00
Nicolas Mémeint 880aa44d4b androidStudioPackages.canary: 2022.3.1.12 -> 2023.1.1.12 2023-07-11 20:28:42 +02:00
Sebastian Rutofski ceb1f85bc0
androidStudioPackages.beta: 2022.3.1.12 -> 2022.3.1.16 2023-06-18 07:37:13 +02:00
Kirill Radzikhovskyy 80a3b4b7de android-studio: fix launching firefox from inside buildFHSUserEnv 2023-06-12 16:01:27 -04:00
Kirill Radzikhovskyy c1e2375dbb android-studio: 2022.2.1.19 -> 2022.2.1.20 2023-05-31 07:35:44 -04:00
Isa c039951fea androidStudioPackages.stable: 2022.2.1.18 -> 2022.2.1.19 2023-05-17 10:05:29 +02:00
Paul Mulders f1694fdedc androidStudioPackages.beta: 2022.3.1.11 -> 2022.3.1.12 2023-04-22 10:21:22 +02:00
Paul Mulders 9c99a7dadc androidStudioPackages.stable: 2022.1.1.20 -> 2022.2.1.18 2023-04-17 13:27:52 +02:00
Atemu f63a12f296 tree-wide: buildFHSUserEnv -> buildFHSEnv 2023-04-16 10:15:13 +02:00
arcnmx 23cff796c4 android-studio: set meta.mainProgram 2023-04-07 21:00:14 +02:00
Kirill Radzikhovskyy d6ba2dd354 android-studio: 2022.1.1.19 -> 2022.1.1.20 2023-02-14 16:29:42 -05:00
Fabian Möller c6a482a2da
android-studio: fix default JAVA_HOME path 2023-01-27 15:09:17 +01:00
Andrei Lapshin 5599a8a72f androidStudioPackages.canary: 2022.2.1.2 -> 2023.3.1.1 2023-01-21 09:57:17 +01:00
Andrei Lapshin 3fe5a73b28 androidStudioPackages.beta: 2022.1.1.12 -> 2022.2.1.12 2023-01-21 09:57:06 +01:00
Andrei Lapshin 6e6fcce2f9 androidStudioPackages.stable: 2021.3.1.17 -> 2022.1.1.19 2023-01-13 09:00:28 +01:00
Kirill Radzikhovskyy 590a40e134 android-studio: 2021.3.1.16 -> 2021.3.1.17 2022-11-07 06:45:23 -05:00
Potato Hatsue 438f8bca92
androidStudioPackages.beta: 2022.1.1.11 -> 2022.1.1.12 2022-10-06 16:05:56 -04:00
Andrei Lapshin f10cc2ab0f androidStudioPackages.beta: 2021.3.1.14 -> 2022.1.1.11 2022-09-30 10:38:31 +03:00
Andrei Lapshin 9f9764d702 androidStudioPackages.canary: 2022.1.1.8 -> 2022.2.1.2 2022-09-30 10:35:29 +03:00
Andrei Lapshin 3b17478e4d androidStudioPackages.stable: 2021.2.1.15 -> 2021.3.1.16 2022-09-30 10:34:20 +03:00
Guillaume Girol b4093a24a8
Merge pull request #175119 from alapshin/android-studio-cli
Android Studio: allow to pass shell arguments
2022-07-15 17:27:18 +00:00
Fabián Heredia Montiel 0996a97b91 androidStudioPackages.canary: 2021.3.1.9 → 2022.1.1.8 2022-07-08 13:32:49 -05:00
Fabián Heredia Montiel ad3e35365a androidStudioPackages.beta: 2021.2.1.11 → 2022.3.1.14 2022-07-08 13:32:49 -05:00
Fabián Heredia Montiel 987b20bfe9 androidStudioPackages.stable: 2021.2.1.14 → 2021.2.1.15 2022-07-08 13:32:49 -05:00
Andrei Lapshin 0e3b22768d Android Studio: allow to pass shell arguments
Pass parameters to Android Studio shell script.
This way Android Studio can be used as git diff/merge tool.
For example
```
[difftool "androidstudio"]
        cmd = android-studio nosplash diff $LOCAL $REMOTE 2>/dev/null
        trustExitCode = true

[mergetool "androidstudio"]
        cmd = android-studio nosplash merge $LOCAL $REMOTE $BASE $MERGED 2>/dev/null
        trustExitCode = true
```

See https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html#arguments
2022-05-28 14:15:48 +03:00
Andrei Lapshin f615c7545b androidStudioPackages: add myself as maintainer 2022-05-10 20:58:54 +03:00
Andrei Lapshin c6026cb9c7 ndroidStudioPackages.canary: 2021.3.1.7 -> 2021.3.1.9 2022-05-10 18:07:57 +03:00
Andrei Lapshin 62002644d8 androidStudioPackages.stable: 2021.1.1.23 -> 2021.2.1.14 2022-05-10 18:07:05 +03:00
Sandro 3dfa9add5e
Merge pull request #171356 from ari-becker/patch-1
android-studio: add e2fsprogs dependency
2022-05-09 17:06:20 +02:00
Sandro 4f68abccd8
Merge pull request #168391 from danielbarter/android-studio_tiling_wm
android-studio: fixing gui on tiling window managers
2022-05-04 13:46:59 +02:00
Ari Becker 09046b11ce
Remove whitespace 2022-05-03 09:27:23 +03:00
Ari Becker ec9f5dfd31
android-studio: add e2fsprogs dependency
Closes #171355
2022-05-03 09:23:59 +03:00
Mario Rodas 56c88a29ba
Merge pull request #169614 from LibreCybernetics/remove-maintainership
{android-studio,crystal}: remove myself as maintainer
2022-04-23 20:12:29 -05:00
Fabián Heredia Montiel 399a20a384 android-studio: remove myself as maintainer 2022-04-21 13:01:45 -05:00
Daniel Barter 58b94a6eb0 android-studio: fixing gui for tiling window managers 2022-04-12 13:30:40 -07:00
Michiel Boekhoff fb90972987
androidStudioPackages.{canary,dev}: 2021.3.1.1 -> 2021.3.1.7 2022-04-09 20:24:18 +01:00
Michiel Boekhoff 61069589c2
androidStudioPackages.beta: 2021.2.1.8 -> 2021.2.1.11 2022-04-09 20:23:28 +01:00
Michiel Boekhoff 7a13b86dbd
androidStudioPackages.stable: 2021.1.1.21 -> 2021.1.1.23 2022-04-09 20:22:24 +01:00
Vanilla f73cd87913
maintainers: remove meutraa 2022-02-28 08:44:13 +08:00
Bobby Rong 8187f20f97
Merge pull request #161767 from VergeDX/android-studio
android-studio: Remove version string from desktop and icon file.
2022-02-26 21:10:40 +08:00
K900 cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Vanilla 86cd00d92d
android-studio: Remove version string from desktop and icon file. 2022-02-25 11:26:52 +08:00
Max Hille ff811677cc
android-studio-stable: 2021.1.1.20 -> 2021.1.1.21 2022-02-07 13:51:29 +01:00
Fabián Heredia Montiel b9fa206fe3 android-studio-canary: 2021.2.1.5 → 2021.3.1.1 2022-02-02 09:29:48 -06:00
Fabián Heredia Montiel 865fa855a9 android-studio-beta: 2021.1.1.18 → 2021.2.1.8 2022-02-02 09:27:27 -06:00