about summary refs log tree commit diff
path: root/pkgs/development/mobile
AgeCommit message (Collapse)AuthorFilesLines
2016-09-14androidenv: update packagesHerwig Hochleitner11-316/+349
build-tools 25.1.7 -> 25.2.2 sdk-tools 23.0.1 -> 24.0.2 platform-tools 24 -> 24.0.2
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev2-7/+7
2016-09-06adb-sync: Make platforms correspond to those of androidsdk (main dependency).Sergiu Ivanov1-3/+2
2016-09-02adb-sync: init at 2016-08-31Sergiu Ivanov1-0/+33
2016-09-01androidsdk: fix buildApp and emulateApp functions by providing the right ↵Sander van der Burg4-14/+14
executable paths + fix android emulator by adding dbus to the library path
2016-09-01titaniumsdk: fix to make it work with new android SDK and NPM packages + add ↵Sander van der Burg8-2729/+51
titaniumsdk version 5.2
2016-08-23treewide: Use more makeLibraryPathTuomas Tynkkynen1-2/+2
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-08-23treewide: Use makeLibraryPath in LD_LIBRARY_PATHsTuomas Tynkkynen1-1/+1
2016-08-23treewide: Use makeLibraryPath in 'patchelf --set-rpath' callsTuomas Tynkkynen1-1/+1
2016-08-02androidenv: Don't build on HydraTuomas Tynkkynen2-0/+2
Output limit exceeded: http://hydra.nixos.org/build/38236076 http://hydra.nixos.org/build/38235851
2016-08-02treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2-0/+8
Build-tested on x86_64 Linux and on Darwin.
2016-07-25android-sdk: 24.4.1 -> 25.1.7 (#17193)taku05-46/+39
2016-07-25genymotion: init at 2.7.2 (#17203)Brian McKenna1-0/+73
2016-07-21android-platform-tools: 23.0.1 -> 24, etc.taku016-3508/+3816
- `adb` is now 64 bit. Linking against 64 bit libraries. - Added `.lib` or `.out` postfix for 32 bit library packages. - Some libraries are reside in `lib64` instead of `lib`. - Other version bumps.
2016-07-07androidsdk: fix rpath that includes 32-bit zlibSander van der Burg3-6/+6
2016-07-04Revert "[WIP] flashtool: 0.9.14.0 -> 0.9.23.3"Nikolay Amiantov1-31/+21
This reverts commit 0e5c802120aee2f7c91e4dcac8a8fc32637f2516. It was pulled accidentially -- this is not ready yet.
2016-07-03[WIP] flashtool: 0.9.14.0 -> 0.9.23.3Lengyel Balázs1-21/+31
2016-07-01fix 32bit android emulatorBenno Fünfstück1-2/+2
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-10/+10
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+0
2016-05-04use dontBuild instead of hacksRobin Gloster1-42/+42
changes: * buildPhase = "true" * buildPhase = ":"
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov1-1/+1
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2-2/+2
2016-03-08ncurses: combine $lib and $out outputsThomas Tuegel1-1/+1
The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.
2016-03-08Merge master into closure-sizeVladimír Čunát1-30/+30
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-02-27Remove all dots at end of descriptionszimbatm1-30/+30
Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-14Merge branch 'master' into closure-sizeVladimír Čunát2-10/+38
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát4-11/+6
Let's get rid of those merge conflicts.
2016-02-02titaniumenv: allow distributions of app with spaces in their nameSander van der Burg1-1/+1
2016-02-01titaniumenv: fix android builds on darwin and get rid of allowUnfree since ↵Sander van der Burg2-7/+35
the OpenJDK just works fine
2016-01-29titaniumenv: fix path to the IPA file in the hydra-build-productsSander van der Burg1-2/+2
2016-01-28titaniumenv: remove obsolete android configuration stepsSander van der Burg2-6/+1
2016-01-28titaniumenv: change identifier to 5.1.2.GASander van der Burg1-1/+1
2016-01-28titaniumenv: use version 5.1.2 by default in the exampleSander van der Burg2-2/+2
2016-01-28titaniumenv: remove obsolete iosWwdrCertificate parameterSander van der Burg1-2/+2
2016-01-24treewide: Mass replace 'zlib}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'ncurses}/lib' to refer the 'lib' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'libusb1}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát24-469/+2822
2016-01-18Renamed subdirectories in Android SKD's build-toolsYacine Hmito2-2/+3
Nix unzips the different components of the Android SDK one by one. It followed the directory structure of complete packages released for mainstream OS but the names of the directories in build-tools doesn't match those. As a result, some programs assuming the usual directory structure and naming conventions broke (in my case it is a gradle plugin). This is a fix. It may introduce a regression if some programs rely on the current behavior.
2016-01-13titaniumsdk: bump to version 5.1.2Sander van der Burg1-6/+6
2016-01-07xcodeenv: make it work with xcode 7.2Sander van der Burg4-5/+5
2016-01-07titaniumsdk: add SDK version 5.1 and remove older versionsSander van der Burg18-462/+2814
2015-11-20Merge staging into closure-sizeVladimír Čunát19-292/+680
The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
2015-10-18android-sdk: 24.3.4 -> 24.4, android-ndk: r10c -> r10etaku07-23/+31
2015-10-15androidenv: fix broken, less frequently used command-line toolsSander van der Burg4-9/+35
2015-10-13ncurses: split into multiple outputsVladimír Čunát1-1/+1
Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
2015-10-06androidsdk: add SDK option for Android API-level 23Sander van der Burg1-0/+6
2015-10-06androidsdk: bump to version 24.3.4 and update associated sub packagesSander van der Burg18-281/+629