Commit Graph

1022 Commits (ebbdc383ec4f9855819b7afedbec281c428d6f54)
 

Author SHA1 Message Date
Travis Burtrum ebbdc383ec Set SNI hostname if we can for TLS connections 8 years ago
Sebastian Kaspari 2282784df2 Change support channel network to Freenode. Fixes #163. 8 years ago
Sebastian Kaspari d9b17bc4a1 Travis: Use channel on freenode network. 8 years ago
Sebastian Kaspari aea85d6cd6 ConversationFragment: Remove unused REQUEST_CODE_SPEECH. 8 years ago
Sebastian Kaspari 7f680f1282 Migrate MainActivity to use AppCompatActivity. 8 years ago
Sebastian Kaspari 19c9541307 Update support library dependency to version 22.1.1. 8 years ago
Sebastian Kaspari fd6f2d219f Remove ViewPagerIndicator from README. 8 years ago
Sebastian Kaspari c4f3fd1cd8 Add header to navigation drawer. 8 years ago
Sebastian Kaspari 1e0ac76c15 Speed up fragment transaction animation. 8 years ago
Sebastian Kaspari 408dfdb2e3 OverviewFragment: Add ripple effect to server card and menu button. 8 years ago
Sebastian Kaspari cd759757fb MainActivity: Initialize toolbar before (possibly) re-creating fragments. 8 years ago
Sebastian Kaspari 0cf49a6cd3 AddServerActivity: Add "Done / Discard" buttons to toolbar. 8 years ago
Sebastian Kaspari 948ef762cd Use notification icon that matches the guidelines. 8 years ago
Sebastian Kaspari 3f4b2f2de3 OverviewFragment: Use connected/disconnected icons from navigation drawer. 8 years ago
Sebastian Kaspari 91c0d23ac2 Add icons to the navigation drawer. 8 years ago
Sebastian Kaspari 29bdca690f AboutActivity / JoinActivity: Use Material dialog theme. 8 years ago
Sebastian Kaspari dec2c2cc1d Manifest: Remove ConversationActivity and SettingsActivity (They are now fragments). 8 years ago
Sebastian Kaspari 5891d90b24 AboutActivity: Read version name from package manager. 8 years ago
Sebastian Kaspari ff7cf2656b Travis: Fix typo in dependency. 8 years ago
Sebastian Kaspari 2f17919e2e Build gradle: Add maven central as fallback if jcenter is down (like now..) 8 years ago
Sebastian Kaspari 408d4ee80e MainActivity: Add animation when switching fragments. 8 years ago
Sebastian Kaspari 6d843abbac ConversationFragment: Enable options menu. 8 years ago
Sebastian Kaspari 92ae35c7b0 Travis: Set up IRC notifications. 8 years ago
Sebastian Kaspari 63e6a70314 Modify indicator: Larger text size, thinner indicator, no shadow. 8 years ago
Sebastian Kaspari 0de229c130 ConversationFragment: Move indicator from layout to toolbar (replacing toolbar title). 8 years ago
Sebastian Kaspari 3e4f8f57bd Rename: ApplicationController -> YaaicApplication. 8 years ago
Sebastian Kaspari 6ee5ed0eff Used shared interface for fragments accessing main activity. Set title of activity from fragments. 8 years ago
Sebastian Kaspari fc6516e1d3 Add "overview" menu item to navigation drawer. 8 years ago
Sebastian Kaspari b374f2972d Refactor ConversationActivity to ConversationFragment.
This commit also removes the speech recognition setting. This feature is part of most modern keyboards nowadays.
8 years ago
Sebastian Kaspari 06591a9b4e Remove now unused SettingsActivity. 8 years ago
Sebastian Kaspari c5dd873e9d Refactor settings from activity to fragment implementation. 8 years ago
Sebastian Kaspari bb8cd1a4de Add servers to drawer. 8 years ago
Sebastian Kaspari 690e9442f3 Move loading of servers from Service to Application object. 8 years ago
Sebastian Kaspari 4aca69e765 Link settings and about activity from navigation drawer. 8 years ago
Sebastian Kaspari 0e0b2bb199 Refactor AddServerActivity to use Toolbar API. 8 years ago
Sebastian Kaspari b1fe1b09a0 ConversationActivity: Cardify UI. Add send button. Trigger nick completion on send button long press. 8 years ago
Sebastian Kaspari 0a539c3a04 Disable aborting builds on lint warnings.
Unfortunately a warning inside of appcompat prevents us from enabling this option.
8 years ago
Sebastian Kaspari 396d6cec0a Remove ViewPagerIndicator dependency. 8 years ago
Sebastian Kaspari 33560b4913 MainActivity: Whoops. Remove space in package name. 8 years ago
Sebastian Kaspari 74ae710f22 Introduce NavigationDrawer, Migrate to AppCompatTheme, Replace ActionBar with Toolbar. 8 years ago
Sebastian Kaspari deaf1c4679 Move control hightlight color from theme to colors.xml. 8 years ago
Sebastian Kaspari 3b66320fb0 Replace ConversationIndicator with SlidingTabLayout implementation - #132 8 years ago
Sebastian Kaspari 521d1ead14 IRCService: Replace ServersActivity and old icon references. 8 years ago
Sebastian Kaspari 465e4e407e Remove old icon. 8 years ago
Sebastian Kaspari 2c78483c64 Refactoring ServersActivity to new (more "Material") OverviewFragment.
The new launch activity is MainActivity. The other activities will mostly become fragments.
8 years ago
Sebastian Kaspari 9ed0b8c001 New app icon. 8 years ago
Sebastian Kaspari 5e304a2d98 ServersActivity: Remove "Add server" icon from list. 8 years ago
Sebastian Kaspari 54b8f01e32 ConversationsActivity: Hide actions in overflow menu. 8 years ago
Sebastian Kaspari 86e6f49f8b Let travis know about build tools 22. 8 years ago
Sebastian Kaspari 0a42cb5352 Use build tools version 22. 8 years ago