Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
187 lines (155 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

187 lines (155 loc) · 15.2 KB

Change Log

1.1.1 (2017-03-24)

Full Changelog

Implemented enhancements:

  • Rename jnius to pyjnius for pypi #266

1.1.0 (2017-03-23)

Full Changelog

Implemented enhancements:

  • Java Iterables #45
  • API for human-readable method signatures #133 (chrisjrn)

Fixed bugs:

  • import jnius on Centos7/python 3.4: AttributeError: 'str' object has no attribute 'decode' #218
  • ByteArray values over 127 (0x7f) causes OverFlow error #93
  • Leak in Runnable #83
  • Output parameters don't works #58
  • Apache Error: child pid XXXXX exit signal Segmentation fault (11) #50
  • pyjnius is not thread-safe #46
  • Problem on 64 bit ubuntu 12.04 #18
  • In file included from jnius/jnius.c:4:0: /usr/include/python2.7/Python.h:22:2: error: #error "Something's broken. UCHAR_MAX should be defined in limits.h." #11
  • doesn't work on windows #9
  • varargs don’t seem to work #8
  • setup.py jre_home #1

Closed issues:

  • How to import the kivy's activity? #258
  • shouldOverrideUrlLoading webview android #250
  • App crashes if we use 'org.renpy.android.PythonActivity' in p4a new toolchain #249
  • missing import os in jnius/__init__.py - there should be a CI workflow for pyjnius #245
  • jnius.detach() not safe with local variables #240
  • Type casting is not implemented #229
  • Pyjnius doesn't compile with cython 0.24 #219
  • jnius\jnius.c(4205) : error C2065: 'const_char' : undeclared identifier ,install on windows #214
  • pyjnius not working in virtual environment #213
  • Getting JAVA_HOME KeyError while importing autoclass #209
  • Not able to install pyjnius on windows 7 and python 3.4. Error: jnius.obj lnk 2019 #206
  • __javaclass__ definition missing #193
  • unexpeted output cjtp:r #190
  • can't import Contacts #180
  • compilation error in master after ~3.11.2015 #178
  • AttributeError: 'str' object has no attribute 'decode' #176
  • AttributeError: type object 'android.widget.AbsoluteLayout' has no attribute 'LayoutParams' #175
  • Lib should work with python3 #165
  • make tests never passes #162
  • Can't make an EnumMap? #159
  • Release to PyPI? #156
  • OverflowError: Python int too large to convert to C long on ART #146
  • Misunderstood #141
  • License is MIT but setup.py still says LGPL #139
  • Segmentation fault occurs in wrapped C lib, only when jnius is imported #136
  • Failing build_ext target with Cython 0.21 #131
  • Cannot create AdRequest instance #124
  • Native invocation issue with ART #113
  • pyjnius custom classpath exception #109
  • some reports from users complaining about "native thread exited without detaching..." #107
  • jnius.JavaException: Class not found #106
  • Exception: Invalid "[" character in definition #104
  • Does Pyjinius support Python 3? #103
  • Pyjnius: Find own classes on mac 10.9 #102
  • java.util.TimeZone not working with python threads #97
  • Android/ART crash Invalid instance of… #92
  • PyPy / cffi? #88
  • Not installing #84
  • Accessing fields on multiple instances of same class returns value of last #77
  • Win7, python2.7.5 (32bits) ... with phyjnius 1.2.1 --> ImportError: DLL load failed: #70
  • lookup_java_object_name leaks LocalRefs #68
  • Memory leak in constructor #67
  • README accelerometer example code out of date? #64
  • How to navigation buttons #61
  • JavaException: JVM exception occured #60
  • How do I install it? #57
  • JavaException: Unable to found the class for 'java/lang/CharSequence' #56
  • Accessing Android's clipboard #55
  • [armhf] - Builds fail on launchpad #53
  • How to run java class? #51
  • Can not find class with www-data account #49
  • Compilation Error #48
  • Setting JVM options #44
  • Tests don't pass (doesn't find libraries) #43
  • pyjnius does not seems to be installed properly in osx 10.6 #39
  • Make it possible to convert a python list to a Java array #35
  • Cast python object to a Java Object #33
  • Doesn't work under Windows 7 #30
  • no multidimensional array support #29
  • Create new tag (1.03?) #28
  • array of bytes #27
  • Can't install at Macosx lion #23

Merged pull requests:

1.0.3 (2012-09-06)

Full Changelog

Closed issues:

  • cython error #25
  • All modules called jnius_xxxx.pxi #17

Merged pull requests:

1.0.2 (2012-08-20)

Full Changelog

Closed issues:

  • cython can't find jni.pxi #7

1.0.1 (2012-08-20)

Full Changelog

Closed issues:

  • Can't install from PyPi #5

Merged pull requests:

  • Add cython to install_requires Fixes #5 #6 (graingert)

1.0 (2012-08-20)

Closed issues:

  • Sets and ArrayLists not converted to python sets/lists #4
  • Java doesn't accept our subclasses as arguments #3

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator