--
You received this message because you are subscribed to the Google Groups "privly-mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to privly-mobil...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for your feedback. I answered below, and the relevant commit is at https://github.com/hery/privly-ios/commit/561fe9b5105263219b42dbb7fc36345e52661ca0Best,Hery
On Aug 21, 2013, at 10:52 PM, Sean McGregor <smcg...@seanbmcgregor.com> wrote:
Cool. Comments below.* The "Please Wait" message can hang for a long time and people won't know what it is doing. The message should be something like, "Please Wait While We Check Whether you are Still Logged In…"Updated.
* You should re-style the native UI buttons ("Login" for instance) to look more like buttons. We might need to do the same in privly-applications.
Native UI buttons on iOS 7 are borderless, but we can definitely customize them with a border.
* The login page should have a short sentence of directions before the forms. Something like "Login in to {{domain}}". Below the form can be a single button saying "change content hosts"
Updated.
* The "Index" application hangs at login for some reason. I plan on turning the Index app off on mobile in the near term, but if you could see why it is hanging, I would appreciate it.* The Bootstrapped applications are definitely looking better :)
Yay!
* When I click the link generated from a new post, it successfully opens the post. I am guessing this is opening in a web view hosted by the remote server? I should probably set that to open locally somehow, but it may be tricky on mobile.
So the way it is now is that upon generation of a post, the app directly pushes a view to let users choose where they want to share their post.But if they go back to the previous screen, that's where they should be able to click the link. Is that what you did?We can grab the click on the link and handle it however we want to, such as opening the list of social networks and email.
* I think it would be good to have an application selection screen between selecting "POST" and the PlainPost screen. Although I don't think this is strictly necessary.
I will do that later today.
* I am not sure what is going on in the reading capabilities. When we are able to meet up in IRC, let's talk about what is happening.
Would you like to meet sometimes next week, maybe Tuesday or Wednesday?
(CCing back in the mobile list)Comments below.On Fri, Aug 23, 2013 at 5:38 AM, Hery Ratsimihah <he...@ratsimihah.com> wrote:
Thanks for your feedback. I answered below, and the relevant commit is at https://github.com/hery/privly-ios/commit/561fe9b5105263219b42dbb7fc36345e52661ca0Best,HeryOn Aug 21, 2013, at 10:52 PM, Sean McGregor <smcg...@seanbmcgregor.com> wrote:Cool. Comments below.* The "Please Wait" message can hang for a long time and people won't know what it is doing. The message should be something like, "Please Wait While We Check Whether you are Still Logged In…"Updated.* You should re-style the native UI buttons ("Login" for instance) to look more like buttons. We might need to do the same in privly-applications.Native UI buttons on iOS 7 are borderless, but we can definitely customize them with a border.I like the buttons you find in applications like the native mail application. The "clickable" area is very large and often includes a snippet of what you will be clicking. This is a good thing to tweak if you have extra time, but I would not spend much time on it now.
Updated.* The login page should have a short sentence of directions before the forms. Something like "Login in to {{domain}}". Below the form can be a single button saying "change content hosts"Yay!* The "Index" application hangs at login for some reason. I plan on turning the Index app off on mobile in the near term, but if you could see why it is hanging, I would appreciate it.* The Bootstrapped applications are definitely looking better :)* When I click the link generated from a new post, it successfully opens the post. I am guessing this is opening in a web view hosted by the remote server? I should probably set that to open locally somehow, but it may be tricky on mobile.So the way it is now is that upon generation of a post, the app directly pushes a view to let users choose where they want to share their post.But if they go back to the previous screen, that's where they should be able to click the link. Is that what you did?We can grab the click on the link and handle it however we want to, such as opening the list of social networks and email.Yes, this is what I did. I think there are several UI elements we will have to hide or interface with the mobile platform.
I will do that later today.* I think it would be good to have an application selection screen between selecting "POST" and the PlainPost screen. Although I don't think this is strictly necessary.* I am not sure what is going on in the reading capabilities. When we are able to meet up in IRC, let's talk about what is happening.Would you like to meet sometimes next week, maybe Tuesday or Wednesday?Wednesdy would work best for me. Maybe 9 AM my time (UTC -7)?
Hi Sean,Comments below!Hery
On Aug 26, 2013, at 2:58 PM, Sean McGregor <smcg...@seanbmcgregor.com> wrote:(CCing back in the mobile list)Comments below.On Fri, Aug 23, 2013 at 5:38 AM, Hery Ratsimihah <he...@ratsimihah.com> wrote:
Thanks for your feedback. I answered below, and the relevant commit is at https://github.com/hery/privly-ios/commit/561fe9b5105263219b42dbb7fc36345e52661ca0Best,HeryOn Aug 21, 2013, at 10:52 PM, Sean McGregor <smcg...@seanbmcgregor.com> wrote:Cool. Comments below.* The "Please Wait" message can hang for a long time and people won't know what it is doing. The message should be something like, "Please Wait While We Check Whether you are Still Logged In…"Updated.* You should re-style the native UI buttons ("Login" for instance) to look more like buttons. We might need to do the same in privly-applications.Native UI buttons on iOS 7 are borderless, but we can definitely customize them with a border.I like the buttons you find in applications like the native mail application. The "clickable" area is very large and often includes a snippet of what you will be clicking. This is a good thing to tweak if you have extra time, but I would not spend much time on it now.Are you referring to the "icon buttons" or "text buttons"? In iOS 6 or iOS 7?Because the text button in iOS 7 are the same we currently have in privly-ios.
Updated.* The login page should have a short sentence of directions before the forms. Something like "Login in to {{domain}}". Below the form can be a single button saying "change content hosts"Yay!* The "Index" application hangs at login for some reason. I plan on turning the Index app off on mobile in the near term, but if you could see why it is hanging, I would appreciate it.* The Bootstrapped applications are definitely looking better :)* When I click the link generated from a new post, it successfully opens the post. I am guessing this is opening in a web view hosted by the remote server? I should probably set that to open locally somehow, but it may be tricky on mobile.So the way it is now is that upon generation of a post, the app directly pushes a view to let users choose where they want to share their post.But if they go back to the previous screen, that's where they should be able to click the link. Is that what you did?We can grab the click on the link and handle it however we want to, such as opening the list of social networks and email.Yes, this is what I did. I think there are several UI elements we will have to hide or interface with the mobile platform.Should we discuss them during our next meeting?
I will do that later today.* I think it would be good to have an application selection screen between selecting "POST" and the PlainPost screen. Although I don't think this is strictly necessary.* I am not sure what is going on in the reading capabilities. When we are able to meet up in IRC, let's talk about what is happening.Would you like to meet sometimes next week, maybe Tuesday or Wednesday?Wednesdy would work best for me. Maybe 9 AM my time (UTC -7)?I have a class at that time. (School is starting on Wednesday).But anytime between 11am and 3pm your time works. Or Thursday before 1:30pm.
--
You received this message because you are subscribed to the Google Groups "privly-mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to privly-mobil...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Reading Application
Currently working on Twitter Integration with the Reading Application. Adding more documentation and working on tests.
# * +json+ Example:# [{"created_at":"2012-09-05T04:08:31Z",# "burn_after_date":"2012-09-19T04:08:31Z",# "public":false,"updated_at":"2012-09-05T04:08:31Z",# "structured_content":{"salt":"ytyzBr2OkEc",# "iv":"RSBeCnAklAbi0qvq/P8twA","ct":"23hqJJ7QKNkxpLVtfp9uEg"},# "id":149,"user_id":2,"content":null,"random_token":"a53642b006"}]
--
You received this message because you are subscribed to the Google Groups "privly-mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to privly-mobil...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "privly-mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to privly-mobil...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Cool, I'll try copying the entire sdk into the privly folder and see if that works.
I had previously loaded both projects into my workspace and set the appropriate references but that didn't help.
Will let you know how it goes.
Thanks.
-Sanchit
Looking....what about using onPause() and onResume() for saving state?
-Sanchit
> How can I generate the URL of the previous/next post to load when paging between posts?
Can you explain this one a bit more? Your should have a list of URLs that you have scrapped from various services (email, social networks, etc)
> How can I generate a newsfeed of post using the +GET+: /posts.:format method?Don't. The index endpoint only return's the content the user has created, and the reading functionality is for grabbing the content of other users. So the index endpoint (and any API on the content server) will not help you grab URLs for reading. Do you have another use case in mind?
How is the API for accessing emails on iOS? I think that would be the best place to start with scraping for Privly-type emails. Like I said to Shivam on IRC, you should look for any URL that includes the string "privlyInject1" and include it in the reading app.
Will review today.
Thanks.
-Sanchit
Hery and Shivam,
Since we are having difficulty getting the group together on IRC
lately, let's move to doing daily updates on email. Please include:
* What changes you have made today
* What you are working on next
* What outstanding questions/issues you have
Best,
Sean