Android App to view passes
Find a file
2013-02-10 16:07:49 +01:00
.idea/libraries fix pathes to scan - prevent NPE - analytics and error tracking 2013-02-08 23:50:37 +01:00
libs add aquery ( for market recent check ) 2013-02-08 15:48:53 +01:00
promo artwork 2013-01-07 14:22:23 +01:00
res rm default texts 2013-02-10 14:51:10 +01:00
src/org/ligi/ticketviewer we don't have to set the context here - is set in Application Controller 2013-02-10 14:59:57 +01:00
.classpath initial 2012-12-21 22:23:58 +01:00
.gitignore unignore res - dunno how this landed here 2013-01-23 16:31:25 +01:00
.project initial 2012-12-21 22:23:58 +01:00
AndroidManifest.xml we need to increase the version for maps 2013-02-10 16:07:49 +01:00
COPYING add GPLv3 2013-01-23 16:33:07 +01:00
CREDITS initial 2012-12-21 22:23:58 +01:00
ic_launcher-web.png initial 2012-12-21 22:23:58 +01:00
PassbookForAndroid.iml some styling 2013-02-09 23:39:12 +01:00
README.md create initial README.md 2013-02-09 13:33:38 -08:00

AndroidTicketViewer

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.