1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00
Commit Graph

980 Commits

Author SHA1 Message Date
Sebastian Kaspari
e05b15731c Theme: Remove absForceOverflow property. Not supported anymore in ActionBarSherlock 4.2. Fixes #129. 2013-01-21 21:10:47 +01:00
Sebastian Kaspari
b9b1468157 Update ActionBarSherlock dependency to version 4.2. 2013-01-21 20:58:59 +01:00
Sebastian Kaspari
09091c229a Update test project classpath to include new robotium version 3.5.1 2012-11-06 21:09:36 +01:00
Sebastian Kaspari
346287a0ae Test project manifest: Use same sdk levels as application. 2012-11-06 21:00:36 +01:00
Sebastian Kaspari
e2eb4a39f0 ServerListScenarios.testAddingAndRemovingServer(): Don't assert on number of items in list (because of "add server" item) but on existing or non-existing server name in list. 2012-11-06 20:59:45 +01:00
Sebastian Kaspari
be49f407bb ScenarioHelper.connectToServer(): Don't just wait for connection but for successful server login. 2012-11-06 20:56:25 +01:00
Sebastian Kaspari
369fa7f8df Update robotium to 3.5.1. 2012-11-06 20:49:12 +01:00
Sebastian Kaspari
ef09f4fc68 Mavenize test project and remove old test script. 2012-10-25 22:32:48 +02:00
Sebastian Kaspari
59ab0efd9d POM: Set android dependency to version 4.1.1.4. 2012-10-25 22:31:41 +02:00
Sebastian Kaspari
35a8d93cd0 IRCService: Extracting constants and reordering class members. 2012-10-04 19:15:18 +02:00
Daniel E. Moctezuma
89ff98b93d Added support for LED light notification on nickname highlight 2012-10-04 19:15:18 +02:00
Daniel E. Moctezuma
e444354d48 Added myself to the list of contributors 2012-10-04 19:15:18 +02:00
Daniel E. Moctezuma
59ce275105 Fixed typo in LICENSE filename 2012-10-04 19:15:18 +02:00
Daniel E. Moctezuma
3f8578ef73 Replaced lowercase letters by uppercase ones on application name 2012-10-04 19:15:18 +02:00
Daniel E. Moctezuma
6dc38f5f54 Minor update to README file 2012-10-04 19:15:18 +02:00
Daniel E. Moctezuma
1cfb74a2df Minor updates to README file 2012-10-04 19:15:18 +02:00
Sebastian Kaspari
862dedb33b Update CHANGELOG. 2012-10-04 19:15:18 +02:00
Sebastian Kaspari
aecb828477 Manifest: Set minSdkVersion to 7 (Android 2.2)
Due to using ActionBarSherlock we have to rise the
minSdkVersion to at least 7.

Refs #124
2012-10-04 18:59:03 +03:00
jgeboski
1a43262cb5 Allow for forward slashes in idents 2012-07-31 08:08:36 +02:00
Sebastian Kaspari
0381728018 Reorganize about dialog. 2012-07-30 22:45:59 +02:00
Sebastian Kaspari
95be86b2bf Continue with version 1.1 (SNAPSHOT). 2012-07-30 22:45:33 +02:00
Sebastian Kaspari
db6ed0a122 Set version to 1.0. Updating CHANGELOG. 2012-07-29 14:25:45 +02:00
Sebastian Kaspari
56304633f4 SettingsActivity: Add up navigation. 2012-07-28 16:22:49 +02:00
Sebastian Kaspari
da78ea15d0 AddServerActivity: Add up navigation. 2012-07-28 16:05:55 +02:00
Sebastian Kaspari
7c27b09298 ConversationIndicator: On updating colors invalidate title indicator. 2012-07-28 12:46:29 +02:00
Sebastian Kaspari
929d2e873e Update translations from Crowdin export.
http://crowdin.net/project/yaaic
2012-07-28 12:38:54 +02:00
remram44
0de3c817b1 Updated French translation. 2012-07-28 12:01:39 +02:00
Sebastian Kaspari
640acec6eb Mavenize Yaaic. Adding pom.xml file. 2012-07-28 11:55:32 +02:00
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