ricknout / lens-launcher

A unique, efficient way to browse and launch your apps
https://experiments.withgoogle.com/lens-launcher
Apache License 2.0
213 stars 61 forks source link

Touch Selection Color + New App Tag #3

Closed crearo closed 8 years ago

crearo commented 8 years ago

Added two features :

  1. Change the color of touch selection - from settings activity.
  2. 'NEW' is displayed on apps that were installed upto an hour ago. Changed model.App, created a new field saving installDate. This really helps find apps when you freshly install from playstore. Also added switch to remove this tag in the settings activity. TODO: In the next update, track openCount of each app and remove 'NEW' tag only after it is opened, and it was say installed upto 24 hours ago.
ricknout commented 8 years ago

Hi @CreaRo,

I like the ideas here but I have a few comments / suggestions:

ios-7-new-app-indicator

Thanks!

crearo commented 8 years ago

Thanks for the suggestions, @nicholasrout!

I've pushed the changes. Let me know.