Advertisement
koras

Facebook Lite TODO

Jan 11th, 2015
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Planned:
  2.  
  3. * Custom error page
  4.  
  5. * Translations (+Spanish, +French, +Ukrainian)
  6.  
  7.  
  8. Done:
  9.  
  10. * Refresh one time when network error
  11.  
  12. * Test this option (no images) webView.getSettings().setLoadsImagesAutomatically(false); (it sucks!)
  13.  
  14. * Handling external intents (m.facebook.com) which open my app. Browser converts facebook.com on mobile devices to m.facebook.com
  15.  
  16. * Sliding menu (left edge)
  17.  
  18. * About & contact
  19.  
  20. * Shortcut to messages & chat
  21.  
  22. * Preferences (shared prefs)
  23.  
  24. * Option to enable progress bar while loading
  25.  
  26. * Notiface (https://play.google.com/store/apps/details?id=com.aquasoup.notiface) integration thanks to intents (above) - information about that awesome app at settings page
  27.  
  28. * Dark theme - CSS (!important) loaded together with existing page
  29.  
  30. * Copying an external url to clipboard (long click)
  31.  
  32. * Facebook Zero support
  33.  
  34. * Possibility to donate author!
  35.  
  36.  
  37. Not planned:
  38.  
  39. * Opera Proxy? Google Proxy? But for what... Facebook Mobile website is already compressed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement