Android App to view passes
Find a file
2013-12-19 17:27:38 +01:00
gfx move around 2013-12-15 23:22:51 +01:00
libs add the missing lib 2013-11-25 23:44:20 +01:00
src fix typo and not closed open brace 2013-12-19 15:31:00 +01:00
.gitignore gradle-I-fy 2013-08-01 20:50:41 +02:00
build.gradle bump versions 2013-12-19 17:27:38 +01:00
COPYING add GPLv3 2013-01-23 16:33:07 +01:00
README.md correct path 2013-12-15 23:45:17 +01:00

Build Status

PassAndroid

Android App to view Passbook files

Displays Passbook ( *.pkpass ) files & shows the Barcode ( QR or PDF417 format ). Offline usable. when preparing for the Chaos Communication Congress 2012 ( #29c3 ) I stumbled upon a passbook file for the first time. As I really like the idea of paperless tickets as it saves time and trees which both are very valuable to me. The problem was that I found no app with which I could use the downloaded passbook file. I found 2 apps which promised to do it, but both failed and judging by the comments: not only for me. Badly written intent-filters where one of the problems, but as both apps where closed source there was no option to submit a fix. After reading a bit I realized that this app can be written within one hour. the passbook format is just a zip container with some Json encoded data and some images. the essential thing is the Barcode message which is included in the json. It is not pretty at the moment, but functional ..

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.