Commit graph

645 commits

Author SHA1 Message Date
Maciej Krüger 53b16c933f fix: drop release-unsigned from release output path
Guessing based on this logoutput
```
[INFO]:    # Copying APK to current directory
[INFO]:    # APK filename not found in build output. Guessing...
[INFO]:    # Found APK file: /home/data/.buildozer/android/platform/build/dists/zeronet/build/outputs/apk/release/zeronet-release-unsigned.apk
[INFO]:    # Add version number to APK
[INFO]:    # APK renamed to zeronet-0.6.5.1-release-unsigned.apk
[DEBUG]:   -> running cp /home/data/.buildozer/android/platform/build/dists/zeronet/build/outputs/apk/release/zeronet-release-unsigned.apk zeronet-0.6.5.1-release-unsigned.apk
...
IOError: [Errno 2] No such file or directory: u'/home/data/.buildozer/android/platform/build/dists/zeronet/build/outputs/apk/release-unsigned/zeronet-release-unsigned.apk'
```

(cherry picked from commit 6142acfa40)
2019-03-30 05:36:09 +01:00
WO ec1ede62d2 Fix output directory for gradle
(cherry picked from commit 4296edc472)
2019-03-29 15:58:20 +01:00
Akinwale Ariwodola 4a1253e00a Merge remote-tracking branch 'upstream/master' 2018-09-25 19:07:28 +01:00
matham 79a713273b
Merge pull request #711 from AndreMiras/feature/ticket710_update_readme_python3_instructions
Updates Python 3 install instructions, fixes #710
2018-09-03 12:43:34 -04:00
Andre Miras 6df7acd675 Updates Python 3 install instructions, fixes #710
Refactors Python 2/3 install instructions.
Makes explicit difference between host and target Python.
Both host Python versions are supported seamlessly while target Python
requires different actions depending on the version.
2018-09-03 00:16:38 +02:00
Mathieu Virbel 48f9b74691
Merge pull request #630 from bionoid/patch-1
Quote --storage-dir value
2018-08-21 12:10:28 +02:00
Mathieu Virbel a3d4e07465
Merge pull request #653 from marceloneil/fix/prerelease-version
fix prerelease version
2018-08-21 12:08:36 +02:00
Mathieu Virbel 71dbc6673c
Merge pull request #680 from AndreMiras/feature/unused_variables
Removes few unused variables
2018-08-21 12:07:27 +02:00
Mathieu Virbel 6b4a3331e3
Merge pull request #688 from AndreMiras/feature/issue_template
Adds issue template with basic required info
2018-08-21 12:05:11 +02:00
Mathieu Virbel b1ec6e8703
Merge pull request #689 from AndreMiras/feature/clean_installation_doc
Cleans installation docs
2018-08-21 12:04:42 +02:00
Mathieu Virbel 36ea4ba265
Merge pull request #700 from rammie/fix-662
Changes how is_gradle_build is detected.
2018-08-21 12:03:56 +02:00
Mathieu Virbel 7b3a4c760f
Merge pull request #705 from Cheaterman/patch-1
Remove obsolete sh package dependency
2018-08-21 12:02:58 +02:00
Cheaterman c502370af6
Remove obsolete sh package dependency
The reason for forcing such an old version isn't valid any longer anyway.
2018-08-21 11:33:45 +02:00
Ram Mehta c997016d98 Fixes #312, #597, #599, #603, #606, #613, #632, #636, #647, #649, #662 2018-08-05 02:50:51 -04:00
Andre Miras d1688178df Cleans installation docs
Removed install instructions for non-LTS and version that reached
end of life.
2018-06-28 15:51:52 +02:00
Andre Miras f6dfa3f09a Adds issue template with basic required info 2018-06-28 13:15:03 +02:00
Alexander Taylor 068bf9c42e
Merge pull request #681 from AndreMiras/feature/ticket589_Dockerfile
buildozer Dockerfile, fixes #589
2018-06-20 18:39:49 +01:00
Andre Miras 84561c3aa8 Buildozer Dockerfile, fixes #589
Installs buildozer and dependencies, documents usage.

To build the image you first need to `cd` to where the `Dockerfile` is,
then run:
```sh
docker build --tag=buildozer .
```
Then you can use the container e.g. with:
```sh
docker run --volume "$(pwd)":/home/user/hostcwd buildozer --help
```
The above command mounts host current working directory in container
using `--volume` option.
Also added workaround for #625
2018-06-19 23:49:18 +02:00
Andre Miras 794461190c Removes few unused variables 2018-06-18 18:45:57 +02:00
akshayaurora b154b7d84e osx: install requirements from requirements.txt 2018-06-18 03:51:27 +05:30
Alexander Taylor a8f764f786
Merge pull request #664 from inclement/fix_typo
Fixed a typo pointed out by AndreMiras
2018-05-28 15:24:58 +01:00
Alexander Taylor 42fddafe2b Fixed a typo pointed out by AndreMiras 2018-05-22 20:38:23 +01:00
Gabriel Pettier 52df08c8e2
Merge pull request #657 from AndreMiras/patch-2
Updates installation.rst with Ubuntu 18.04 instructions
2018-04-30 13:36:51 +02:00
Andre Miras ab2f895bab
Updates installation.rst with Ubuntu 18.04 instructions
Basically the same as Ubuntu 16.04
2018-04-29 23:35:35 +02:00
Akinwale Ariwodola cb57e4ea1c copy src/main/res to dist 2018-04-22 12:41:12 +01:00
Marcel O'Neil 2e583b349b
fix prerelease version 2018-04-15 20:08:55 -04:00
Akshay Arora d3628f1568
Merge pull request #650 from SomberNight/manifest_set_launchMode
allow setting launchMode for the main activity in the manifest
2018-04-10 17:20:52 +05:30
SomberNight f3560b4f84
allow setting launchMode for the main activity in the manifest 2018-04-10 11:16:24 +02:00
Terje Skjaeveland 59ae01db21
Quote --storage-dir value
Command will fail if the directory contains whitespace
2018-02-27 15:01:28 +01:00
Mathieu Virbel 94691c0138
Merge pull request #612 from bauerj/add-activity
Allow adding Java activities to the manifest
2018-01-26 11:00:02 +01:00
Johann Bauer 94e9172f47 Allow adding Java activities to the manifest 2017-12-29 19:55:39 +01:00
Akinwale Ariwodola 3ddaf220d0 added ability to copy contents of assets/ folder found in Java src/main 2017-12-28 16:44:00 +01:00
Akinwale Ariwodola b00ee94225 fix react src folder copy to dist 2017-12-28 08:04:15 +01:00
Akinwale Ariwodola fccef474cf add android.react_src folder option 2017-12-27 10:59:58 +01:00
Mathieu Virbel 7b48f20341
Merge pull request #600 from replabrobin/master
add comment re p4a.port in default.spec
2017-12-26 11:13:47 +01:00
Robin Becker 9307e8c06c fix spelling in default.spec p4a.port comment 2017-12-15 16:02:50 +00:00
Robin Becker 1edad89683 add comment re p4a.port to default.spec 2017-12-15 15:59:55 +00:00
Mathieu Virbel 63c24587af update changelog 2017-12-15 16:52:54 +01:00
Mathieu Virbel 773a38cd34 Bump to 0.35dev 2017-12-15 16:49:54 +01:00
Mathieu Virbel 7753c93ed0 Bump to 0.34 2017-12-15 16:49:51 +01:00
Mathieu Virbel 83ad94d626 fixes release mode misdetection in android_old and android + fix gradle detection when copying the apk 2017-12-15 16:44:17 +01:00
Mathieu Virbel fc95dcb2af
Merge pull request #527 from inclement/change_p4a_dir_name
Changed p4a directory name for current toolchain
2017-12-15 16:21:52 +01:00
Mathieu Virbel 93e958f46e
Merge pull request #577 from AndreMiras/patch-1
Fixes `p4a.branch` comment
2017-12-15 16:20:56 +01:00
Mathieu Virbel 7a41562038
Merge pull request #582 from kivy/unicode_fix
Fix Py3 utf-8 encode error
2017-12-15 16:20:42 +01:00
Mathieu Virbel 34168f58b2
Merge pull request #571 from inclement/remove_sdk_argument
Removed --sdk argument for p4a
2017-12-15 16:20:26 +01:00
Mathieu Virbel d816451c4b
Merge pull request #525 from mokhoo/master
Update android.py, updated recreate the project.properties section
2017-12-15 16:18:43 +01:00
Mathieu Virbel be0ec3b52b Merge branch 'master' of ssh://github.com/kivy/buildozer 2017-12-15 16:13:53 +01:00
Mathieu Virbel 2e1675164e don't use pip --user for installing p4a if we are in a virtualenv or a conda env. Closes #509. Closes #515 2017-12-15 16:13:18 +01:00
Mathieu Virbel 57b18edec6
Merge pull request #508 from SecretObsession/kivy_404_handling
Add 404 status code handling on kivy download
2017-12-15 16:01:08 +01:00
Mathieu Virbel 4935739c84
Merge pull request #588 from replabrobin/master
add p4a.port config option; to allow specifiying webview port
2017-12-15 15:59:50 +01:00