Tagged: features Toggle Comment Threads | Keyboard Shortcuts

  • Alex Leonard 2:14 am on February 13, 2013 Permalink | Log in to leave a Comment
    Tags: features, , instant upload   

    ***
    I’m in the process of moving out and took a photo of the chaos. A little while later I sat down at my laptop on a tea break. I checked Google+ and had a notification that I had an instant upload photo. I shared it (being that it’s nearly friction-less).
    ***

    I instantly thought, again, how wonderful it would be if it was my blog that was notifying me that there was a photo to share. I’d honestly much rather blog that stuff than G+ it but I keep on using the ‘easier’ option because, well, it’s easier!

    I did mention this before and I know it’s definitely not so simple to implement, but I think for both self-hosted and wordpress.com (consider that people may end up purchasing additional storage) it would be worth it.

    Obviously there’d be caution needed with privacy (strong obfuscation of instant upload img locations/filenames), and for self-hosted presumably there’d be a wide-range of issues.

    Does it sound even remotely feasible. Obviously this is beyond the bounds of just Android Dev, but I guess I’ve been on here the most so it seemed a good place to start the conversation.

    Now, back to packing!

     
    • Espen Klem 2:51 am on February 13, 2013 Permalink | Log in to Reply

      Great observation Alex!

    • Will Norris 9:11 am on February 13, 2013 Permalink | Log in to Reply

      yeah, I’ve actually had the same thought about having instant upload to my personal site. Both Dropbox and Facebook have added that to their Android apps in recent months, so it’s certainly technically doable.

      Though, for me, I’m not sure that I’d want every mobile photo I’ve ever taken living on my blog (whether I actually attach it to a post or not). I like the convenience of it, but would probably want a simple way to “clean up” all the random photos that I never blogged about. Interestingly, I don’t feel the same way about Dropbox… I can treat it as a dumping ground and not really worry about cleaning it up.

    • Dan 7:21 am on February 14, 2013 Permalink | Log in to Reply

      I’d use this feature, maybe after the UI update and notifications we can add this?

  • Dan 5:55 am on June 28, 2012 Permalink | Log in to leave a Comment
    Tags: features   

    Ideas for the next 2.x release:

    • Add featured image support, since it was added to XML-RPC in 3.4
    • Add option to upload images as a gallery
    • Maybe switch out our action bar to the native Android action bar. We can use action bar sherlock to support the toolbar on 2.x devices.
     
    • Isaac Keyet 10:09 pm on June 28, 2012 Permalink | Log in to Reply

      What if we start by just adding Featured Image support and have only that be the next 2.x along with any bug fixes needed? Always good to iterate fast and it’s a much requested feature.

    • Alex Leonard 1:14 am on July 1, 2012 Permalink | Log in to Reply

      Featured image and gallery support would be super amazing! That would make me a very happy camper (especially considering my photoblog section completely relies upon featured images!)

  • Dan 1:30 pm on March 15, 2010 Permalink | Log in to leave a Comment
    Tags: features,   

    Since we’re going to add some media library upload enhancements (video upload), it might be a good idea to create a separate area for uploading media outside of a post or page, like Matt suggested.

    I created a trac ticket for this.

     
  • Dan 3:47 pm on February 16, 2010 Permalink | Log in to leave a Comment
    Tags: features   

    Lots to Do! 

    There’s big plans for WordPress for Android, here’s just a small list of features that are in the works:

    • Video Upload
    • Full size image uploading option (with thumbnail)
    • Post/Page context view on single click
    • Automatic discovery of xmlrpc.php path via RSD
    • Integration with the ‘share via’ context menus in Android (share a link, image, video, etc directly to a new post in the app)
    • UI updates and optimization
    • Internationalization and localization

    Want to help develop these features? Reach out to us here to get plugged in!

     
    • Gwolle 1:15 pm on February 18, 2010 Permalink | Log in to Reply

      I’d love to help. Not very familiar with Java, but learning every day. So, I checked out the source, made some changes (tried to localize the app). How can I “reach out” to help you folks at WordPress? Can I pick something to work with?

    • Raanan Bar-Cohen 1:19 pm on February 18, 2010 Permalink | Log in to Reply

      @Gwolle — cool, localization is a popular request already !

      best best to get involved is to open up a ticket on trac and include your patch: http://android.trac.wordpress.org/

      That way the core developers of the app can review and provide feedback and then if it’s all good — they can include your code in the next release.

      • Gwolle 1:28 pm on February 18, 2010 Permalink | Log in to Reply

        @Raanan
        Looking at the Android documentation, localization is really simple. So I code the localization and then upload what? The whole app source, or just the files I changed? Sorry, but I’m not familiar with the Trac system. :/

        By the way: It’d be great if the WordPress.org login system was integrated into this blog so that I just login once and all my comments are written by the same user. If that was possible, it would be very nice to have! :)

        • Dan 3:26 pm on February 18, 2010 Permalink | Log in to Reply

          @Gwolle – Since you’re interested in localization, it’d be great if you could tackle the first step which is to create all of the fields that the app would need translated in the /res/values/string.xml file. Currently it only has two strings in it, but needs all of the label and button text added in there.

          You can just work on that file and attach it to a trac ticket. It’d be great to have your help!

          • Gwolle 3:50 pm on February 18, 2010 Permalink | Log in to Reply

            OK, I already started coding. Since Java isn’t that hard to learn, I managed to get the localization working, as you can see here: http://img682.imageshack.us/img682/2985/screenshot20100219at004.png
            It’s German, and that’s the language I can translate to. I already started a thread in the forums (http://android.forums.wordpress.org/topic/localization-made-easier-with-php-amp-community?replies=1) on translating made easy with PHP, since the string.xml file is an XML (obviously).

            Is there a faster way to reach you/the development team than replying to posts on the dev blog, e. g. email? It’s hard to follow up.

          • Gwolle 3:56 pm on February 18, 2010 Permalink | Log in to Reply

            If you wish to I could post my strings.xml, but then you’d have to go through the code and do what I did – copy&paste&replace. I imagine that’s no fun, so isn’t there a way we could share the code? I can upload what I’ve got so far (full app), it’s been built on a svn checkout I did 6 or 8 hours ago. Isn’t there a much easier way? :/

            • Dan 4:13 pm on February 18, 2010 Permalink | Log in to Reply

              gotcha, maybe just zip up the source and attach that to ticket instead and we’ll take a peek at what you did

          • Angelo Verona 4:36 pm on February 18, 2010 Permalink | Log in to Reply

            Yesterday morning i started with translation, but after that i find out that.. as mentioned by Dan, string.xml file had only 2 strings and i won’t to do a hard translation, so i was quit. But i can see this morning is more clear, can I help you with something?

            • Gwolle 4:42 pm on February 18, 2010 Permalink | Log in to Reply

              I’m going to zip my work (it’s really, really not complete, there are a lot of files to cover) and attach it to a trac tomorrow.
              @Dan
              Is there a faster way to communicate?

              By the way: I hacked a PHP script together to show you what I meant earlier. Please do NOT waste your precious time testing this thing, because it doesn’t save your translation. It just for testing purpose only, but I think if it actually WOULD work we’d be up with a dozens of translations in a week or so. Here’s the link: http://wolfgangtimme.de/android-localizer/

            • Gwolle 4:45 pm on February 18, 2010 Permalink | Log in to Reply

              Oh, I forgot: Going through the code I kinda got afraid that the changes I made would be worth nothing, because the code changes rapidly. How often do you update the trunk, Dan? And: Who’s “officially” involved in the development process of WP for Android?

            • Dan 4:49 pm on February 18, 2010 Permalink | Log in to Reply

              I manage the process and updating of the trunk. I’m going to update the trunk tomorrow, it will probably updated about twice a week.

              @Angelo – what language do you want to translate to? Once we get the strings.xml file set up we can pass it over to you for translation.

    • Brian Sawyer 1:47 pm on March 2, 2010 Permalink | Log in to Reply

      I’d love to help. What format are you working on for video upload (which I’d love to see)? I’ve been disappointed in lack of Flash support on Android, which makes my Vimeo-based videoblog useless on Android phones.

      • Dan 8:02 pm on March 2, 2010 Permalink | Log in to Reply

        I believe Android records in 3GP video format. When you upload to WordPress it loads it in the VideoPress flash player. At least it will play on the HTC Hero devices.

    • Android Apps Development 9:26 am on January 11, 2011 Permalink | Log in to Reply

      I appreciate your blog because of unique content and informative post. Thanks for sharing that.

c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel
Follow

Get every new post delivered to your Inbox.

Join 130 other followers