Commit Graph

1002 Commits

Author SHA1 Message Date
Sebastian Kaspari 419c2bb3cb Removing old build script. 2012-07-28 11:38:08 +02:00
Sebastian Kaspari 9c551d73bf New stateful ViewPagerIndicator.
Indicator showing the state of the current pages and off-screen pages by coloring.
2012-07-28 11:36:54 +02:00
Sebastian Kaspari 743eae9b85 Remove fullscreen option from settings.
There's no need anymore on new devices and the app should not cover the
notification bar.
2012-07-28 11:32:14 +02:00
Sebastian Kaspari 9884ef1bff DisplayUtils: Helper class for methods regarding the display of the current device. 2012-07-28 11:29:57 +02:00
Sebastian Kaspari 6f7275563c README: Update copyright year to 2012. 2012-07-28 10:33:51 +02:00
Sebastian Kaspari debc79dd59 AboutActivity: Code clean up. Some small refactorings. 2012-07-28 10:32:54 +02:00
Sebastian Kaspari a7c121ebea Update support library to r9. 2012-07-15 00:16:23 +02:00
Sebastian Kaspari b32b24c4ba Add WTF smiley to mapping (o_O). Refs #114. 2012-07-14 23:02:43 +02:00
Sebastian Kaspari d6176ca5a0 Use Android emoticons. Refs #114. 2012-07-14 22:52:24 +02:00
Sebastian Kaspari 2c73859b58 Move non XML drawables from drawables/ to drawables-mdpi/ 2012-06-22 19:17:55 +02:00
Sebastian Kaspari 8fc10e0419 ConversationActivity: Use same font size for EditText as for conversation. 2012-06-20 07:38:39 +02:00
Sebastian Kaspari 4831e71567 ServersActivity: Change order of menu items. 2012-06-20 06:59:43 +02:00
Sebastian Kaspari c511e9bcc5 ConversationActivity: Do not disable menu items. Not needed with anymore with ActionBar. 2012-06-20 06:59:03 +02:00
Daniel E. Moctezuma ca4a93d40d Added missing keys and translations to values-ja 2012-05-21 22:24:57 +02:00
Sebastian Kaspari 84c3025c26 ConversationActivity: Remove code to keep compatibility with api level 3. MinSdkVersion is 4. 2012-05-21 21:57:44 +02:00
Sebastian Kaspari 9a05d3b606 ConversationActivity: Do not determine density twice. 2012-05-21 21:53:30 +02:00
Sebastian Kaspari 8f329f475c Indicator: Do not set typeface twice. 2012-05-21 21:52:29 +02:00
Sebastian Kaspari f713466468 Update ViewPagerIndicator to 2.3.1. 2012-05-21 21:40:32 +02:00
Sebastian Kaspari 6045cd0f91 Add ActionBarSherlock to README. 2012-05-19 12:01:56 +02:00
Sebastian Kaspari 2e6292eac0 Use same version of support library in all projects. 2012-05-19 11:04:24 +02:00
Sebastian Kaspari cb5354a306 Update ActionBarSherlock to 4.1.0 release. 2012-05-19 11:00:23 +02:00
Sebastian Kaspari c292892307 Update ViewPagerIndicator dependency to latest version. 2012-04-13 11:21:56 +02:00
Sebastian Kaspari 35b896c3d6 Workaround for a race condition in EditText implementation. Fixes #67. 2012-04-12 21:42:03 +02:00
Sebastian Kaspari 5d68a5efb1 Manifest: Set installLocation to "auto". Allow installation on the external storage. 2012-04-12 22:02:59 +03:00
Jose Carlos Garcia Sogo 03b5782e82 Update Spanish translation. Fix several typos and not Spanish words. 2012-04-12 15:10:32 +02:00
Sebastian Kaspari 309c730b33 ServersActivity: Remove "Exit" from menu and replace by "Disconnect all". 2012-04-12 12:27:34 +02:00
Sebastian Kaspari 8ecb697f28 Use a Holo-like style for EditText fields. 2012-04-12 11:48:15 +02:00
remram44 493f9f758c Disabled autocompleting on some TextView's. 2012-04-04 21:31:25 +02:00
Sebastian Kaspari 5485213e52 ViewPagerIndicator dependency: Move support library to "libs" folder. 2012-04-04 21:25:29 +02:00
Sebastian Kaspari 690012504e Update ActionBarSherlock dependency to version 4.0.1. 2012-04-04 21:24:57 +02:00
Sebastian Kaspari 9f314df091 Manifest: Set touchscreen feature required to false in order to run Yaaic on GoogleTV. 2012-04-04 18:37:02 +02:00
Sebastian Kaspari 1a4f570d6e Move support library to "libs" folder of application. Will be automatically included and does not need to be in classpath. 2012-04-04 18:36:31 +02:00
remram44 e89b641536 Updated French translation. 2012-01-23 21:50:56 +01:00
Sebastian Kaspari 0ec311c074 Add own theme "Theme.Yaaic" to enforce overflow menu in action bar. 2012-01-23 21:32:20 +01:00
Sebastian Kaspari 6aff86bcb6 Server list menu: Show settings action with text if room. 2012-01-23 21:31:39 +01:00
Sebastian Kaspari d0ea5a2a2d Use shared support library in all projects. 2012-01-22 00:10:38 +01:00
Sebastian Kaspari e7c84fb694 ServerListScenarios: Fix testAddingAndRemovingServer(). 2012-01-21 23:44:31 +01:00
Sebastian Kaspari 2fbe9c4e26 ScenarioHelper: Fix createTestServer(). 2012-01-21 23:40:30 +01:00
Sebastian Kaspari 8d32855938 Update robotium to version 3.1. 2012-01-21 23:40:26 +01:00
Sebastian Kaspari 21032950b7 Update copright line (2009-2012). 2012-01-21 23:12:55 +01:00
Sebastian Kaspari fbdebc2ca5 Add ActionBarSherlock to all activities. Restructure menu items. Fixes #96. 2012-01-21 23:07:44 +01:00
Sebastian Kaspari 3e9735760a Add action bar resources. 2012-01-21 23:01:18 +01:00
Sebastian Kaspari 46a45523a8 IRCService: Use reflection to call setForeground() on old versions. 2012-01-21 12:59:02 +01:00
Sebastian Kaspari d4f2c1cc3a Set SDK target version to 15 (Android 4.0.3). 2012-01-21 12:58:27 +01:00
Sebastian Kaspari c4ba9cd35d Add ActionBarSherlock (4.0 beta) to repository. 2012-01-21 12:56:53 +01:00
Sebastian Kaspari f9615a2344 Add yaaic icon in different resolutions (ldpi, mdpi, hdpi). 2012-01-21 11:55:14 +01:00
Sebastian Kaspari b09ba251ea ConversationActivity: Make text input smaller and more "flat". 2012-01-21 11:50:58 +01:00
Sebastian Kaspari da885094da Add ViewPagerIndicator library project to project properties. 2012-01-21 11:31:33 +01:00
Sebastian Kaspari 2a51daf45c (User) action items: More padding. 2012-01-21 11:31:13 +01:00
Sebastian Kaspari 25cf7eb2ad ConversationActivity: Add ViewPagerIndicator. 2012-01-21 11:30:41 +01:00