Commit Graph

385 Commits

Author SHA1 Message Date
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
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
Sandro
cf8a4370cb
Merge pull request #132203 from alapshin/android-studio 2021-08-19 00:22:31 +02:00
IvarWithoutBones
0d315b7f70 androidStudioPackages.{canary,dev}: properly fix interpreter paths of deployed scripts 2021-08-02 16:41:24 +02:00
Andrei Lapshin
d887fd1ac7 androidStudioPackages.stable: 4.2.2 -> 2020.3.1 2021-07-31 13:09:23 +03:00
Andrei Lapshin
cbfac54df9 androidStudioPackages.{canary,dev}: 2021.1.1.4 -> 2021.1.1.5 2021-07-31 13:08:55 +03:00
Andrei Lapshin
65ae9a162b androidStudioPackages.beta: 2020.3.1.20 -> 2020.3.1.21 2021-07-25 10:07:56 +03:00
Andrei Lapshin
1566e187da androidStudioPackages.{canary,dev}: 2021.1.1.3 -> 2021.1.1.4 2021-07-25 10:07:04 +03:00
Michiel Boekhoff
51d2b9011b
androidStudioPackages.stable: 4.2.1.0 -> 4.2.2.0 2021-07-17 15:27:28 +01:00
Michiel Boekhoff
b3340a6998
androidStudioPackages.{canary,dev}: 2021.1.1.1 -> 2021.1.1.3 2021-07-17 15:27:27 +01:00
Michiel Boekhoff
641d8ef013
androidStudioPackages.beta: 2020.3.1.16 -> 2020.3.1.20 2021-07-17 15:27:21 +01:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Andrei Lapshin
51c2393f77 androidStudioPackages.canary: 2020.3.1 -> 2021.1.1 2021-05-19 09:29:28 +03:00
Andrei Lapshin
ff13d6d746 androidStudioPackages.beta: 4.2.0 -> 2020.3.1 2021-05-19 09:28:40 +03:00
Andrei Lapshin
9a025431e9 androidStudioPackages.{canary,dev}: 2020.3.1.10 -> 2020.3.1.15 2021-05-14 08:23:48 +03:00
Andrei Lapshin
bf5cc9ff7c androidStudioPackages.stable: 4.1.3.0 -> 4.2.1.0 2021-05-14 08:23:35 +03:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
meutraa
148758e4ff
androidStudioPackages.{canary,dev}: 2020.3.1.7 -> 2020.3.1.10 2021-03-19 12:08:04 +00:00
meutraa
ac0c6a920f
androidStudioPackages.beta: 4.2.0.21 -> 4.2.0.22 2021-03-19 11:59:54 +00:00
meutraa
90cf9e3c20
androidStudioPackages.stable: 4.1.2.0 -> 4.1.3.0 2021-03-19 11:53:11 +00:00
Jan Tojnar
913394a1d9
Merge branch 'staging-next' into staging 2021-03-01 19:30:56 +01:00
Michael Weiss
c4e4ba0967
Merge pull request #114223 from meutraa/update/android-studio
androidStudioPackages: change --set JAVA_HOME to --set-default in wra…
2021-03-01 15:49:56 +01:00
meutraa
6e1b2278fb
androidStudioPackages.beta: 4.2.0.20 -> 4.2.0.21 2021-02-24 10:51:40 +00:00
meutraa
3014dbcee2
androidStudioPackages.{canary,dev}: 2020.3.1.5 -> 2020.3.1.7 2021-02-24 10:51:38 +00:00
meutraa
7230b47079
androidStudioPackages: change --set JAVA_HOME to --set-default in wrapper 2021-02-24 09:54:30 +00:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
meutraa
337aecf983
androidStudioPackages: set JAVA_HOME in wrapper to bundled version 2021-02-10 17:30:03 +00:00
meutraa
7de86f2897
androidStudioPackages.{canary,dev}: 2020.3.1.4 -> 2020.3.1.5 2021-02-10 16:50:39 +00:00
meutraa
f8ada463e7
androidStudioPackages.beta: 4.2.0.19 -> 4.2.0.20 2021-02-10 16:26:01 +00:00
IvarWithoutBones
3c350e4b75 androidStudioPackages.{stable,beta,canary,dev}: Fix LLDB debugger 2021-02-08 02:00:12 +01:00
meutraa
b51eb306a3
androidStudioPackages.{canary,dev}: 2020.3.1.3 -> 2020.3.1.4 2021-01-23 16:53:50 +00:00
meutraa
12c075bab5
androidStudioPackages.beta: 4.2.0.18 -> 4.2.0.19 2021-01-23 16:43:11 +00:00
meutraa
48c7cd563b
androidStudioPackages.stable: 4.1.1.0 -> 4.1.2.0 2021-01-23 16:12:57 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
meutraa
e253027617
androidStudioPackages.{canary,dev}: 20.3.1.2 -> 2020.3.1.3 2020-12-26 21:32:05 +00:00
meutraa
c12a3a31ff
androidStudioPackages.beta: 4.2.0.17 -> 4.2.0.18 2020-12-26 20:38:02 +00:00
meutraa
b822982d77
androidStudioPackages.{canary,dev}: 4.2.0.16 -> 2020.3.1.2 2020-12-05 16:08:26 +00:00
meutraa
83374d3bf1
androidStudioPackages.beta: 4.1.0.18 -> 4.2.0.17 2020-12-05 16:08:21 +00:00
meutraa
7bbff896df
androidStudioPackages.stable: 4.1.0.19 -> 4.1.1.0 2020-11-11 16:21:15 +00:00
meutraa
412b1c3ee5
androidStudioPackages.{canary,dev}: 4.2.0.15 -> 4.2.0.16 2020-11-08 14:03:32 +00:00
meutraa
01b58c0240
androidStudioPackages.{canary,dev}: 4.2.0.14 -> 4.2.0.15 2020-10-28 17:57:00 +00:00
meutraa
eb7e78ee99
androidStudioPackages.{canary,dev}: 4.2.0.13 -> 4.2.0.14 2020-10-24 15:02:26 +01:00
meutraa
cc03048201
androidStudioPackages.stable: 4.0.2.0 -> 4.1.0.19 2020-10-13 13:25:55 +01:00
meutraa
1b1b596303
androidStudioPackages.stable: 4.0.1.0 -> 4.0.2.0 2020-10-09 12:31:49 +01:00
meutraa
65e279292e
androidStudioPackages.{dev,canary}: 4.2.0.12 -> 4.2.0.13 2020-10-03 13:31:40 +01:00
meutraa
bdeef5701d androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12 2020-09-26 22:12:52 +02:00
meutraa
731fd9efe3 androidStudioPackages.{dev,canary}: 4.2.0.10 -> 4.2.0.11 2020-09-21 14:28:38 +02:00
meutraa
b6b616bbe5 androidStudioPackages.beta: 4.1.0.17 -> 4.1.0.18 2020-09-16 18:19:50 +02:00