Git Product home page Git Product logo

gtalkchat's Issues

Register pinned contacts

instead of sending tile notifications for every single person that sends you a message, let the client register a list of contacts they want to get notifications from. this will eventually become a server feature (send tile notifications for status changes of the registered contacts).

Cache the profile images for roster

Loading roster images takes up to 3 seconds (with a large enough contact list, or a slow connection), and that slows down the login dance. Caching the images should reduce startup time by a significant amount.

Generate Marketplace data for app submission

Marketplace Icons
99x99
173x173
200x200
Non-transparent PNG's

Parorama background
1000x800

Screenshots
1-8, 480x800
Taken without debugger attached

XAP
Retail-compiled XAP

Submission data
Tester notes (username and password for testing)
Category
Support email
Name
Detailed description
One-line (featured app) description
Keywords

OTR button being disabled in chat page when contact is pinned

Bug in ChatPage.xaml.cs, method Initialized

if (IsPinned()) {
                    (ApplicationBar.Buttons[1] as ApplicationBarIconButton).IsEnabled = false;
                }

should be changed to

if (IsPinned()) {
                    (ApplicationBar.Buttons[2] as ApplicationBarIconButton).IsEnabled = false;
                }

Delete chat history

Menu item to delete chat history with a particular contact in the chat page

Server scalability

On login, instead of just returning the auth token, return a server url root as well. That way, we can add an arbitrary number of backend servers whenever the need arises.

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.