planetary-ios icon indicating copy to clipboard operation
planetary-ios copied to clipboard

Social for humans, not algorithms.

Results 241 planetary-ios issues
Sort by recently updated
recently updated
newest added

Waiting on #251 and can be moved forward without it.

design

Once we have design #704 for this, we need to actually build out the code that lets users cleanly switch identities and show which one they're in. Sometimes currently the...

enhancement
tech
design
medium

The app currently supports having multiple users. We need a design for choosing to create / import an additional user, and a switcher similar to instagram. This needs design. The...

design
ui
medium

> https://stackoverflow.com/questions/13533658/sqlite-subselect-much-faster-than-distinct-order-by > % echo "SELECT DISTINCT acolumn FROM atable ORDER BY acolumn;" | time sqlite3 mydb > sqlite3 mydb 8.87s user 15.06s system 99% cpu 23.980 total > >...

good first issue
tech
small

Right now when we add content to the ban list it is deleted from the GoBot's database, but it is only hidden in SQLite. We should delete it from SQLite...

We built this nice screen with a progress bar for the 1.2.0 migration: We could tweak the copy a little bit and show it in other situations as well: 1)...

design
qol

Currently if you get a corrupted database we show a little alert box which doesn't adequately explain the situation or the user's options. Even if the Go or SQLite databases...

design
qol

On the home feed we have a nice floating message that shows up when new posts have been downloaded (#663). We should add this feature to the discover tab as...

This might be caused by #548. We probably need to have a more advanced algorithm to prevent `statistics()` calls from blocking `publish()` calls.