summaryrefslogtreecommitdiffstats
path: root/athena/home
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in athena/mostynb2014-10-038-64/+64
* Moving athena/test to athena/test/baseskuhne2014-09-303-3/+3
* Add athena_strings.grd with athena specific stringspkotwicz2014-09-252-4/+6
* rename WidnowManager::GetInstance -> ::Getoshima2014-09-242-24/+23
* Revert of [Athena, Cleanup] rename WidnowManager::GetInstance -> ::Get (patch...phoglund2014-09-242-23/+24
* rename WidnowManager::GetInstance -> ::Getoshima2014-09-242-24/+23
* Add actiivity in factory rather than each caller adds them.Mitsuru Oshima2014-09-231-4/+2
* Do not EASE_IN_OUT after fling, rather EASE_OUT.mukai2014-09-197-27/+51
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-191-2/+7
* Simply remove dummy app icons from the home card.mukai2014-09-191-2/+7
* Update gesture logic.mukai2014-09-193-23/+116
* Hide the virtual keyboard when entering to overview mode.mukai2014-09-182-3/+15
* Ensure that an activity is activated when overview mode is exitedpkotwicz2014-09-171-3/+3
* Revert "Clean up GestureEventDetails constructors and fix unit tests."Dirk Pranke2014-09-171-7/+2
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-171-2/+7
* Revert of Clean up GestureEventDetails constructors and fix unit tests (patch...horo2014-09-171-7/+2
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-161-2/+7
* Relayout to the bottom state even when animating to minimized.mukai2014-09-101-3/+0
* Rename athena/common to athena/utiloshima2014-09-091-1/+1
* Fix SpeechUIModel lifetime issue in Chrome's AppListViewDelegate when switchi...tapted2014-09-091-2/+1
* Support V1 apposhima2014-09-051-1/+1
* Fix touch selection for Athena home cardmohsen2014-09-051-2/+2
* Decoupling visibility states from webcontent, adding visibility management in...skuhne2014-09-052-2/+6
* Simplify HomeCardGestureManager::UpdateScrollState()pkotwicz2014-09-044-33/+69
* [Athena] Add status icons and system time to the centered home cardpkotwicz2014-09-034-8/+31
* Cleanup home card shadow code.mukai2014-08-302-16/+19
* Shrink the search box if the width is too small.mukai2014-08-293-5/+247
* Clears focus on gesture event.mukai2014-08-285-0/+53
* Adds the test expectations of home card bounds.mukai2014-08-283-76/+152
* Shows the static logo image in athena home card.mukai2014-08-283-28/+15
* Adding Baseframework of the ResourceManager (all hooks and observers)skuhne2014-08-281-0/+4
* Fixes the fling and closest state logic in HomeCardGestureManager.mukai2014-08-283-25/+30
* Refactor the home card structure and introduce animation.mukai2014-08-276-195/+274
* Exports gesture manager to a separate file and adds its unittests.mukai2014-08-268-153/+396
* Allows directly entering to VISIBLE_CENTERED state from gesture.mukai2014-08-262-1/+19
* Cleanup: remove HomeCardLayoutManager::Delegate.mukai2014-08-261-31/+19
* Separate athena's startup process from AppShell'soshima2014-08-252-1/+3
* Adds tests of home card state transition upon gestures.mukai2014-08-242-5/+82
* Fixes three crashesoshima@chromium.org2014-08-221-0/+5
* Revert 291214 "Fixes three crashes" in an attempt to find the cause of Athena...finnur@chromium.org2014-08-221-5/+0
* Add test of mouse-click to invoke home card.mukai@chromium.org2014-08-221-0/+21
* Fixes three crashesoshima@chromium.org2014-08-211-0/+5
* Make the minimized home card not overlap activities on Athenapkotwicz@chromium.org2014-08-211-0/+6
* Implement VISIBLE_CENTERED as athena_start_page_viewmukai@chromium.org2014-08-193-49/+235
* Introduce the basic animation from minimized to bottom.mukai@chromium.org2014-08-152-5/+44
* Redesign the minimized home to follow the latest mock.mukai@chromium.org2014-08-152-54/+18
* Modifies minihome design to follow the mock more.mukai@chromium.org2014-08-151-10/+37
* Redesign the home card bottom state.mukai@chromium.org2014-08-145-140/+241
* Move the implementation of HomeCardImpl out of the class declarationpkotwicz@chromium.org2014-08-131-87/+102
* Toggle overview mode on the mouse click of minimized home.mukai@chromium.org2014-08-131-0/+2