Code Monkey home page Code Monkey logo

artgameweekend-art-project's People

Contributors

pierrelevy avatar lioneljabre avatar supermamie avatar amaes avatar

Watchers

James Cloos avatar omid avatar

artgameweekend-art-project's Issues

Add a widget

Widget for the last updated and the best rated tags

Original issue reported on code.google.com by [email protected] on 20 Feb 2011 at 10:59

Add option to take picture from camera and draw on it

add a menu to take a picture and draw on it.

1) take a picture
2) menu to stitch between blank background/picture
3) modify server to be able to send both images
4) change visualization to be able to display picture with/without background



Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 5:16

  • Blocked on: #15

infinite "cancel"

Test the application in the case where all the paths are saved (simpleSQL ?), 
so it will be possible to cancel everything (and even cancel a path without 
canceling the others)

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 11:15

  • Blocking: #28

Menu improvement

Change menu to be similar to the gallery menu (the one in android 2.2 stock)

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 5:17

  • Blocking: #14

draw with pen

create a deaw tool that will draw pixel by pixel.

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 11:13

  • Blocked on: #25

Display on a map

I don't know if this will be implemented, but just in case, here is the code 
used in android Gallery to display a point on a map : 

// Can't use geo:latitude,longitude because it only centers
                // the MapView to specified location, but we need a bubble
                // for further operations (routing to/from).
                // The q=(lat, lng) syntax is suggested by geo-team.
                String uri = "http://maps.google.com/maps?f=q&" +
                        "q=(" + latlng[0] + "," + latlng[1] + ")";
                activity.startActivity(new Intent(
                        android.content.Intent.ACTION_VIEW,
                        Uri.parse(uri)));

Original issue reported on code.google.com by [email protected] on 27 Oct 2010 at 9:49

picture orientation in EXIF

in the picture saved on the SD card, if "landscape" had been selected in the 
send option, the picture is still in portrait mode.

The sent image, on the webpage, is in landscape mode.

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 11:49

Error - Network cut

What steps will reproduce the problem?
1. Post a Tag while connected to a network (3G, Wifi)

What is the expected output? What do you see instead?

When posting, the app does not detect when connection is lost, and keeps trying 
to post.


Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 3 Nov 2010 at 9:46

change background

change the background to have a grey/white canvas (like in toshop)

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 11:37

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.