Coder Social home page Coder Social logo

snapdotnet's Introduction

Henlo ๐Ÿ‘‹

snapdotnet's People

Contributors

0xdeafcafe avatar cdillinger avatar fouwels avatar modnitemods avatar xerax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

snapdotnet's Issues

Friends Page Progress

  • Fix stories (I broke them literally 10 seconds before going to bed).
  • Enable video stories.
  • Fix event capture on names for tapping and holding.
  • Polish event capture on names.
  • Fix timers getting out of sync after the first story is played.
  • Stories progress bar.
  • Stories second counter should be total time remaining of story, not story section.
  • Hide status bar and app bar when showing stories.
  • Add deleting friends.
  • Localize headers for the KeyGroup groups.
  • Make the progress bar slide between stages. (Right now it's 10% sharp jumps).
  • Show your own stories in section at the top.
  • Fire events to snapchat when viewing a story. (This really needs #20 to be finished first..)
  • Fix tapping on a story while it is being displayed to get it to skip to the next one.
  • Weird as fuck bug where if you keep your finger down after a story has finished it glitches like crazy.
  • Recent Updates support
  • Live stories support

Add Adelaide mode

Add feature to blur the fuck out of front-facing camera images. Inspired by Tinder girl.

dfcbvuj

Event manager

Write an event manager to take in events and store them to be sent. This way users can not just turn off the internet and view snaps/stories in peace.

Save event log to storage, and try and send it every time the user opens the app, adds a new event, or updates.

Settings Page Issues

This was discussed in the Skype chat: having the Light Theme set will make the background and text black, Dark Theme has background black and text white.

I also noticed that scrolling to the right didn't seem to automatically focus on a whole page.

Pics:
http://imgur.com/a/ecl3I

instant notifications doesnt work

alex pls... it seems to be an issue on your azure service. It throws an exception when you try to register for instant notifications (check instant notifications in settings)

wrong repo?

the mysql branch, wrong repo kaelan? hahaha

Endpoints

Just wanted to write all the known endpoints down, so we all know what's done and what's left to implement

NOTE: THIS DOES NOT INCLUDE THE NEW ENDPOINTS. THOSE WILL BE ADDED AFTER WE DEBUG AND GET THEM

  • Registering (register)
  • Getting Captcha (get_captcha)
  • Solving Captcha (solve_captcha)
  • Registering Username (register_username) [code in place, returns 401]
  • Logging In (login)
  • Logging Out (logout)
  • Fetching Snap (blob)
  • Uploading Snap (upload)
  • Sending Snap (send)
  • Retry Sending a Failed Snap (retry)
  • Posting to Story (post_story)
  • Retry Posting to Story (retry_post_story)
  • Deleting Story Segment (delete_story)
  • Posting to Story AND Sending Snap (double_post)
  • Finding Friends via phone number (find_friends) [code in place, returns 400]
  • Adding/Blocking Friends (friend)
  • Getting Friends' Best Friends (bests)
  • Fetching Stories (stories)
  • Getting Updates (updates)
  • Reporting Snaps As Viewed/Screenshotted (update_snaps) [code in place, untested]
  • Reporting Stories As Viewed/Screenshotted (update_stories) [code in place, untested]
  • Clearing Feed (clear)
  • Updating Account Settings (settings)
  • Updating Feature Settings (update_feature_settings)
  • Setting Number of Best Friends (set_num_best_friends)

Update models to support shared stories.

Stories, add:

        "is_shared": true

Friends, add:

        "expiration": 1409628600000,
        "dont_decay_thumbnail": true,
        "shared_story_id": "ezoo2014",
        "is_shared_story": true,
        "has_custom_description": true,
        "venue": "New York"

Shad broke it.

@shadj's account makes it throw, throw, throw. I need to fix this.

testshad:Generic123

Compression and Writing Stories sometimes breaks

Some stories are marked as gzipped, when they are not (no idea why?). And some stories fail to write to the disk, so fail but stay in the StorageObject list, so it assumes they are corrupted and shows a black screen.

Orientation bug

On main page, open the app while the phone is tilted. Oh lord

New API Endpoint suck points

  • Figure out what 'my_group_stories' does in the StoriesResponse. No fucking clue.

I'll add to this as I find stuff.

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.