Commit Graph

82 Commits

Author SHA1 Message Date
Martin Neff b6b5baa3c8 updated android-studio (2.1.3.0,143.3101438) (#23929) 2016-08-20 02:15:18 +02:00
Chisel Wright 0628c53eef updated android-studio (2.1.2.0,143.2915827) (#21759) 2016-06-07 12:09:58 +01:00
fr33jc e0a603b489 updated android-studio (2.1.1.0,143.2821654) (#21145) 2016-05-11 19:12:11 -04:00
screendriver f6f70e94ca updated android-studio (2.1.0.9,143.2790544) 2016-04-27 09:46:44 -04:00
Yurii Kolesnykov 9c5b8ee0d8 Make Android Studio to use new version API. (#20452) 2016-04-10 16:22:54 -04:00
Eric Johansson d1a6d6be54 updated android-studio (2.0.0.20_143.2739321) (#20370) 2016-04-07 16:47:23 -04:00
Vítor Galvão 382e3fb9bb android-studio.rb: updated vendor comment 2016-02-11 16:35:59 +00:00
Josh Hagins 312ae841f1 Use Ruby 1.9 hash syntax in casks where possible 2016-01-17 21:57:28 -05:00
Vítor Galvão 741d773adb android-studio.rb: depends_on_java 2016-01-12 18:21:51 +00:00
Josh Hagins 38490aed5b android-studio.rb: RuboCop (master), RuboCop-cask (master) auto-correct 2016-01-03 15:28:49 -05:00
Josh Hagins feba4ec740 Remove DSL versions from all casks 2015-12-17 20:15:28 -05:00
Nathan Toone 39f4a8ab47 Update android-studio to version 1.5.1 2015-12-07 21:18:34 +00:00
Victor Popkov 7b4e196e90 android-studio.rb: reuse version in url 2015-11-20 00:44:18 +02:00
Alex Tape acc8b37c25 Update android-studio.rb
updated to new android studio version: http://tools.android.com/download/studio/builds/1-5
2015-11-20 00:20:46 +02:00
RJ Hsiao 9dcc849f08 Update Android Studio to version 1.4.1.0
Hi all,

I use static url to replaced original url with `#{version}` variable in this change,
because no only version number, but also build number are in the download url.

Maybe we can add a variable for build number to generate download url dynamically next time?
2015-11-05 14:29:47 +00:00
Ibraheem Zaman 0a8b09fa88 android-studio: upgrade to v1.4.0.10 2015-10-01 06:02:42 +05:00
Tolbkni Kao 5d69b356af Upgrade Android Studio.app to v1.3.2.0 2015-08-22 16:16:11 +03:00
Ibraheem Zaman bca77a47a2 android-studio: upgrade to v1.3.1.0 2015-08-12 21:48:10 +03:00
Ibraheem Zaman 6b5f7bc3cc Android Studio: upgrade to v1.3.0.10 2015-07-31 10:01:22 -04:00
Ibraheem Zaman a30cf73b71 Fix android-studio zap :delete path
Commit cd42121c21 implemented the zap
stanza, deriving it from the following Stack Overflow answer:
http://stackoverflow.com/a/18458893

Since the commands in the SO answer did not have the paths in quotes,
the space in ~/Library/Application\ Support/AndroidStudio* was escaped
with a backslash. The backslash was imported in the commit as well, even
though the path was in quotes, which causes the backslash to be
interpreted literally. This commit fixes that by removing the backslash.
2015-07-20 12:22:03 +01:00
Ibraheem Zaman c874fd04dd Upgrade android-studio to v1.2.2.0 2015-06-13 06:55:56 +05:00
Ibraheem Zaman 94b36f32b4 Upgrade android-studio to v1.2.1.1 2015-05-13 06:20:32 +05:00
Tolbkni Kao ab7b17b13d Upgrade Android Studio.app to v1.2.0.12 2015-05-01 13:28:41 +08:00
Tim Veluwenkamp cd42121c21 added :zap to android-studio 2015-04-10 15:02:05 +02:00
Tsuharesu b53966cc8a Android Studio 1.1+ works with any Java
As of version 1.1, Android Studio already bundles this on Info.plist:
```
<key>JVMVersion</key>
<string>1.6*,1.7+</string>
```

After this, I think we can close #7996 too.
2015-03-08 08:19:49 +00:00
Tolbkni Kao c04f9fd12d android-studio: 1.1.0 2015-02-20 11:11:02 +08:00
Vítor Galvão 3f16d3b455 android-studio.rb: added vendor host comment 2015-01-17 04:32:41 +00:00
Vítor Galvão 98de62ed21 android-studio.rb: added name 2015-01-04 03:03:01 +00:00
Yuriy Kolesnikov 86f2b41b63 android-studio 1.0.2 2014-12-29 12:49:26 +02:00
Vítor Galvão 03333bc55b android-studio.rb: simplified homepage 2014-12-24 17:31:09 +00:00
Yoni Naor 7e900f6f69 android-studio: Updated to 1.0.1 2014-12-16 14:36:31 +02:00
Tsuharesu bff785ca6d Android Studio 1.0
Updating Android Studio to 1.0 stable and removing postflight task.

As I said on this Pull Request https://github.com/caskroom/homebrew-versions/pull/595 , Android Studio can be set to use JDK other than 6.
The postflight task was causing trouble for Android Studio to auto update.
So, it's better to users to change if needed and still have auto update working.

Using caveats to inform user about how to change the JDK
2014-12-10 22:35:48 +00:00
Roland Walker 80a86c64af license todo comment in android-studio 2014-12-10 08:48:56 -05:00
Federico Bond e757f674ba Use postflight DSL for plist in android-studio 2014-11-27 14:50:51 -03:00
Roland Walker caf5446bde new-style header in android-studio 2014-11-13 12:33:57 -05:00
Roland Walker b3d63c11ce convert to staged_path in android-studio 2014-11-12 19:14:12 -05:00
Richard Lee 30f746db7a Update Android Studio to 0.8.14 2014-10-31 03:12:58 +08:00
Roland Walker a698fa2b47 Merge pull request #6529 from rolandwalker/reuse_version_android_studio
re-use version number in android-studio.rb
2014-10-07 17:52:10 -04:00
Roland Walker 0d7b76c2a8 quoting in android-studio 2014-10-07 11:16:32 -04:00
Roland Walker 6e2061a2e9 re-use version number in android-studio.rb
this might not work completely, due to other revision strings
in the url
2014-10-07 08:44:15 -04:00
Xi Qi 760bad6692 Upgrade Android Studio to 0.8.9
the version 0.8.9 comes from http://tools.android.com/download/studio/canary/0-8-9 and offical doesn't include the build number in version
the homepage url also changed to a more accurate place
2014-10-07 10:53:23 +08:00
Roland Walker fb1c50b99e add license stanza to android-studio 2014-10-01 11:41:41 -04:00
Roland Walker 03b2807bbe app stanza in android-studio.rb 2014-09-15 12:05:14 -04:00
Roland Walker 9303f258f0 pre/postflight stanza in android-studio 2014-09-09 08:55:26 -04:00
Richard Lee cdecaa1f4f Update Android Studio to 0.8.6 build-135.1339820 2014-08-21 17:25:17 +08:00
Radek Simko ac9e221bba Java workaround for IntelliJ IDEs added 2014-08-03 09:20:10 +01:00
Tolbkni Kao a1f6fa1cd5 Upgrade Android Studio.app to v0.8.4 build-135.1295215 2014-07-25 16:39:34 +08:00
Tolbkni Kao 8675d1cfcf Upgrade Android Studio.app to v0.8.3 build-135.1281642 2014-07-24 09:49:46 +08:00
Tolbkni Kao 67dc656fb4 Upgrade Android Studio.app to v0.8.2 build-135.1267975 2014-07-13 14:50:49 +08:00
Tolbkni Kao c7243155cd Upgrade Android Studio.app to v0.8.1 build-135.1248636 2014-06-28 09:06:02 +08:00