TODO
author Vincent V. <marseille@beem-project.com>
Wed, 12 Sep 2012 17:15:30 +0200
changeset 953 42662d565902
parent 939 85a46554a5d5
permissions -rw-r--r--
asmack added to repository
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
939
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
     1
TODO:
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
     2
938
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     3
BeemSync : it is working but just like a proof of concept.
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     4
	Need to redo functions - DaRisk already start to do it
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     5
	Dont forget to assign contact without group to the virtual group of the current account : 'NoGroup'
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     6
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     7
Connection : Xmppconnectionadapter is now 'useless'. It has to be clean.
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     8
	Need improve support of the connection (Xep 198 / Xep 184)
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
     9
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    10
ContactList.java : Enable filtering on keyboard press key.
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    11
	Redo context menu and contact or muc options on longClick
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    12
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    13
Login.java : Change icon depending on the status
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    14
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    15
Notification : Propose the possibility to add an activity to the notification bar.
ff5683dca111 TODO list file added
Vincent V.<marseille@beem-project.com>
parents:
diff changeset
    16
	Specific contact list of an account or Specific contact/muc of an account to accesc quicker to this activity.
939
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
    17
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
    18
BeemConnectivity: Need to listen for connectivity intents and reconnect to XMPP servers if we went from noconnectiviy to connectivity states
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
    19
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
    20
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
    21
BUGS:
Nikita Kozlov <nikita@elyzion.net>
parents: 938
diff changeset
    22
-if you change the jid of an account, the account became unusable since today we use the jid as a key to get preferences.