Giter Site home page Giter Site logo

vkontakte-android's People

vkontakte-android's Issues

Feature request/Bug report from application

Because everyone is so lazy in writing issues on gCode or emailing them,
it's the best way to get user requests and reports even if it would be
published on Market.
Need server side, similar to current exception bug reports sender.  

Original issue reported on code.google.com by [email protected] on 23 Jan 2010 at 11:24

Avatar size in lists

Maybe will be great to crop and scale avatars and make them in 1:1 aspect.
It's will be more comfortable in list, but with less detail.

Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 4:14

Logging

Introduce logging to the app. Possibly to hook up Flurry


Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 10:13

Improve login dialog

http://androidforums.ru/index.php?
s=&showtopic=1463&view=findpost&p=15470:

Сразу дополнение, окошко логина надо лучше 
проработать:
- поля сделать только одной строкой, что бы 
нельзя было ентер 
нажимать, а то они растягивается
- Кнопка бэк должна работать
- прописать действия для IME в полях ввода.

Original issue reported on code.google.com by ildar.karimov on 19 Oct 2009 at 11:12

Add profile view

Own+other+partially hidden

Original issue reported on code.google.com by ildar.karimov on 1 Oct 2009 at 7:48

HomeGrid activity resume takes too much time to load

What steps will reproduce the problem?
1.Open application
2.Switch to another application
3.Switch to our app

What is the expected output? What do you see instead?
HomeGrid activity showing white screen while connecting to own service
Should be a way to do it async or show Loading... box.


Original issue reported on code.google.com by [email protected] on 23 Jan 2010 at 11:15

Add progess indicator for update operations

http://developer.android.com/reference/android/view/
Window.html#FEATURE_INDETERMINATE_PROGRESS

or

http://developer.android.com/reference/android/view/
Window.html#FEATURE_PROGRESS

Original issue reported on code.google.com by ildar.karimov on 11 Oct 2009 at 8:34

Implement correct list with photos loading

Load only when list is idle, see android contacts application 
implementation:

http://android.git.kernel.org/?p=platform/packages/apps/
Contacts.git;a=blob;f=src/com/android/contacts/
ContactsListActivity.java;h=24c7100e91d16d38da94914407360d49fadb27f9;hb=eclair#l
2587
http://android.git.kernel.org/?p=platform/packages/apps/
Contacts.git;a=blob;f=src/com/android/contacts/
ContactsListActivity.java;h=24c7100e91d16d38da94914407360d49fadb27f9;hb=eclair#l
2910

Original issue reported on code.google.com by ildar.karimov on 7 Feb 2010 at 9:11

Overall design improvements

1) tabs at bottom
2) double tabs
3) smaller tabs

Original issue reported on code.google.com by ildar.karimov on 8 Oct 2009 at 6:13

Update license info for sources and resources

1) Insert apache license text to each source file
2) Make special file for non-apache license files(icons)

Original issue reported on code.google.com by ildar.karimov on 25 Oct 2009 at 3:41

Notifications

1) new messages
2) new friends requests
3) new tagged photos

Original issue reported on code.google.com by ildar.karimov on 1 Oct 2009 at 7:53

Better profile loading dialog

Set photo and name while loading instead of stub and 'loading' text 
since we already have this data from friends list.

Original issue reported on code.google.com by ildar.karimov on 24 Jan 2010 at 11:07

Aplication name suggestions

My suggestions:
1) vkontakted

but using word 'vkontakte' is not recommended

Original issue reported on code.google.com by ildar.karimov on 8 Oct 2009 at 6:23

Own profile view/edit

Add posibility to view/edit own profile

Original issue reported on code.google.com by ildar.karimov on 4 Oct 2009 at 9:32

Message text is truncated to approx. 200 symbols

seems to be userapi limitation.
separate thread update should be implemented both in userapi and 
application

Original issue reported on code.google.com by ildar.karimov on 11 Jan 2010 at 10:49

Improve main grid

1) 2*3/3*2 for portrait/landscape
2) better graphics and selection colors
3) faster load (async service start)

Original issue reported on code.google.com by ildar.karimov on 10 Jan 2010 at 1:06

Photo upload support

1) Upload profile photo
2) Upload album photo from camera/gallery

Original issue reported on code.google.com by ildar.karimov on 1 Oct 2009 at 7:52

Application logo and icons

Currently required icons:
1) Application main logo (48*48)
2) Friends, Messages, Updated, Photos, Profile, Setting
3) Default profile photo
4) Logout for menu

Original issue reported on code.google.com by ildar.karimov on 13 Oct 2009 at 7:05

implement captcha handler

Like Google sign-in on real device

Original issue reported on code.google.com by ildar.karimov on 9 Oct 2009 at 9:29

new layout for friends tab

Requests-online-all

Original issue reported on code.google.com by ildar.karimov on 4 Oct 2009 at 11:25

Implement add to friends/remove from friends

1) from requests - if add/reject succeeded add/remove from friends
2) from friends - do nothing

Original issue reported on code.google.com by ildar.karimov on 27 Oct 2009 at 8:35

Localization

Move all strings to strings.xml, add localization to ru/en

Original issue reported on code.google.com by ildar.karimov on 4 Oct 2009 at 9:33

Statuses support

1) set/change/delete own status
2) load friends statuses

Original issue reported on code.google.com by ildar.karimov on 1 Oct 2009 at 7:51

Поддержка синхронизации контактов / contacts sync support

Было бы неплохо, если бы приложение умело 
синхронизировать данные 
контактов (номера телефонов, почтовые 
адреса, URL, фото) с их профилями 
вконтакте.

Имеет ли такое пожелание шансы на 
реализацию?

В качестве примера скрипта синхронизации 
можете взглянуть на http://
m.habrahabr.ru/post/63043/

It would be good for this application if it had an ability to synchronize 
contacts data (phone numbers, email addresses, URLs, avatars) with their 
vkontakte.ru profiles.

Does this request have any chances to be implemented?

You can look at http://m.habrahabr.ru/post/63043/ as an example of such 
sync script

Original issue reported on code.google.com by [email protected] on 1 Mar 2010 at 7:05

Messaging improvements

1) Mark as read and 'auto' mark as read (needs userapi-java implementation)
2) Delete message (needs userapi-java implementation)
3) Check if 'mark as spam' is possible in userapi and implement or remove 
from menu

Original issue reported on code.google.com by ildar.karimov on 19 Oct 2009 at 11:16

Finish transition to the new UI

1) wait for http://code.google.com/p/vkontakte-android/issues/
detail?id=28
2) async login
3) counters
4) overall design

Original issue reported on code.google.com by ildar.karimov on 27 Oct 2009 at 9:29

  • Blocked on: #28

Handle connection errors

Probably with 'work offline?' mode switch

Original issue reported on code.google.com by ildar.karimov on 20 Oct 2009 at 9:29

More fields to import

What's about syncing contacts's info like birthday date, ICQ etc at vk.com
and these in android?

Original issue reported on code.google.com by [email protected] on 3 Feb 2010 at 10:02

Add ts support for queries that support it

e.g. private messages
if we don't use it with auto-load some messages might be lost

Original issue reported on code.google.com by ildar.karimov on 31 Oct 2009 at 12:31

Use ConvertView/ViewHolder for all lists

example here
http://d.android.com/guide/samples/ApiDemos/src/com/example/android/apis/
view/List14.html

Original issue reported on code.google.com by ildar.karimov on 13 Oct 2009 at 7:35

Photos support

1) photos with user
2) photo albums
3) tags

Original issue reported on code.google.com by ildar.karimov on 4 Oct 2009 at 10:32

Implement internal traffic counter

Somewhere in about or in another place.
Today:  In:10K Out:2K
Yesterday: --//--
Week: --//--
Month:  --//--
All time: --//--

We should use local db to store traffic info.

Original issue reported on code.google.com by [email protected] on 23 Jan 2010 at 11:19

Statuses timeline

Twitter-like statuses timeline

Original issue reported on code.google.com by ildar.karimov on 4 Oct 2009 at 10:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.