Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kivy/python-for-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mraygalaxy/python-for-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 8, 2014

  1. 1. cjklib ('cjklib' on pypi) is a pure-python swiss-army knife transl…

    …ation library for character-oriented languages like Chinese.
    
    2. WebOb ('webob' on pypi) is a popular python WSGI middleware library for building reusable python web applications.
    
    I've tested both of these in my buildozer-created APK and they work great. No patches required as they do not have C-extensions.
    
    One warning: cjklib uses sqlite and creates a pretty "hefty" 45 MB database upon it's 'setup.py' installation for the purposes
    of translating different languages. I've submitted a request on their mailing list for options for pruning the size of this
    database. Hope to get a response from them soon.
    Michael R. Hines committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    3f4733b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. I need this =)

    Michael R. Hines committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    5fe61dd View commit details
    Browse the repository at this point in the history
  2. wrong dependencies

    Michael R. Hines committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    de0e69f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Samsung version of android come with a fancy mode called "Multi Window",

    where you can split the screen and run two applications simultaneously.
    
    This requires a new tag in the manifest under the <application> section
    
    <uses-library required="false" name="com.sec.android.app.multiwindow" />
    
    Seems like it should be harmless to include this in the template as it is
    not required by default.
    
    There are other required tags to enable multi-window support, but buildozer
    allows to update the template dynamically for the rest of the tags, so
    those things don't need to go into this template.
    Michael R. Hines committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    ea77a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b966ce View commit details
    Browse the repository at this point in the history
Loading