YOUREWINNER.COM
 
   

yourewinner.com app topic
 
JC VON BASTARD
#106 12-03-2016, 12:43:13 PM
wow RUDE




jcthedude
DZ
#107 12-03-2016, 13:12:49 PM
  • grrrraaaaaaagggh
  • Administrator
  • *****
    *****
    ***
  • Posts: 7764
  • Rigcoins: 298.60
  • Send Money to DZ
    yourewinner.com app Thumb Up
  • Not Active EnoughActive memberszaps dicks+
  • "i am a trailer park hooker"
I love that I can select and rate multiple posts at once on the app, my post rating efficiency has skyrocketed. Keep up the good work, steev.


ZIGS_ARE_WINNER
#108 12-03-2016, 13:33:11 PM
  • Это вроде сосать быть Дарта Вейдера
  • *****
    *****
    *
  • Posts: 13242
  • Rigcoins: 30213703.10
  • Send Money to ZIGS_ARE_WINNER
    Windows 7 Thumb Up
  • BrazilianThe NapsterPC Master Race+
  • "I hate people"
If only your posting efficiency was as high.....


bjorno the hedgehog
#109 12-03-2016, 17:47:35 PM
add "shake to post" please



 cheers m8
bjorno780 http://img444.imageshack.us/img444/2969/freesorfzl1.gif
bjorno the hedgehog
#110 12-03-2016, 17:47:47 PM
gesture based emoticons



 cheers m8
bjorno780 http://img444.imageshack.us/img444/2969/freesorfzl1.gif
#111 14-03-2016, 05:46:53 AM
DZ
#112 14-03-2016, 11:58:47 AM
  • grrrraaaaaaagggh
  • Administrator
  • *****
    *****
    ***
  • Posts: 7764
  • Rigcoins: 298.60
  • Send Money to DZ
    Windows 7 Thumb Up
  • Not Active EnoughActive memberszaps dicks+
  • "i am a trailer park hooker"
If only your posting efficiency was as high.....
agreed


DZ
#113 14-03-2016, 11:59:03 AM
  • grrrraaaaaaagggh
  • Administrator
  • *****
    *****
    ***
  • Posts: 7764
  • Rigcoins: 298.60
  • Send Money to DZ
    Windows 7 Thumb Up
  • Not Active EnoughActive memberszaps dicks+
  • "i am a trailer park hooker"
steev make the app automatically write posts for me


Cirus
#114 14-03-2016, 13:22:34 PM
  • Administrator
  • *****
    *****
    *****
    *****
    *****
    *****
  • Posts: 17764
  • Rigcoins: 9779219.69
  • Send Money to Cirus
    yourewinner.com app Thumb Up
  • Head Cynic/Obscure Metalheadsmug hipstercool as the rockies+
Have it use the front facing camera to look at reactions and rate posts accordingly


#115 14-03-2016, 14:15:45 PM
  • Guest
I have been thinking of adding a selfie button


#116 14-03-2016, 14:18:42 PM
  • Guest
but that's not what you asked for at all


Cirus
#117 14-03-2016, 18:45:57 PM
  • Administrator
  • *****
    *****
    *****
    *****
    *****
    *****
  • Posts: 17764
  • Rigcoins: 9779219.69
  • Send Money to Cirus
    yourewinner.com app Thumb Up
  • Head Cynic/Obscure Metalheadsmug hipstercool as the rockies+
Add selfie post ratings


#118 14-03-2016, 20:23:50 PM
- Last Edit: 14-03-2016, 20:31:49 PM
  • Guest
:cool:

:trophy2:

:dope:


#119 14-03-2016, 20:53:23 PM
  • Guest
Big thanks to Skrag for the code to scale emoticons to screen density!

Small emotes will be fixed in the next version

Code: [Select]
// Copyright Skrag 2016
final DisplayMetrics metrics = resources.getDisplayMetrics();
final int originalWidthScaled = (int) (drawable.getIntrinsicWidth() * metrics.density + 0.5f);
final int originalHeightScaled = (int) (drawable.getIntrinsicHeight() * metrics.density + 0.5f);

int width, height;

if (originalWidthScaled > metrics.widthPixels) {
    height = originalHeightScaled * metrics.widthPixels / originalWidthScaled;
    width = metrics.widthPixels;
} else {
    height = originalHeightScaled;
    width = originalWidthScaled;
}

drawable.setBounds(0, 0, width, height);


Cirus
#120 14-03-2016, 22:43:34 PM
  • Administrator
  • *****
    *****
    *****
    *****
    *****
    *****
  • Posts: 17764
  • Rigcoins: 9779219.69
  • Send Money to Cirus
    yourewinner.com app Thumb Up
  • Head Cynic/Obscure Metalheadsmug hipstercool as the rockies+
Really impressive work by skrag once again


0 Members and 1 Guest are viewing this topic.