Questions tagged [aviary]

Aviary was a proprietary multi-media application suite that was purchased by Adobe in 2014. The Aviary Image Editor is now available as the Image Editor UI component of the Adobe Creative SDK for iOS, Android, and web. For new questions regarding the Creative SDK's Image Editor UI component, use the tag "adobecreativesdk".

The developer portal for the Adobe Creative SDK is at creativesdk.adobe.com.

160 questions
0
votes
1 answer

Aviary crash issue when I add it as Subview

In one of my projects I have integrated the aviary sdk . When I use the presentmodalViewcontroller it is working . But when I use the addsubview method it is crashing when I click any button in the Editorcontroller . AFPhotoEditorController…
Tendulkar
  • 5,550
  • 2
  • 27
  • 53
0
votes
1 answer

Issue with Aviary SDK device orientation

I am trying to lunch Aviary SDK photo editor in landscape mode , but it works only on iPad !! , my app crashes on iPhone due this problem : 'UIApplicationInvalidInterfaceOrientation', reason: 'Supported orientations has no common orientation with…
iOS.Lover
  • 5,923
  • 21
  • 90
  • 162
0
votes
1 answer

java.lang.RuntimeException: Unable to instantiate receiver com.XXX.XXX.library.receivers.AviarySystemReceiver

Situation Aviary-SDK included as library. Everything worked fine up to yesterday after i tried setting up the billing system and updating the SDK and ADT (where Eclipse got a new look including the old loading screen, but everything still appears to…
James Cameron
  • 1,681
  • 25
  • 40
0
votes
0 answers

Can not save with aviary

I am facing a problem because I can't save my edited image, I put this code in index.php But I have an error : Warning:…
Pred
  • 61
  • 1
  • 2
  • 3
0
votes
2 answers

Aviary closes right after it opens

I am using file picker to upload an image to my rails app, and then on the show page I have a button that allows them to open the image to edit it inside of aviary. The editor will open, but closes right after it displays for just a moment. Here is…
Aaron Mills
  • 172
  • 1
  • 14
0
votes
1 answer

InstaPDF and Aviary issues of co existence

I am planning to incorporate instaPDF and Avairy in my app. I can download and compile instaPDF just fine using Xcode 4.6. The problem I have is that as part of incorporating Aviary I have to set "Other linker flags" to "-ObjC -all_load". As soon as…
Sam B
  • 27,273
  • 15
  • 84
  • 121
0
votes
2 answers

Using Filepicker.io with Aviary tool

I am using the Aviary-Filepicker tool to have a user upload an image, crop it, and then save it. When I use the code below in my javascript, the following happens. I click the upload button Filepicker opens I choose an image using fiepicker. The…
user1072337
  • 12,615
  • 37
  • 116
  • 195
0
votes
2 answers

Aviary SDK issue with iOS 5.0 - objectAtIndexedSubscript

I have downloaded the latest Aviary code 2.6.0 and incorporated it in my Xcode 4.2 for my iPhone 4S running iOS 5.0. Every time I launch Aviary action I get a traceback show below for objectAtIndexedSubscript. I saw this post " Is…
Sam B
  • 27,273
  • 15
  • 84
  • 121
0
votes
2 answers

How to check if an activity is continuing

In my app, I am trying to run multiple photos through a photo editor (one at a time). I have it set up in a for-loop at the moment, but I feel like it is overloading the photo editor and not actually waiting until the current edit session is over,…
user1513687
  • 173
  • 2
  • 13
0
votes
1 answer

Retrieving image uri from an item in grid

I am trying to read these uris from each selected item in my gridview, then store them in a Uri array and read them from there. Here is the code I have: for (int i = 0; i < imagegrid.getChildCount(); i++) { Uri uri = (Uri)…
user1513687
  • 173
  • 2
  • 13
0
votes
2 answers

How to work with Aviary SDK in iOS

I want to create an image editing app and I am using Aviary but I can't find any tutorials on Aviary, that's why I'm having a problem on working on it. Are there any tutorials for how to use Aviary SDK for iOS? I am reading this document, but are…
Zohaib Brohi
  • 576
  • 1
  • 7
  • 15
0
votes
1 answer

Replacing Filepicker files after editing with Aviary

I have an Edit button next to each uploaded thumbnail on my page that summons the Aviary modal upon click. What I'd like to do is replace the original file on FP when I save the outcome of editing in Aviary. filepicker.saveAs doesn't seem like the…
realdeal
  • 153
  • 1
  • 11
0
votes
1 answer

Library Error - Aviary - Android

I am trying to plug the Aviary API into my app, and I am getting some weird errors. To start, Aviary supplies a test-app to show how to implement the API and how it should work. This app runs fine, but I have it running on android 4.0. My app is…
user1513687
  • 173
  • 2
  • 13
0
votes
1 answer

Supported android version and compiling android version?

I'm going to try aviary, and found these words in the documentation: The Aviary Android SDK supports Android 2.2+ as the minSdkVersion, but it must be compiled using Android 4.0 (API level 14) as the target sdk. This means that your application…
Freewind
  • 193,756
  • 157
  • 432
  • 708
0
votes
3 answers

Aviary HTM5L sample not working in iOS Safari (photo appears to keep loading)

I took the sample HTML5 and tried in iOS Safari. The sample photo appears but keeps loading continuously and no Aviary editing actions can be performed. Does anybody have a solution? Here's the sample code directly from the Aviary site at…
1 2 3
10
11