Commit Graph

19 Commits

Author SHA1 Message Date
Sebastian Kaspari 3e4f8f57bd Rename: ApplicationController -> YaaicApplication. 2015-04-04 14:02:28 +02:00
Sebastian Kaspari 6ee5ed0eff Used shared interface for fragments accessing main activity. Set title of activity from fragments. 2015-04-04 14:01:57 +02:00
Sebastian Kaspari fc6516e1d3 Add "overview" menu item to navigation drawer. 2015-04-04 13:06:14 +02:00
Sebastian Kaspari b374f2972d Refactor ConversationActivity to ConversationFragment.
This commit also removes the speech recognition setting. This feature is part of most modern keyboards nowadays.
2015-04-04 12:55:24 +02:00
Sebastian Kaspari 06591a9b4e Remove now unused SettingsActivity. 2015-04-04 10:27:54 +02:00
Sebastian Kaspari c5dd873e9d Refactor settings from activity to fragment implementation. 2015-03-29 16:16:32 +02:00
Sebastian Kaspari bb8cd1a4de Add servers to drawer. 2015-03-29 14:21:16 +02:00
Sebastian Kaspari 690e9442f3 Move loading of servers from Service to Application object. 2015-03-28 10:50:56 +01:00
Sebastian Kaspari 4aca69e765 Link settings and about activity from navigation drawer. 2015-03-26 18:31:38 +01:00
Sebastian Kaspari 0e0b2bb199 Refactor AddServerActivity to use Toolbar API. 2015-03-25 22:23:56 +01:00
Sebastian Kaspari b1fe1b09a0 ConversationActivity: Cardify UI. Add send button. Trigger nick completion on send button long press. 2015-03-24 22:19:25 +01:00
Sebastian Kaspari 396d6cec0a Remove ViewPagerIndicator dependency. 2015-03-22 21:43:49 +01:00
Sebastian Kaspari 33560b4913 MainActivity: Whoops. Remove space in package name. 2015-03-22 21:40:41 +01:00
Sebastian Kaspari 74ae710f22 Introduce NavigationDrawer, Migrate to AppCompatTheme, Replace ActionBar with Toolbar. 2015-03-22 21:36:42 +01:00
Sebastian Kaspari 3b66320fb0 Replace ConversationIndicator with SlidingTabLayout implementation - #132 2015-03-21 22:18:03 +01:00
Sebastian Kaspari 521d1ead14 IRCService: Replace ServersActivity and old icon references. 2015-03-21 12:20:48 +01:00
Sebastian Kaspari 2c78483c64 Refactoring ServersActivity to new (more "Material") OverviewFragment.
The new launch activity is MainActivity. The other activities will mostly become fragments.
2015-03-21 12:08:37 +01:00
Sebastian Kaspari 90055e839c Remove ActionBarSherlock dependency and refactor code to use native ActionBar. 2015-03-13 23:42:47 +01:00
Sebastian Kaspari 175254e652 Modify project to build using gradle. 2015-03-13 17:05:53 +01:00