Bitcoin Forum
April 25, 2024, 08:36:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
Author Topic: Peerbet Android app - free Bitcoins for new users  (Read 23078 times)
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 14, 2013, 06:46:40 PM
Last edit: October 16, 2013, 05:00:05 PM by giantdragon
 #1

We are proud to announce Peerbet Android app! Current version is stable enough for real play, however it is impossible to test it on all Android devices and we will be appreciated for your bug reports, as well as suggestions to improve. Our app is 100% free and open-source.

We are giving away 0.001 BTC for free to each user without any wagering requirements. Your just have to install app on your device, sign in and write your Peerbet username in this thread.

Install package: http://peerbet.org/download/Peerbet.apk
Sources: http://peerbet.org/download/Peerbet_src.zip

1714077398
Hero Member
*
Offline Offline

Posts: 1714077398

View Profile Personal Message (Offline)

Ignore
1714077398
Reply with quote  #2

1714077398
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714077398
Hero Member
*
Offline Offline

Posts: 1714077398

View Profile Personal Message (Offline)

Ignore
1714077398
Reply with quote  #2

1714077398
Report to moderator
Tartarus
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
February 14, 2013, 10:02:00 PM
 #2

u573439337
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 14, 2013, 10:16:20 PM
 #3

u573439337
Sent!
Zedster
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 14, 2013, 10:26:15 PM
 #4

Zedster     Smiley
szuetam
Sr. Member
****
Offline Offline

Activity: 377
Merit: 253



View Profile
February 14, 2013, 10:26:32 PM
 #5

login:
szuetam
dmatthewstewart
Sr. Member
****
Offline Offline

Activity: 439
Merit: 250



View Profile
February 14, 2013, 10:38:00 PM
 #6

Good luck with it. I wish I was able to test Android for you because I would love to help out. But unfortunately I cannot

szuetam
Sr. Member
****
Offline Offline

Activity: 377
Merit: 253



View Profile
February 14, 2013, 10:48:26 PM
 #7

login:
szuetam

Jupi!!
I have it
0.01000000 BTC

Do you want to check sth particular?
Could I use multiple accounts with one IP?
Cheesy
milly6
Legendary
*
Offline Offline

Activity: 1632
Merit: 1010



View Profile WWW
February 14, 2013, 10:49:55 PM
Last edit: February 14, 2013, 11:11:52 PM by milly6
 #8

Login= Limie

It looks great so far! Can't wait to dive in!

(edit)- Do you want bugs posted in the forum?

Eyes open, No Fear. Be Safe! Trinity: Currency Without Bias
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 14, 2013, 11:53:28 PM
 #9

Do you want to check sth particular?
Could I use multiple accounts with one IP?
I think you just have to play some time and if there are some issues you could notice them.
I give free BTC once per user posted in this thread and don't have any restrictions regarding number of accounts you have.

Do you want bugs posted in the forum?
Yes, you can write here.
helloworld111
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
February 15, 2013, 12:21:42 AM
 #10

username:
helloworld111
milly6
Legendary
*
Offline Offline

Activity: 1632
Merit: 1010



View Profile WWW
February 15, 2013, 12:44:54 AM
 #11

Im running an HTC Eris Android

Profile screen does not allow for screen adjustment all text is not readable

Raffle list is not loading. Links are clickable from the chat. When the raffle loads there is nothing for the prize value, ticket price, odds ect...it is blank.

Let me know if this is helpful, Ill keep letting you know what I see if you want!

-Limie

Eyes open, No Fear. Be Safe! Trinity: Currency Without Bias
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 15, 2013, 01:55:31 AM
 #12

When the raffle loads there is nothing for the prize value, ticket price, odds ect...it is blank.
I got similar report from other users, tried to run in the emulator with Android 2.3 and see exactly as you described. What version do you have?

P.S. Seems to be a bug in layout. If you have some experience in Android programming, please look code and give an advice what is wrong. I dynamically update values in the table row when data is received from the server. On Android 2.2 and 4.0 it works fine.

Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="10sp"
android:paddingBottom="10sp"
android:paddingLeft="2sp"
android:paddingRight="2sp"
android:orientation="vertical" >
   
    <LinearLayout
    android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        android:orientation="horizontal" >
       
        <TextView
android:id="@+id/raffleID"
android:textSize="22sp"
android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textStyle="bold" />
       
        <ImageView
            android:id="@+id/raffleType"
        android:layout_width="wrap_content"
        android:layout_marginLeft="5sp"
        android:layout_height="wrap_content" />
       
        <ImageView
            android:id="@+id/raffleProtected"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="5sp" />
       
        <TextView
android:id="@+id/raffleExpire"
android:layout_marginLeft="5sp"
android:layout_width="wrap_content"
    android:layout_height="wrap_content" />
       
        <TextView
android:id="@+id/raffleStatus"
android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginLeft="5sp"
    android:layout_marginTop="1sp"
    android:paddingLeft="3sp"
    android:paddingRight="3sp" />
       
    </LinearLayout>
   
    <LinearLayout
    android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:gravity="center_vertical"
        android:orientation="horizontal" >
       
    <ProgressBar
        android:id="@+id/progressBar"
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_weight="1"
android:layout_marginTop="1sp"
style="?android:attr/progressBarStyleHorizontal" />
   
    <TextView
android:id="@+id/progressPercent"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
android:gravity="right"
android:minEms="5"
    android:layout_height="wrap_content" />
   
</LinearLayout>
   
    <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:shrinkColumns="*"
    android:stretchColumns="*" >
       
        <TableRow
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:gravity="top" >
       
            <TextView
android:id="@+id/prizeValue"
android:layout_weight="1"
android:layout_width="0dip"
android:layout_height="wrap_content" />
   
    <TextView
android:id="@+id/ticketPrice"
android:layout_weight="1"
android:layout_width="0dip"
    android:layout_height="wrap_content" />
   
    <TextView
android:id="@+id/ticketsSoldTotal"
android:layout_weight="1"
android:layout_width="0dip"
    android:layout_height="wrap_content" />
       
</TableRow>

        <TableRow
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="5sp"
        android:gravity="top" >
       
            <TextView
android:id="@+id/odds"
android:layout_weight="1"
android:layout_width="0dip"
android:layout_height="wrap_content" />
   
    <TextView
android:id="@+id/profit"
android:layout_weight="1"
android:layout_width="0dip"
    android:layout_height="wrap_content" />
   
    <TextView
android:id="@+id/tickets"
android:layout_weight="1"
android:layout_width="0dip"
    android:layout_height="wrap_content" />
       
</TableRow>
       
</TableLayout>
       
</LinearLayout>
milly6
Legendary
*
Offline Offline

Activity: 1632
Merit: 1010



View Profile WWW
February 15, 2013, 02:03:58 AM
 #13

When the raffle loads there is nothing for the prize value, ticket price, odds ect...it is blank.
I got similar report from other users, tried to run in the emulator with Android 2.3 and see exactly as you described. What version do you have?



Build: RA-eris-v1.6.2

Eyes open, No Fear. Be Safe! Trinity: Currency Without Bias
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 15, 2013, 02:08:06 AM
 #14

Build: RA-eris-v1.6.2
I asked what version of Android do you have?
milly6
Legendary
*
Offline Offline

Activity: 1632
Merit: 1010



View Profile WWW
February 15, 2013, 02:22:30 AM
 #15

Sorry about that. I have a rooted eris with Evervolv-Eligo-1.2.0b3 which is Android version 2.3.5

Eyes open, No Fear. Be Safe! Trinity: Currency Without Bias
bipolarbear187
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 15, 2013, 03:02:55 AM
 #16

Installed on Samsung Galaxy Nexus (VZW).

My user account is:  u309135173

Thanks!

Rob
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 15, 2013, 03:09:38 AM
 #17

Finally found and fixed bug which caused broken layout in some Android versions. Just set parent="android:Theme.Black.NoTitleBar" in AndroidManifest "values" folder.

Please install an update.
Driice
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
February 15, 2013, 03:11:21 AM
 #18

Everything looks fine on my galaxy s3.

User ID: Driice
cavveman
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 15, 2013, 04:38:11 AM
Last edit: February 15, 2013, 04:48:46 AM by cavveman
 #19

Everything looks alright on my Sony Xperia Tipo running on ICS

My nick is cavveman
Raffle works nice.
Chat works aswell, though little slow, but that is probably my hspa+ connection

Edit:
I do not know if this is a bug or not.
But my balance does not state same amount on the screens.


https://i.imgur.com/c5Ywsdq.jpg https://i.imgur.com/9Lt8DE4.jpg https://i.imgur.com/a6hB6AZ.jpg

And yes, I usually have bad luck Tongue
Also, would it be possible that the chat used the time that is in the phone?
As it is now, I am in GMT+1, but the chat is in GMT.
giantdragon (OP)
Legendary
*
Offline Offline

Activity: 1582
Merit: 1002



View Profile
February 15, 2013, 05:15:24 AM
 #20

But my balance does not state same amount on the screens.
It may happen if you have played provably fair raffle and Bitcoin block was generated just before you opened new window.

Also, would it be possible that the chat used the time that is in the phone?
As it is now, I am in GMT+1, but the chat is in GMT.
I will add this in next major release.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!