Sebastian Kaspari
|
cd759757fb
|
MainActivity: Initialize toolbar before (possibly) re-creating fragments.
|
2015-04-06 00:16:07 +02:00 |
|
Sebastian Kaspari
|
0cf49a6cd3
|
AddServerActivity: Add "Done / Discard" buttons to toolbar.
|
2015-04-06 00:01:39 +02:00 |
|
Sebastian Kaspari
|
948ef762cd
|
Use notification icon that matches the guidelines.
|
2015-04-06 00:00:24 +02:00 |
|
Sebastian Kaspari
|
3f4b2f2de3
|
OverviewFragment: Use connected/disconnected icons from navigation drawer.
|
2015-04-05 22:26:05 +02:00 |
|
Sebastian Kaspari
|
91c0d23ac2
|
Add icons to the navigation drawer.
|
2015-04-05 22:07:42 +02:00 |
|
Sebastian Kaspari
|
29bdca690f
|
AboutActivity / JoinActivity: Use Material dialog theme.
|
2015-04-05 14:17:03 +02:00 |
|
Sebastian Kaspari
|
dec2c2cc1d
|
Manifest: Remove ConversationActivity and SettingsActivity (They are now fragments).
|
2015-04-05 14:13:34 +02:00 |
|
Sebastian Kaspari
|
5891d90b24
|
AboutActivity: Read version name from package manager.
|
2015-04-05 14:10:31 +02:00 |
|
Sebastian Kaspari
|
ff7cf2656b
|
Travis: Fix typo in dependency.
|
2015-04-04 22:43:24 +02:00 |
|
Sebastian Kaspari
|
2f17919e2e
|
Build gradle: Add maven central as fallback if jcenter is down (like now..)
|
2015-04-04 22:26:06 +02:00 |
|
Sebastian Kaspari
|
408d4ee80e
|
MainActivity: Add animation when switching fragments.
|
2015-04-04 22:23:39 +02:00 |
|
Sebastian Kaspari
|
6d843abbac
|
ConversationFragment: Enable options menu.
|
2015-04-04 22:11:33 +02:00 |
|
Sebastian Kaspari
|
92ae35c7b0
|
Travis: Set up IRC notifications.
|
2015-04-04 21:53:12 +02:00 |
|
Sebastian Kaspari
|
63e6a70314
|
Modify indicator: Larger text size, thinner indicator, no shadow.
|
2015-04-04 21:48:01 +02:00 |
|
Sebastian Kaspari
|
0de229c130
|
ConversationFragment: Move indicator from layout to toolbar (replacing toolbar title).
|
2015-04-04 21:37:18 +02:00 |
|
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
|
0a539c3a04
|
Disable aborting builds on lint warnings.
Unfortunately a warning inside of appcompat prevents us from enabling this option.
|
2015-03-23 22:03:26 +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
|
deaf1c4679
|
Move control hightlight color from theme to colors.xml.
|
2015-03-22 18:24:21 +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
|
465e4e407e
|
Remove old icon.
|
2015-03-21 12:09:11 +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
|
9ed0b8c001
|
New app icon.
|
2015-03-20 20:19:27 +01:00 |
|
Sebastian Kaspari
|
5e304a2d98
|
ServersActivity: Remove "Add server" icon from list.
|
2015-03-18 08:48:51 +01:00 |
|
Sebastian Kaspari
|
54b8f01e32
|
ConversationsActivity: Hide actions in overflow menu.
|
2015-03-18 08:43:38 +01:00 |
|
Sebastian Kaspari
|
86e6f49f8b
|
Let travis know about build tools 22.
|
2015-03-18 08:42:24 +01:00 |
|
Sebastian Kaspari
|
0a42cb5352
|
Use build tools version 22.
|
2015-03-18 08:26:07 +01:00 |
|
Sebastian Kaspari
|
330239c093
|
Add Floating Action Button (FAB) resources.
|
2015-03-18 08:23:19 +01:00 |
|
Sebastian Kaspari
|
0256c28391
|
ServersActivity: Move actions to overflow menu.
|
2015-03-17 23:43:18 +01:00 |
|
Sebastian Kaspari
|
7abdd48094
|
Use Material theme for dialogs.
|
2015-03-17 23:42:08 +01:00 |
|
Sebastian Kaspari
|
4c26ac0586
|
Theme: First version of theme palette.
|
2015-03-17 23:42:08 +01:00 |
|
Sebastian Kaspari
|
7cd59283eb
|
Update version name to "2.0".
|
2015-03-17 23:42:08 +01:00 |
|
Sebastian Kaspari
|
8da30cc425
|
Update CHANGELOG (Yaaic 1.1).
|
2015-03-17 23:42:08 +01:00 |
|
Sebastian Kaspari
|
a1147a60f2
|
Yaaic 1.1 Release.
|
2015-03-17 23:42:08 +01:00 |
|
Sebastian Kaspari
|
b316f2e9eb
|
Move things around in README.md
|
2015-03-14 09:02:11 +01:00 |
|
Sebastian Kaspari
|
5d9ba0d119
|
Update README.md (Using Markdown formatting)
|
2015-03-14 09:00:29 +01:00 |
|
Sebastian Kaspari
|
8fc20b46a4
|
Use Markdown formatting in README: README -> README.md
|
2015-03-14 08:48:33 +01:00 |
|