Yaaic/application/src/org/yaaic/activity
Steven Luo ccaf9f59c4 Resize the fullscreen conversation window when IME appears instead of scrolling
When an activity sets FLAG_FULLSCREEN on its window, Android assumes
that the window size will always be the same as the screen size.  This
causes the window to scroll instead of resizing when the soft keyboard
comes up, which (according to a quick Google search) isn't the behavior
most developers are expecting.

This patch implements an ugly workaround: extend the root element of the
layout (in our case, a LinearLayout) to hook into the onMeasure()
callback, which is called when the window size changes, so that we can
resize ourselves when the window size changes.
2011-07-02 17:53:41 +02:00
..
AboutActivity.java Extended IRC URI support and added Yaaic IRC link to about. 2011-07-02 17:47:36 +02:00
AddAliasActivity.java Some more simple refactorings 2011-03-14 22:15:13 +01:00
AddChannelActivity.java AddChannelActivity: Always set cursor at the end of the input field 2011-06-13 22:48:25 +02:00
AddCommandsActivity.java Some more simple refactorings 2011-03-14 22:15:13 +01:00
AddServerActivity.java Extended IRC URI support and added Yaaic IRC link to about. 2011-07-02 17:47:36 +02:00
AuthenticationActivity.java (Authentication) GUI for NickServ and SASL 2011-06-10 21:35:23 +02:00
ConversationActivity.java Resize the fullscreen conversation window when IME appears instead of scrolling 2011-07-02 17:53:41 +02:00
JoinActivity.java JoinActivity: Set cursor position 2011-04-12 23:05:09 +02:00
MessageActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00
ServersActivity.java Make reconnections actually work 2011-06-29 20:34:52 +02:00
SettingsActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00
UserActivity.java New user action view and new actions: reply, query 2011-02-05 16:04:36 +01:00
UsersActivity.java Added 2011 to licence header 2011-02-05 13:00:12 +01:00