1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-16 06:50:15 -05:00

Commit Graph

  • 1ebea8f7d6 Use integer division to calculate gallert item width. liato 2011-03-18 01:46:40 +0100
  • b49ead73ad Fix width issues in gallery. liato 2011-03-16 04:25:15 +0100
  • 7563437343 Server: Fix typo in addConversation() Sebastian Kaspari 2011-03-15 23:59:49 +0100
  • 78a47ca17b dp/sp: More adjustments Sebastian Kaspari 2011-03-15 22:11:55 +0100
  • 214a786175 useritem.xml: Use dp for padding and sp for fonts Sebastian Kaspari 2011-03-06 13:19:41 +0100
  • f44aea0d5e channelitem.xml: Use dp for padding and sp for fonts Sebastian Kaspari 2011-03-06 13:19:25 +0100
  • 23ed9c3343 aliasitem.xml: Use dp for padding and sp for fonts Sebastian Kaspari 2011-03-06 13:18:02 +0100
  • 4713c22655 useritem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:06:50 +0100
  • 7e559f288e user.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:06:43 +0100
  • f71e89e1ee serveritem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:06:31 +0100
  • 3e188a0445 serveradd.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:06:19 +0100
  • 7d4194a1ea rounded.xml: Identation Sebastian Kaspari 2011-03-06 13:05:42 +0100
  • f46887d9ee message.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:05:25 +0100
  • f5b29ef01a join.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:04:55 +0100
  • 22fb895ad3 conversations.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:04:42 +0100
  • c06b6b7296 commanditem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 13:04:20 +0100
  • 533a8ec97b commandadd.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:19:35 +0100
  • acb7f0d100 channelitem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:19:24 +0100
  • 59755b376c channeldialog.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:19:10 +0100
  • 3156e3b704 channeladd.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:18:55 +0100
  • 836e9ee6cd aliasitem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:18:41 +0100
  • 7ba3303892 aliasadd.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:09:12 +0100
  • e486d34189 Modify dp settings in about.xml Sebastian Kaspari 2011-03-06 12:08:49 +0100
  • 1b5f8ef0e9 addserveritem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:03:43 +0100
  • ff6abb7828 actionitem.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 12:01:56 +0100
  • 0dc194cefc about.xml: Replace px by sp/dp Sebastian Kaspari 2011-03-06 11:59:43 +0100
  • 4262cbcd15 New Setting: Show notices in server window. Closes #47. Sebastian Kaspari 2011-03-15 20:53:47 +0100
  • b855b7ea92 Hide join/part setting now hides quit messages too Sebastian Kaspari 2011-03-15 20:42:35 +0100
  • 49f067cd67 IRCConnection: Formatting Sebastian Kaspari 2011-03-15 20:12:12 +0100
  • 488924546f Fix unit test MessageTest after refactoring Sebastian Kaspari 2011-03-14 22:32:28 +0100
  • 95f3c4b255 Some more simple refactorings Sebastian Kaspari 2011-03-14 22:15:13 +0100
  • 1c8076ec53 Refactoring of Message class Sebastian Kaspari 2011-03-11 22:07:39 +0100
  • a3ebf8d5d0 Handle auto joins after the user has registered with the server. liato 2011-03-08 03:07:07 +0100
  • 84d45c5f5c Refactor ConversationSwitcher: onDraw() - May throw ConcurrentModificationException Sebastian Kaspari 2011-03-06 14:21:46 +0100
  • 635b90b5da Fix NullPointerException when using upercase characters in command names Sebastian Kaspari 2011-03-06 14:03:34 +0100
  • d2a638d527 Updated CONTRIBUTORS Sebastian Kaspari 2011-03-06 13:38:51 +0100
  • 5ea5b800b8 Fix testrunner script Sebastian Kaspari 2011-03-06 11:49:33 +0100
  • 3f18a678ce Migrate test project to Android 1.6 too Sebastian Kaspari 2011-03-06 11:31:50 +0100
  • 1e0a15c110 Use view with new name in XML Sebastian Kaspari 2011-03-06 11:25:49 +0100
  • 7845ad73f0 Refactor ChannelList to ConversationGallery - Moved to view package, added javadoc and licence header Sebastian Kaspari 2011-03-06 11:21:28 +0100
  • f4637ac582 Use a different color for join/part/quit for the circles in the ConversationSwitcher view. Thomas Martitz 2011-02-22 17:31:51 +0100
  • 70b5ee876d Tweak some nick colors to be better readable on Yaaic's dark background. Thomas Martitz 2011-03-04 16:50:59 +0100
  • db91a85676 Reduce sensitivity of the channel gallery view. Thomas Martitz 2011-03-04 21:26:49 +0100
  • 7120bb48ea Work around duplicated activities. Thomas Martitz 2011-03-04 15:41:35 +0100
  • efecd7c6f7 Make compatible with sBNC and other IRC bouncers. Closes #19. liato 2011-02-13 06:14:54 +0100
  • 33f181de3c Reopen last opened channel/activity when app is resumed. Closes #35. liato 2011-02-13 03:21:33 +0100
  • b4f3fc4a15 Add server activity: Add content description for accessibility Sebastian Kaspari 2011-02-19 21:58:37 +0100
  • e169627905 Target and minimum SDK Version set to 4 (Android 1.6) Sebastian Kaspari 2011-02-19 21:09:44 +0100
  • 97c382c893 ServerListAdapter: Updated color codes Sebastian Kaspari 2011-02-11 12:54:48 +0100
  • 8c5258710f PircBot Patch: Parse nicknames without host part (bugfix for irssi proxy) Sebastian Kaspari 2011-02-09 00:42:05 +0100
  • f6a518462c PircBot Patch: Set nickname outside of connect loop. Otherwise server replies setting the nickname during connect may be overwritten (bugfix for irssi proxy) Sebastian Kaspari 2011-02-09 00:40:31 +0100
  • b3e26c626b ServerListAdapter: Change server label color in list depending on connect state Sebastian Kaspari 2011-02-08 23:58:04 +0100
  • b1a8c5d539 Removed empty line from CONTRIBUTORS file Sebastian Kaspari 2011-02-08 23:57:32 +0100
  • 669113610a New user action view and new actions: reply, query Sebastian Kaspari 2011-02-05 16:04:22 +0100
  • 984fbd7efa Add action icons Sebastian Kaspari 2011-02-05 15:57:04 +0100
  • d4f05e5c13 New icons for disconnected/connecting/connected Sebastian Kaspari 2011-02-05 15:44:09 +0100
  • c35e1fc1ab PircBot Patch: Recognize "%" as a nickname prefix Sebastian Kaspari 2011-02-05 15:23:41 +0100
  • cf5ea6049c Added #yaaic to README Sebastian Kaspari 2011-02-05 14:07:16 +0100
  • ca6e342c9d "Add" layouts: Use minimum width for small buttons Sebastian Kaspari 2011-02-05 14:04:43 +0100
  • 450ba9c7a2 Added list of contributors Sebastian Kaspari 2011-02-05 13:30:11 +0100
  • 68fc686ccf Added italian translation (Thanks to Gianmarco Laggia!) Sebastian Kaspari 2011-02-05 13:08:14 +0100
  • d8b1a0218f Added 2011 to licence header Sebastian Kaspari 2011-02-05 13:00:12 +0100
  • dddfd2e0aa Updated README Sebastian Kaspari 2011-02-05 12:48:23 +0100
  • 0fb2338f9c Code cleanup (Formatting) Sebastian Kaspari 2011-01-25 21:02:27 +0100
  • 4edaa4436d Adjusted code formatter (eclipse) Sebastian Kaspari 2011-01-15 23:49:25 +0100
  • feaf1d4aea Fix sound notification Sebastian Kaspari 2011-01-15 23:38:56 +0100
  • 7c63155cfb Fix voice recognition: Only add top match to the text input (and code cleanup) Sebastian Kaspari 2011-01-15 23:17:16 +0100
  • e68ef9c8c2 Ident: Add "-" to the list of allowed characters Sebastian Kaspari 2011-01-15 22:52:16 +0100
  • a315fbb6fa Fix typo: "joines" -> "joins" Sebastian Kaspari 2011-01-12 23:14:10 +0100
  • e0b4b3d25d Allow chars '[' and ']' in ident Sebastian Kaspari 2010-12-17 23:37:00 +0100
  • aaa313e805 Use robotium 2.0.2 (classpath) Sebastian Kaspari 2010-12-17 23:30:47 +0100
  • 7764351a37 Run all scenario tests and cleanup after each test Sebastian Kaspari 2010-12-17 23:30:32 +0100
  • 414bc658ba ScenarioTests: Only enable ChannelScenarios Sebastian Kaspari 2010-12-17 23:13:03 +0100
  • 78ca7deebc Update robotium: 1.8.0. -> 2.0.2 Sebastian Kaspari 2010-12-17 23:12:31 +0100
  • e014165a17 New setting: Play (notification) sound on highlight Sebastian Kaspari 2010-12-17 22:29:33 +0100
  • 4b3e47c799 Set vibration pattern (default does not always work) Sebastian Kaspari 2010-12-17 22:19:36 +0100
  • 832a462bfd Added changelog to project Sebastian Kaspari 2010-12-17 21:53:33 +0100
  • 4d04ca810d Bumping version to 0.6.1 v0.6.1 Sebastian Kaspari 2010-12-17 20:44:48 +0100
  • c60644521a Fix french and spanish translation that may cause force closes on connects Sebastian Kaspari 2010-12-17 20:22:28 +0100
  • 890fc1c50f Settings: typo Sebastian Kaspari 2010-11-21 12:58:17 +0100
  • 7d080a8134 Eclipse settings for code formatting Sebastian Kaspari 2010-11-21 12:57:53 +0100
  • 82e62db96c New setting: Hide join and part messages Sebastian Kaspari 2010-11-18 19:25:26 +0100
  • 3b50e5a095 ServerListScenarios: some time adjustments Sebastian Kaspari 2010-11-18 18:56:27 +0100
  • 6c3597ff80 IRCConnection: Just a bracket fix Sebastian Kaspari 2010-11-18 18:55:19 +0100
  • 02b7ec1741 Replace all tabs with four spaces! Sebastian Kaspari 2010-11-18 18:52:19 +0100
  • f3f195f631 IRCService: Added javadoc Sebastian Kaspari 2010-11-18 18:47:12 +0100
  • ce0650d711 IRCService: Fixed a NullPointerException Sebastian Kaspari 2010-11-18 18:43:37 +0100
  • 46cb3f9f17 AndroidManifest.xml: Indentation Sebastian Kaspari 2010-11-18 18:43:04 +0100
  • 6d2a6bff14 IRCService: imports Sebastian Kaspari 2010-11-18 18:33:22 +0100
  • 3708a9c60c Small modification to the nick matching regular expression. liato 2010-11-17 02:53:08 +0100
  • f5b5b99adb Improve detection for nickname in messages. This will prevent notifications from poping up when a word contains the nickname. liato 2010-11-17 02:36:52 +0100
  • 81f2c94b87 Added setting to vibrate on highlight. liato 2010-11-17 01:32:09 +0100
  • 1d2f6e5237 Bumped version number (0.6) v0.6 Sebastian Kaspari 2010-11-16 12:14:28 +0100
  • d23e984e21 Scenarios regarding channels of a server Sebastian Kaspari 2010-11-07 13:32:17 +0100
  • 37f12b6ab7 Test scenarios including connecting to a server Sebastian Kaspari 2010-11-07 13:32:00 +0100
  • 514aaf5cf1 Scenario helper for performing common actions Sebastian Kaspari 2010-11-07 13:30:56 +0100
  • 72c75b4dae First version of a test scripts that starts the emulator and runs all tests Sebastian Kaspari 2010-11-07 10:21:11 +0100
  • 0b82433320 First scenario test (via robotium) for ServersActivity Sebastian Kaspari 2010-11-07 09:27:55 +0100
  • 6a237792e6 Added robotium to the build path Sebastian Kaspari 2010-11-07 08:45:03 +0100
  • f4b30f0217 Fixed build script Sebastian Kaspari 2010-11-07 08:43:58 +0100