Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Update versions, README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed Sep 9, 2015
1 parent b4be2c2 commit 9750226
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
## 1.0.1

* Support image picker helper from Fragments
* Restore support for SDK level 10
* Fix translucent status bar set via app theme
* Fix wrong result code when crop results in IOException
* Fix image "twitching" on zoom out to max bounds
* Translations: Italian, Turkish, Catalan, Swedish

## 1.0.0

* Improved builder interface: `Crop.of(in, out).start(activity)`
* Material styling
* Drop support for Gingerbread
* Drop support for SDK level 9
* Start crop from support Fragment
* Translations: French, Korean, Chinese, Spanish, Japanese, Arabic, Portuguese, Indonesian, Russian
* Fix max size
* Fix issue cropping images from Google Drive
* Optional circle crop guide
* Optional custom request code
* Translations: French, Korean, Chinese, Spanish, Japanese, Arabic, Portuguese, Indonesian, Russian

## 0.9.10

Expand All @@ -17,5 +26,5 @@
## 0.9.9

* Downscale source images that are too big to load
* Optional always show crop handles
* Fix shading outside crop area on some API levels
* Add option to always show crop handles
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
An Android library project to provide a simple image cropping `Activity`, based on code from AOSP.

[![build status](https://travis-ci.org/jdamcd/android-crop.png)](https://travis-ci.org/jdamcd/android-crop)
[![maven central](https://img.shields.io/badge/maven%20central-1.0.0-brightgreen.svg)](http://search.maven.org/#artifactdetails%7Ccom.soundcloud.android%7Candroid-crop%7C1.0.0%7Caar.asc)
[![changelog](https://img.shields.io/badge/changelog-1.0.0-lightgrey.svg)](CHANGELOG.md)
[![maven central](https://img.shields.io/badge/maven%20central-1.0.1-brightgreen.svg)](http://search.maven.org/#artifactdetails%7Ccom.soundcloud.android%7Candroid-crop%7C1.0.1%7Caar.asc)
[![changelog](https://img.shields.io/badge/changelog-1.0.1-lightgrey.svg)](CHANGELOG.md)

## Goals
## Features

* Gradle build with AAR
* Gradle build & AAR
* Modern UI
* Backwards compatible to SDK 14
* Backwards compatible to SDK 10
* Simple builder for configuration
* Example project
* More tests, less unused complexity

## Usage

Expand Down Expand Up @@ -46,11 +45,11 @@ The library provides a utility method to start an image picker:

The AAR is published on Maven Central:

`compile 'com.soundcloud.android:android-crop:1.0.0@aar'`
`compile 'com.soundcloud.android:android-crop:1.0.1@aar'`

#### Users

Apps that use this library include: [SoundCloud](https://play.google.com/store/apps/details?id=com.soundcloud.android), [Depop](https://play.google.com/store/apps/details?id=com.depop)
Apps that use this library include: [SoundCloud](https://play.google.com/store/apps/details?id=com.soundcloud.android), [Depop](https://play.google.com/store/apps/details?id=com.depop), [Polyvore](https://play.google.com/store/apps/details?id=com.polyvore), [TextSecure](https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms)

## How does it look?

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.0.0
VERSION=1.0.1
VERSION_CODE=1

signing.keyId=63A46540
Expand Down

0 comments on commit 9750226

Please sign in to comment.