Commit Graph

332 Commits

Author SHA1 Message Date
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
Max Hille
45b5eaf288
android-studio-stable: 2020.3.1.26 -> 2021.1.1.20 2022-02-01 10:33:13 +01:00
Fabián Heredia Montiel
969baf2cb3 android-studio: add usbutils to runtime path
Closes https://github.com/NixOS/nixpkgs/issues/151037
2021-12-16 18:29:29 -06:00
Fabián Heredia Montiel
71ecd11a16 android-studio-canary: 2021.2.1.3 → 2021.2.1.5 2021-12-14 08:58:16 -06:00
Fabián Heredia Montiel
0eacc3e127 android-studio-beta: 2021.1.1.17 → 2021.1.1.18 2021-12-14 08:56:30 -06:00
Fabián Heredia Montiel
ace508f8e2 android-studio: 2020.3.1.25 → 2020.3.1.26 2021-12-14 08:50:08 -06:00
ElXreno
d31a6f1042
android-studio-beta: 2021.1.1.16 → 2021.1.1.17 2021-11-24 12:14:00 +03:00
Fabián Heredia Montiel
d9a814f4e6 android-studio-beta: 2021.1.1.15 → 2021.1.1.16 2021-11-14 16:35:14 -06:00
Sandro
907ec7de51
Merge pull request #143550 from LibreCybernetics/update-android-studio-canary 2021-10-31 16:32:31 +01:00
Fabián Heredia Montiel
b2a6a80ce5 android-studio-beta: 2021.1.1.14 → 2021.1.1.15 2021-10-29 14:40:13 -05:00
Fabián Heredia Montiel
e21ca5fa57 android-studio-canary: 2021.2.1.2 → 2021.2.1.3 2021-10-28 22:32:32 -05:00
Fabián Heredia Montiel
59593b443e android-studio-canary: 2021.2.1.1 → 2021.2.1.2 2021-10-27 09:01:23 -05:00
Fabián Heredia Montiel
6c156651f4 android-studio: add fabianhjr to maintainers 2021-10-19 11:30:38 -05:00
Fabián Heredia Montiel
882e52419f android-studio: 2020.3.1.24 → 2020.3.1.25 2021-10-18 09:29:43 -05:00
Fabián Heredia Montiel
6924f1edff android-studio-canary: 2021.1.1.13 → 2021.2.1.1 2021-10-14 18:36:33 -05:00
Fabián Heredia Montiel
f75ead8a51 android-studio-beta: 2020.3.1.21 → 2021.1.1.14 2021-10-14 18:36:33 -05:00
Fabián Heredia Montiel
893647c91e android-studio-canary: 2021.1.1.12 → 2021.1.1.13 2021-10-04 15:42:15 -05:00
Fabián Heredia Montiel
a713ebc0a9 android-studio-canary: 2021.1.1.11 → 2021.1.1.12 2021-09-17 17:39:41 -05:00
Fabián Heredia Montiel
c6e09932da android-studio-canary: 2021.1.1.5 → 2021.1.1.11 2021-09-11 13:31:20 -05:00
Fabián Heredia Montiel
a53cae021a android-studio: 2020.3.1.23 → 2020.3.1.24 2021-09-03 10:51:09 -05:00
Riley Inman
72dfe22cbd android-studio: 2020.3.1.22 -> 2020.3.1.23 2021-08-23 15:31:14 -04:00