Sebastian Kaspari
5c25c86614
Authentication view: Wrap in ScrollView for smaller screen sizes. Fixes #94 .
2011-11-20 14:57:37 +01:00
Rey Rey
2e2aebf2c4
Micro optimized full screen code. Made starvation mode leaner.
...
Conflicts:
application/src/org/yaaic/activity/ConversationActivity.java
2011-07-02 19:49:16 +02:00
Rey Rey
f7ccd50227
Whitespace clean up and light refactoring
...
Conflicts:
application/src/org/yaaic/activity/ConversationActivity.java
2011-07-02 19:49:06 +02:00
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
Rey Rey
6da6a7b76b
Added large ime option, Extended Español support, rephrased fullscreen methodology
2011-07-02 17:53:34 +02:00
Rey Rey
93e77ea6ed
Fullscreen chat implementation. pans window instead of resizing, not easly fixable
2011-07-02 17:50:02 +02:00
Sebastian Kaspari
a5d81a1350
about.xml: Fix indentation
2011-07-02 17:48:14 +02:00
Rey Rey
750df0de36
Extended IRC URI support and added Yaaic IRC link to about.
2011-07-02 17:47:36 +02:00
remram44
938577128d
Internationalization of Authentication GUI
2011-06-11 13:56:42 +02:00
Sebastian Kaspari
2fde7559e3
(Authentication) GUI for NickServ and SASL
2011-06-10 21:35:23 +02:00
Sebastian Kaspari
7c7ce7cc41
channeladd.xml view: Replace tabs with white spaces
2011-06-09 00:02:34 +02:00
Steven Luo
35609e5529
IME behavior changes for the ConversationActivity
...
(1) Let full-screen IMEs wrap the text into multiple lines instead of
making the text scroll off the screen.
(2) Provide a preference to let the user choose whether or not to enable
autocorrection of typed text.
(3) Provide a preference to let the user choose whether or not to enable
autocapitalization of sentences. Note that even when this is enabled,
autocapitalization will only happen if the option is also enabled in the
IME.
(4) In landscape mode only, don't replace the Enter key with a Send
button, to make it harder to accidentally send a message. (We can't do
this in portrait, because we would be left without any send button at
all -- perhaps the input line should be changed to be similar to the
text message application, which has a send button next to the input
line?)
2011-06-08 23:11:28 +02:00
Steven Luo
09fedc6975
Include channel topic in the displayed conversation title
2011-06-08 23:11:28 +02:00
liato
b49ead73ad
Fix width issues in gallery.
2011-03-27 17:10:54 +02:00
Sebastian Kaspari
78a47ca17b
dp/sp: More adjustments
2011-03-15 22:11:55 +01:00
Sebastian Kaspari
214a786175
useritem.xml: Use dp for padding and sp for fonts
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
f44aea0d5e
channelitem.xml: Use dp for padding and sp for fonts
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
23ed9c3343
aliasitem.xml: Use dp for padding and sp for fonts
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
4713c22655
useritem.xml: Replace px by sp/dp
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
7e559f288e
user.xml: Replace px by sp/dp
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
f71e89e1ee
serveritem.xml: Replace px by sp/dp
2011-03-15 21:31:53 +01:00
Sebastian Kaspari
3e188a0445
serveradd.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
7d4194a1ea
rounded.xml: Identation
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
f46887d9ee
message.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
f5b29ef01a
join.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
22fb895ad3
conversations.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
c06b6b7296
commanditem.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
533a8ec97b
commandadd.xml: Replace px by sp/dp
2011-03-15 21:31:52 +01:00
Sebastian Kaspari
acb7f0d100
channelitem.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
59755b376c
channeldialog.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
3156e3b704
channeladd.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
836e9ee6cd
aliasitem.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
7ba3303892
aliasadd.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
e486d34189
Modify dp settings in about.xml
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
1b5f8ef0e9
addserveritem.xml: Replace px by sp/dp
2011-03-15 21:31:51 +01:00
Sebastian Kaspari
ff6abb7828
actionitem.xml: Replace px by sp/dp
2011-03-15 21:31:50 +01:00
Sebastian Kaspari
0dc194cefc
about.xml: Replace px by sp/dp
2011-03-15 21:31:50 +01:00
Sebastian Kaspari
1e0a15c110
Use view with new name in XML
2011-03-06 11:25:49 +01:00
Thomas Martitz
db91a85676
Reduce sensitivity of the channel gallery view.
...
Higher scroll speeds are reduced stronger.
2011-03-06 11:00:02 +01:00
Sebastian Kaspari
b4f3fc4a15
Add server activity: Add content description for accessibility
2011-02-19 21:58:37 +01:00
Sebastian Kaspari
669113610a
New user action view and new actions: reply, query
2011-02-05 16:04:36 +01:00
Sebastian Kaspari
ca6e342c9d
"Add" layouts: Use minimum width for small buttons
2011-02-05 14:04:43 +01:00
Sebastian Kaspari
d8b1a0218f
Added 2011 to licence header
2011-02-05 13:00:12 +01:00
Sebastian Kaspari
02b7ec1741
Replace all tabs with four spaces!
2010-11-18 18:52:19 +01:00
Sebastian Kaspari
1250c10d9c
Merged application and test project into one repository
2010-11-07 08:35:45 +01:00