funkatron / spaz-webos
- Source
- Commits
- Network (9)
- Issues (17)
- Downloads (1)
- Wiki (2)
- Graphs
-
Branch:
master
-
0 comments Created 5 months ago by funkatronquick access to message actionsFeature ReqxWe need to implement some kind of quick access to message actions, so you don't have to go to the detail view to do things like reply, RT and favorite. A couple ideas:
- click & hold to bring up a popup menu
- swipe to bring up a popup menu
- swipe to open up a "drawer" under the message with icons for actions
I did start on some icons for #3, but I think the menu might be a more flexible option
Comments
- click & hold to bring up a popup menu
-
we should be able to start typing on the keyboard in a timeline view, and it should filter the timeline based on our input. needs to be easy to dismiss, and should mirror the look and feel of the standard filter list widget for this (even though we don't use a Mojo list widget).
Comments
If we use a FilterList you get this out of the box, right? I'm still not clear why you didn't just use their templating, but I haven't dug through the code enough. This is something I'm interested in looking at at some point.
I didn't use their templating because all it does is simple macro replacement. there's no support for control structures. I wanted some basic logic (like if/else) in the templates, and you don't get that with them. I'm sure you could work around this to shoehorn in the list widget, though. OTOH, I prefer stuff that lets us create components we can put in SpazCore and use elsewhere, so a filtering view component like this on the timeline would be really handy. I've already converted a couple of the timelines in 0.5.2 to use the spazcore Timeline library.
-
2 comments Created 5 months ago by funkatronFeature ReqxInsert location link in postthynctankxWe should have a function to insert a google maps link to the current geoloc. Probably an app menu option (we have a lot of buttons already).
Comments
I like this, will see about tacking this in tomorrow. Does Google have their own shortener for these links? If not, what do we use, since these URLs will certainly be gigantor.
-
2 comments Created 8 months ago by funkatronShould be able to view pics from photo services inline or in detailFeature ReqxCurrently we have to open a browser to view a pic. We should be able to view them within the app.
Comments
What picture services should be supported? TwitPic is the obvious, what about Moby and Pikchur? I'm sure there are others. I'll vote for Pikchur (if I get a vote)
-
0 comments Created 7 months ago by funkatronAdd support for saved searches via Twitter APIFeature ReqxNeed to add to SpazCore, and add UI elements for selecting, adding and removing saved searches. These are stored on a per-account basis
Comments
-
This may require some way to determine the web location of the message
Comments
-
0 comments Created 8 months ago by funkatronChanging search query doesn't clear out results for previous queryBugxIn a given search scene, if you do one search, then change the query and do another search, the results from the first search remain
Comments
-
0 comments Created 8 months ago by funkatronUser's favs should be available through their user detail sceneFeature ReqxYep
Comments
-
0 comments Created 8 months ago by funkatronMy Timeline filter menu should show a checkbox next to the current stateFeature Reqxyes
Comments
-
0 comments Created 7 months ago by funkatronSpinner in main timeline not turning off on timeoutBugxIf we timeout during processing, the spinner doesn't seem to get turned off.
Comments
-
2 comments Created 7 months ago by funkatron"Follow User" button doesn't change state when we're following the userBugxbecause the data coming from Twitter's API is wrong, the state of the Follow User button doesn't get set properly on setup/activation. We need to work around this, probably by making another request to grab "is A following B" data.
Comments
-
0 comments Created 8 months ago by funkatron"View user's recent posts" needs to show errorsBugxWe need to show an error within the spinner if we can't load the user's timeline
Comments
-
0 comments Created 5 months ago by thynctankChar Countdown doesn't Update After Attaching ImageBugxCount remains at 140
Comments
-
1 comment Created 5 months ago by thynctankAddl scene (?) with full-size user avatarFeature ReqxJust need to use profile_image_url.replace(/_normal.(jpg|jpeg|png|gif)/, ".$1") somewhere to reference full-size avatar.
Comments
-
0 comments Created 5 months ago by thynctankBack swipe from timeline goes to Login/Search & ExploreFeature ReqxShould go to accounts list for logging in to other account.
Comments
-
2 comments Created 4 months ago by thynctank"Scroll to 1st new item on refresh" broken in latest buildBugx -
I've been testing Spaz with my local Laconica server and it doesn't display any messages. Account verification works and the account is saved on entering the connection details. Selecting that account brings up a blank screen with no content.
I tested the Laconica support with the public Identica server and encountered exactly the same problem.
Looking at my server logs, no other API requests are received after the initial account_verification request. Is something causing the application to crash before it calls the API methods to retrieve the user's timeline?
Comments




