Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbanes/photup
photup
https://github.com/chrisbanes/photup
Last synced: about 18 hours ago
JSON representation
photup
- Host: GitHub
- URL: https://github.com/chrisbanes/photup
- Owner: chrisbanes
- Created: 2013-01-15T09:55:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T08:51:39.000Z (almost 7 years ago)
- Last Synced: 2024-12-04T02:35:05.663Z (10 days ago)
- Language: Java
- Size: 35.5 MB
- Stars: 945
- Watchers: 73
- Forks: 324
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-person - photup
README
# photup
![Header](https://github.com/chrisbanes/photup/raw/master/header_graphic.png)photup is an application, currently available on Google Play with an average rating of 4.4 (at time of writing). Due to lack of time, I'm open sourcing this so anyone can look at the code, and more importantly, so you can submit patches and keep it alive.
[![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](http://play.google.com/store/apps/details?id=uk.co.senab.photup)
## Pre-Requisites
The following libraries need to cloned and manually added to photup as library projects.
* [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock)
* [PhotoProcessing](https://github.com/chrisbanes/PhotoProcessing)
The following libraries are required, but have been bundled as JARs.
* [ActivityCompat2](https://github.com/JakeWharton/ActivityCompat2)
* [Android-BitmapCache](https://github.com/chrisbanes/Android-BitmapCache)
* [Crouton](https://github.com/keyboardsurfer/Crouton)
* [EventBus](https://github.com/greenrobot/EventBus)
* [Facebook Android SDK](https://github.com/chrisbanes/facebook-android-sdk)**
* [MergeAdapter](https://github.com/commonsguy/cwac-merge) and [SackOfViewsAdapter](https://github.com/commonsguy/cwac-sacklist)
* [OrmLite](http://ormlite.com/)
* [PhotoView](https://github.com/chrisbanes/PhotoView)
* [SwipeToDismissNOA](https://github.com/chrisbanes/SwipeToDismissNOA)**
** = using my fork
## LicenseCopyright 2012, 2013 Chris Banes
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.