zotero android

Avram Lyon e6297d800b My changes to richtext-- trying a non-TinyMCE approach 13 年之前
.settings 8f944c6775 Initial commit, with working OAuth 13 年之前
res e6297d800b My changes to richtext-- trying a non-TinyMCE approach 13 年之前
src e6297d800b My changes to richtext-- trying a non-TinyMCE approach 13 年之前
tinymce @ 7ad17bb694 d945a94f8a Clean up for TinyMCE 13 年之前
.classpath 39dc599ce0 Adding sorting to item lists 13 年之前
.gitignore c3e9bc0a9a ZWebView subclass for WebView to suppress default behavior for arrow keys 13 年之前
.gitmodules c3e9bc0a9a ZWebView subclass for WebView to suppress default behavior for arrow keys 13 年之前
.project d945a94f8a Clean up for TinyMCE 13 年之前
AndroidManifest.xml f57180bae1 proof of concept: WevView for notes 13 年之前
LICENSE 0070e9e944 Applying AGPLv3 declaration to add files, and adding license file 13 年之前
README 998bfac47d Add zxing info to README 13 年之前
build.xml d945a94f8a Clean up for TinyMCE 13 年之前
proguard.cfg 6252ef19c4 Strip out verbose logging (I have a lot of it!) using proguard. Tip from http://stackoverflow.com/questions/5553146/disable-logcat-output-completely-in-release-android-app/5553290#5553290 13 年之前
project.properties 39dc599ce0 Adding sorting to item lists 13 年之前

README

Zandy: a Zotero client for Android
by Avram Lyon ([email protected])

Installation:
A built and signed version of Zandy is available for purchase on the Android Market (https://market.android.com/details?id=com.gimranov.zandy.app). You can also check out this project and built an APK yourself using Eclipse with the ADT plugin, or another alternate toolchain. Note that you will need to add the oauth-signpost libraries to your classpath to build the application.

Requirements:
Android 2.2 or later, although there are plans to support earlier versions of Android.

Support:
See the Zandy User Guide (http://www.gimranov.com/avram/w/zandy-user-guide) for basic documentation. Feature requests and bug reports are highly encouraged-- please post to the issue tracker on GitHub, or post comments to the user guide. Also feel free to write to [email protected] with questions.

License:
GNU Affero General Public License, Version 3 or later.

This is based in part on the code by Martin Paul Eve (University of Sussex) to create an Android client for Mendeley, hosted at (https://code.google.com/p/mendeley-for-android/). That code is GPL-licensed, and the present code is licensed under the GPL-compatible Affero GPL.
Icons from FamFamFam's Silk icon set (http://www.famfamfam.com/lab/icons/silk/) are used for item types and elsewhere. These icons are licensed under the Creative Commons Attribution 2.5 License.
Icons from Glyphish's free icon set (http://glyphish.com/) are used for some buttons. They are licensed under the Creative Commons Attribution 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

Dependencies:
Requires oauth-signpost (http://code.google.com/p/oauth-signpost/) for OAuth support, licensed under the Apache license, version 2.
Bar code scanning requires that the ZXing Bar Code Scanner app be installed. Zandy includes an integration file from the ZXing project (http://code.google.com/p/zxing/), licensed under the Apache license, version 2.