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

690 Commits

Author SHA1 Message Date
Sebastian Kaspari
e136a56d7d ConversationActivity: Fixed a NullPointerException 2010-09-18 12:48:02 +02:00
Sebastian Kaspari
a535d74a85 ServerListActivity: Show "Add server" item if no server in database yet 2010-09-18 10:53:39 +02:00
Sebastian Kaspari
8775d93020 IRCConnection: imports 2010-09-18 09:40:16 +02:00
Michael Imamura
8c5af16b29 Only enable the "Add" button when the alias input field is non-empty. 2010-09-10 15:00:44 +08:00
Michael Imamura
288a1a9093 Aliases are now configurable. 2010-09-10 15:00:43 +08:00
Michael Imamura
b9c1363a2d Allow specifying a list of aliases to use before resorting to appending numbers. 2010-09-10 15:00:41 +08:00
Sebastian Kaspari
26330bdf99 identation 2010-09-10 08:26:08 +02:00
chantra
30dc021129 Adding nickname colors 2010-09-09 20:41:55 +02:00
Sebastian Kaspari
6691b9ad1b Removed server command whitelist. Send every unknown command to the server (otherwise some bouncer commands can't be used) 2010-09-06 17:14:43 +02:00
Sebastian Kaspari
1f0df9caaf Added font sizes: 17, 18, 19, 20 2010-09-06 16:35:17 +02:00
Sebastian Kaspari
60bb5759ef ConversationActivity: imports 2010-09-06 16:31:59 +02:00
Sebastian Kaspari
4622579189 strings.xml: wording 2010-09-05 22:36:25 +02:00
Sebastian Kaspari
a4595bf756 strings.xml: indentation 2010-09-05 22:27:56 +02:00
Sebastian Kaspari
8901056b17 Voice recognition can now be disabled via settings 2010-09-05 22:04:55 +02:00
Sebastian Kaspari
e29a6ec7af ConversationActivity: Added missing string to strings.xml 2010-09-05 21:19:28 +02:00
Sebastian Kaspari
caaa5395fd Added shortcut: /w -> /whois 2010-09-05 21:10:27 +02:00
Sebastian Kaspari
307605e594 Removed unused string 2010-09-05 21:07:28 +02:00
Sebastian Kaspari
eeb26335ac New icons: connected, connecting, disconnected 2010-09-05 20:52:17 +02:00
Sebastian Kaspari
aacc0a85c2 Set font size for conversations in settings (8px - 16px) 2010-09-05 20:22:19 +02:00
Sebastian Kaspari
6c9094b7e0 Added strings of SettingsActivity to strings.xml 2010-09-05 19:21:44 +02:00
Sebastian Kaspari
9f2e16e2ce I18N: Added all strings from the layouts to strings.xml 2010-09-05 18:24:22 +02:00
Sebastian Kaspari
802de03689 I18N: Added all conversation messages to strings.xml 2010-09-05 18:02:53 +02:00
Sebastian Kaspari
1f206371bd I18N: Added new string ressources for handlers to strings.xml 2010-09-05 16:25:41 +02:00
Sebastian Kaspari
5ea7d49c34 I18N: All handlers now read their string from resources 2010-09-05 16:25:18 +02:00
Sebastian Kaspari
84fedf8be2 I18N: EchoHandler 2010-09-05 16:24:41 +02:00
Sebastian Kaspari
25cfb5a980 I18N: DevoiceHandler# 2010-09-05 16:24:20 +02:00
Sebastian Kaspari
ba16f15079 I18N: DeopHandler 2010-09-05 16:24:08 +02:00
Sebastian Kaspari
9e33ec9b01 I18N: DCCHandler 2010-09-05 16:13:06 +02:00
Sebastian Kaspari
2a55b81049 I18N: CloseHandler 2010-09-05 16:12:48 +02:00
Sebastian Kaspari
72301331f2 I18N: Added all command descriptions to the strings ressource 2010-09-05 16:05:51 +02:00
Sebastian Kaspari
943b4635dc Current version of strings.xml 2010-09-05 15:57:29 +02:00
Sebastian Kaspari
5e78c020a1 I18N: Added stubs for translation 2010-09-05 15:56:58 +02:00
Sebastian Kaspari
90459a156f I18N: ServersActivity 2010-09-05 15:44:20 +02:00
Sebastian Kaspari
9d2011330f I18N: ConversationActivity 2010-09-05 15:42:47 +02:00
Sebastian Kaspari
e6ba6f4bad I18N: AddServerActivity 2010-09-05 15:31:53 +02:00
Sebastian Kaspari
c5b52e95c1 I18N: AddCommandsActivity 2010-09-05 15:31:42 +02:00
Sebastian Kaspari
8fc5ca054d I18N: AddChannelActivity 2010-09-05 15:31:29 +02:00
Sebastian Kaspari
17aba7ca71 Added voice recognition to yaaic 2010-08-29 16:42:50 +02:00
Sebastian Kaspari
a1731b597b Bumped version to 0.5 2010-08-27 19:17:18 +02:00
Sebastian Kaspari
28854e2626 Underscore (_) is now allowed as first char in nickname 2010-08-27 19:13:23 +02:00
Sebastian Kaspari
311889278d Allow numbers in ident 2010-08-27 18:57:39 +02:00
Sebastian Kaspari
4357a7c6df Added user actions 2010-08-27 17:45:47 +02:00
Sebastian Kaspari
ec3e6b04d1 ConversationSwitcher: Changed layout and moved switcher to bottom 2010-08-27 17:26:53 +02:00
Sebastian Kaspari
1fc7cc4b73 Update conversation switcher on conversation selection 2010-08-27 17:25:01 +02:00
Sebastian Kaspari
e0ae24eac8 Suppress warnings: unchecked -> rawtypes (eclipse ...) 2010-08-27 16:34:25 +02:00
Brion Vibber
367fe94dc6 Disable "Ok" button on Add Channel, Add Command dialogs until something's actually been added or removed. I found myself hitting "ok" *before* "add" about four times before I figured out why it never worked. :) 2010-08-02 12:30:53 -07:00
Sebastian Kaspari
4f7bdfe9bc Use "DOWN" key event for the enter key as the milestone only sends a DOWN event (no UP event) - issue 13 2010-07-01 15:10:26 +02:00
Sebastian Kaspari
7680f34bc5 Fixed NullPointerException when switching to fullscreen mode 2010-06-26 20:20:26 +02:00
Sebastian Kaspari
3169312230 Delay 1 sec before auto joining channels (issue 12) 2010-06-26 20:15:09 +02:00
Sebastian Kaspari
ce81dbb956 Define a custom quit message in the settings 2010-06-26 17:57:10 +02:00