Skip to content

A Java client library and an Android UI to access public libraries.

License

Notifications You must be signed in to change notification settings

ckeen/opacclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Opac App Build Status

Android client for public libraries. See opacapp.net for details.

Screenshot

Features

  • Search the catalogue
  • Make reservations
  • Bookmarks
  • Account view
  • extending lending periods
  • Notification for return dates
  • Search by ISBN using barcodes
  • much more cool stuff

Not all of the features are availably for every library.

Support

Supports web catalogues of different library system vendors, see our website or wiki for details.

Java Library (libopac)

The underlying code that the app uses to connect to the different supported OPAC software systems and parse data from them is available as a separate library called libopac. It can also be used in ordinary Java projects because it does not depend on Android APIs. More information about the library can be found in its own README file.

License

This code is released under the terms of the MIT License

It contains several libraries:

  • jsoup, (c) Jonathan Hedley and contributors, MIT License
  • ACRA, (c) Kevin Gaudin and contributors, Apache License
  • cwac-endless and cwac-adapter, (c) CommonsWare, LLC and Google, Inc., Apache License
  • Android Support library, (c) Google Inc., Apache License
  • NineOldAndroids, (c) Jake Wharton, Apache License
  • android-flowlayout, (c) Artem Votincev, Apache License
  • rv-joiner, (c) Evgeny Egorov, Apache License

Authors

Many thanks go to our contributors, including:

  • Rüdiger Wurth
  • Simon Legner

About

A Java client library and an Android UI to access public libraries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 52.1%
  • HTML 47.9%