Giter VIP home page Giter VIP logo

android-light-dasftp's People

Contributors

davols avatar

Stargazers

 avatar

Watchers

 avatar  avatar

android-light-dasftp's Issues

Fails on picasa/google+ pictures

Filepath is null when it comes to uploading picasa/G+ pictures.

See: https://groups.google.com/forum/#!topic/android-developers/s3BLfnI3F74
http://jimmi1977.blogspot.no/2012/01/android-api-quirks-getting-image-from.html and https://code.google.com/p/android/issues/detail?id=21234

Example:

D/Main    (12093): scheme:content
D/Main    (12093): ImageUri:content://com.google.android.apps.photos.content/0/https%3A%2F%2Flh3.googleusercontent.com%2F7SXCyk18tPcC1RuvVjGj-ABN5hCB2-gofhhdydnW4BI%3Ds0-d
D/Main    (12093): filePath:null 

About page

About page in Settings. Including licenses and naming libraries.

Renaming uploaded files

Renaming uploaded files. Probably according to shutter help for renaming. See http://shutter-project.org/faq-help/man-page/

Example

 %Y = year
 %m = month
 %d = day
 %T = time
 $w = width
 $h = height
 $name = multi-purpose (e.g. window title)
 $nb_name = like $name but without blanks in resulting strings
 $profile = name of current profile
 $R = random char (e.g. $RRRR = ag4r)
 %NN = counter
The string is interpretted by calendar instance. 

As an example: '%y-%m-%d_$w_$h' would upload a file named '11-10-28_1280_800.png'

Rewrite the database

Rewrite the database and make it sequential properly for imgur and sftp sites.

  • img_uploads
    • id
    • img_cache_name
    • type
  • imgur
    • id
    • name
    • public link
    • delete link
  • sftp
    • id
    • name
    • link

Verify path,username etc correct

Verify path,username, host that they are valid (for instance no spaces) instead of just trimming might want to add an alertdialog. For instance for username it adds a space :/

Auto upload to specific site

Add a setting to autoupload to a specific site. Otherwise ShareActivity would prompt which server/site to use.

Ssh keys

For first edition remove import keys. Only generate keys that inputs an email and export public key which uses dasftp generated public key. That setting is ofc disabled if no key has been generated. Only have one key and add setting to use keys in add site which disables password field

Espresso tests

Testing devices with Espresso and sonar-runner (Sonar/Sonarqube)

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.