
Alfredo Dimaunahan
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 25
- Subscriptions 17
Posts
Recent activity by Alfredo Dimaunahan Sort by recent activity-
Feature Request: Option to automatically get response from user
For anyone who is lazy like me, holding/pressing the Bixby button to give your response is an unnecessary step. It would be nice if after Bixby finishes her statement/question, a Developer will hav...
-
Feature Request: APIs to control native phone settings/features
Bixby's strength over Google Assistant (Alexa is definitely out of the picture here) is the deep integration to the phone settings and features. The one that I use everyday is changing the brightne...
-
Feature Request: Support HTML and CSS in Views
Goal is to encourage developers to use the well known HTML and CSS syntax in creating their views. Inline or external link to JavaScript can be ignored for now to have some security in place. Alexa...
-
Feature Request: Allow layout and form components together in input-view
Currently, putting both form and layout section in an input-view will tell you that which ever the last section is, it will be unreachable. I think allowing developers to make use of that extra spa...
-
Feature Request: Global object that has persistent properties
I'm thinking of requesting to enhance $vivContext to allow persisting whatever properties you add to it. i.e. $vivContext.alfred = 1; // on next access, it should be 1 Right now, that's not how ...