Skip to content

Tags: gryf/mc_adbfs

Tags

0.15

Toggle 0.15's commit message
Removed py2 lefotver, fix variable name.

0.14

Toggle 0.14's commit message
Fix for removing files with space/parentheses.

Also, some further py2 cleanup.

0.13

Toggle 0.13's commit message
Drop Python2 support.

0.12

Toggle 0.12's commit message
Fix bad filenames for Python3.

In Python3, if there are filenames encoded with 8-bit encodings, there
might be an issues with converting them into unicode objects. This is a
workaround on this subject. Python2 is not affected.

Other than that, there was tests added to cover this case, appropriate
Makefile which automate creating venvs for both: Python 2 and 3, and
also there is a check against pep8 rules using flake8.

0.11

Toggle 0.11's commit message
Added Python3 compatibility

0.10

Toggle 0.10's commit message
Added new option for selecting adb executable

0.9

Toggle 0.9's commit message
Added a functionality for accessing single directory

0.8

Toggle 0.8's commit message
Added ability to use config file

0.7

Toggle 0.7's commit message
Quote filenames, removing hardocded adb path