Git Product home page Git Product logo

steemia's Introduction

Screen Shot 2018-06-08 at 9.16.49 PM.png

*Not available for iOS. Yet!

What Is Steemia?

Steemia is a social network app running over the Steem Blockchain. This app will provide the users an enriched user experience plus features commonly encountered in a casually used social media. The goal of this project is to give the community a mobile app where they can do their daily activity in the blockchain.

How to install (for developers)

Node.js should be installed in your machine before proceed with the steps below.

$ sudo npm install -g cordova
$ sudo npm install -g ionic
$ git clone https://github.com/Steemia/Steemia
$ cd Steemia
$ npm install
$ ionic serve --l

Technology Stack

Steemia application is built with the following technologies:

  • Ionic Framework
  • Angular 5
  • JavaScript / TypeScript

How secure is Steemia?

Steemia relies in a well-known third party oAuth service know as SteemConnect. Your private key does not is not shared with none of your servers nor your access token generated by SteemConnect.

In addition, certain actions (such as money transfer) requires the user to re-enter the password to confirm the identity. So, even if your access token is compromised, your wallet is secured since the hacker will not know your private key.

Is there any catch using Steemia?

As usual, Steem-based apps generates money by taking a cut of the users earnings per posts. We do take 15% of each post made within the application. This fee is used to maintain the cost of the servers of the application as well as cover developers technology needs.

However, we support our users by giving upvotes to "each" of their post so we can partially compensate the 15% cut in the rewards.

*Note that posts including plagiarism, harrasment, hate of speech, spam, and/or intentional miss-categorized content will not be upvoted but will be flagged to hide the post. Frequents violations of this rule will lead to remove the user from the voting list.

Bounty Program

Our bounty program allow users to earn rewards while contributing to this open source project. Contributions can be done in the following way:

  • Reporting bugs
  • Making non-trivial suggestions

Note that bugs that does not affect the functionality of the app will be taken as suggestions and will not qualify for rewards.

For more information, please do visit Utopian Website.

You can also report bugs directly in the issues page.

Contributors

If anyone is missing, we are so sorry. We will be doing a separate page to list all the contributors including bugs hunters.

Want to contribute?

Feel free to fork this project and submit us a pull requests with your changes done. We will carefully review your changes and give suggestions if needed before merging :D

Want to chat?

If you want to chat with us about anything, feel free to stop by our Discord channel.

Notice

Most of the images used on this project are property of Sndbox and they are under the CC BY-NC-ND license. Images were not modified and all of them are in its original state.

CC BY-NC-ND

steemia's People

Contributors

hsyndeniz avatar infinitelearning1 avatar jayserdny avatar pope19 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

steemia's Issues

iSteem - Parsing posted date timezone error

Screen Shot 2018-01-04 at 6.17.17 AM.png

This bug in the iSteem app show future posted date for the post.

Steps to reproduce

  • Clone the app
  • Following the instructions in the repo to install the app
  • After finishing the instructions in the repo, the app should be running in localhost:8100
  • Open the localhost:8100 and check the time of each post and you will notice the bug in the timezone

Example of the bug

Screen Shot 2018-01-04 at 6.17.00 AM.png

In the image above, you can noticed that this post will be posted "in 5 hours" which means that the timezone of this post is 5 hours ahead from mine.

The code related to the bug is the following:

this.meta[i].created = moment(data[i].created).fromNow();

Due to the different timezones (the Steem one) and the local one, the module moment will take this as a local timezone and can conclude to the following situation:

If the timezone of the post has 3 hours more than the local timezone, the module moment will return the following:

Posted: In 3 hours (assuming that there is three hours less in the local timezone)

Possible workaround

As a possible workaround, a research should be done to determine the timezone used in the Steem API and calculate the offset between the remote timezone and the local timezone to rewrite the posted date into the client timezone.



Posted on Utopian.io - Rewarding Open Source Contributors

API calls limit exceeded when rendering post into the feed.

Screen Shot 2018-01-05 at 5.03.41 AM.png

As shown in the image above, the Steemia (old iSteem) app will crash when you try to scroll down up to post number 100.

Steps to reproduce

  • Clone the repo
  • Follow steps to install the app given in the repo
  • Open the app and scroll down for a while

Since the API have a limitation of 100 post depth in the blockchain, the app can be fixed by reducing the number of post loaded by infinite scroll. For example, right now it is being increased by 15 in each iteration which will add up to 105 which is over the limit.

Where is the error

First thing is to change the value of perPage to 10 which is the initial query of the post.

Screen Shot 2018-01-05 at 5.11.55 AM.png

Screen Shot 2018-01-05 at 5.14.49 AM.png

Then, instead of increase the values of perPage by 15, it should be increased by 10

Screen Shot 2018-01-05 at 5.12.54 AM.png

Screen Shot 2018-01-05 at 5.15.17 AM.png

Then, a condition should be added in the provider of the data to stop the query when the value of perPage is 100 and initialize another query starting at the 100th post up to the 200th and so on.

Screen Shot 2018-01-05 at 5.16.50 AM.png



Posted on Utopian.io - Rewarding Open Source Contributors

Recent notifications are not showing.

Expected Behavior

When user go to notification section Steemia app should be able to show every recent notifications.

Actual Behavior

When user go to notification section Steemia app doesn't show the recent updated notifications.

Steps to Reproduce the Problem

  1. To find this bug first confirm that when your recent notification came.
  2. Then go to Steemia app notification section.
  3. Try to find your recent notification from there.
  4. User won't find his/her recent notifications.

Specifications

  • Version: Steemia v0.0.4
  • Platform: Android 7.0

Can not install app by playstore link in Redme

Expected Behavior

Should be able to install in playstore link in Redme

Actual Behavior

Tap on the playstore icon shows only playstore images

Steps to Reproduce the Problem

1.go on github stemia

  1. tap redme
  2. Scroll to down and Tap playstore icon

Specifications

  • Version: android 6.0.1
  • Platform:
  • Subsystem:

following/followers list always loses a username/profile when another user is followed on steemia, causing a contradiction between the total number of people following and the usernames/profile in the list.

Expected behavior

After a user is followed on steemit via steemia, it is expected that the user's profile should be added to the list of followed and vice-versa for when a user follows me.

Actual behavior

When a user was followed, the number of following increased but checking the list, it is always incomplete by one user profile.

Example: I'm following 20 people on steemit, that count is shown but checking the list only 19 names or profiles are available.
This error can be easily noticed when the following or followers list is not so much.
Initially this was reasoned to be a delay caused by steemjs but after few days of checking and the error following a pattern it is an error on steemia app.

How to reproduce

  1. launch the steemia app
  2. login
  3. access app menu by swiping from right to left
  4. on menu click "My profile"
  5. on profile click info
  6. the total number of following and followed is by the side.
  7. if the number of following is not so much you can count.

Another way to confirm this is by following a new user via steemia app only. the following tally increases but the user name is not found when the list is opened or if the username is found,another username will automatically be removed from the list.

Test enviroment

  • Software: Steemia
  • App version: 0.0.4
  • Device OS: Android 7.0 Nougat

Recording Of The Bug

https://youtu.be/AIBA_MAF5eI

GitHub Account

https://github.com/MadwitheSkill

A Proposal to Draft a Privacy Policy and Frequently Asked Questions (FAQ) for Steemia

After going through the file finder, i discovered that Privacy Policy and FAQ were not present.

Privacy policy is a very important document on any website that details a company's views on information collected from visitors and how it intends to secure that information. It also helps to instill more confidence in the prospective site visitors/app users, and give users an idea of what to expect and what not to expect on the site.

Having an FAQ on the website will increase user confidence as it is often sought after and serves as a source of first communication on any service based website.

Your response in this regard is highly anticipated.

Steemit User @pope1995
Discord @Pope1995#6757

Home Icon Doesn't respond.

Expected Behavior

After clicking on Home icon from the menu tray it must be responded and take the user to Home page.

Actual Behavior

When user is in profile or in a post then clicking on Home icon from the menu tray doesn't respond.

Steps to Reproduce the Problem

  1. Fresh start Steemia app.
  2. Click on a post or go to your profile or someone else's.
  3. Open menu tray from left side and click on the Home icon.
  4. Note after clicking on Home icon it doesn't respond and do not take the user to the Home page.

Specifications

Steemia v 0.0.5 After clicking the user profile icon, happen problem displaying the image in android 7.0

Expected behavior

After opening one of the hot posts, then clicking on the user profile icon. After that go back to the post, and click on the image seen in the post. Supposedly, the ability to display images correctly should be possible.

Actual behavior

After opening one of the hot posts, then clicking on the user profile icon. Then go back again to the post and opened the visible image in the post. There was a problem with the image being opened. The problem is the image that appears will be more than one image. If opens or accesses the user profile icon as much five times, it is certain that, when open the visible image in the post will appear as much five pictures.

How to reproduce

  • Open and run the app.
  • Select and open one of the hot post.
  • Then click on the user profile icon.
  • Next, press the back button, to return to the post.
  • Select and open the image seen in the post.
  • Then you will find the problem as I have experienced.

Specifications

Device: Samsung Galaxy S6 edge
Operating system: Nougat 7.0
App version: 0.0.5

Recording Of The Bug

https://youtu.be/zHSJUnBdqVI

Steemia app v0.0.5||After entering in a user's profile from that user's post does not show any info of the profile.

Expected Behavior

After entering in any user's profile from his/her post must show all the info of the user's profile.

Actual Behavior

After entering in someone's profile from their own posts doesn't show any info of their profile.

Steps to Reproduce the Problem

  1. Start Steemia app v0.0.5 then login and enter in any post from the home screen of Steemia app.
  2. At the top left of the post you will see user's icon who submit that specific post you've entered.
  3. Then click on the user's profile icon to see the profile info.
  4. Note that after entering in the post owners profile from his/her own post doesn't show any info of the profile and app says that"There are no more post to load".

Specifications

The view feature is not work when Review image content

Expected Behavior

After writing the content the user should be able to review it before posting

Actual Behavior

View feature does not work
normally

Steps to Reproduce the Problem

1.launc app
1.sign in with your steem account
1.create a new post and write any text /image than Tap view icon

Specifications

  • Version: device 6.0.1

Steemia app opens steemit.com with device browser, taking the user out of steemia. Steem links should be opened in app.

Expected Behavior

I expect to stay in app when trying to access posts that are on the steem blockchain.
Usually a client/frontend will lead you out of it only when it has content is it not supposed to show. Youtube link should definitely open in relevant app, any app to some steem front end, should open that part of the blockchain in app.

Actual Behavior

Steemit.com is launched in browser.

Steps to Reproduce the Problem

  1. Open steemia app
  2. Search for "steemitstats" user. Open the user profile.
  3. Open latest post of curated links
  4. click one of them.
  5. Notice how it only asks if to use browsers

Specifications

  • Version: 0.0.4
  • Platform: Android

GIF of how it behaves on steemia

34a

GIF how how a reddit client behaves with reddit.com links
35a

Editing a comment to an empty comment leads to infinite loading. Preventing the user from doing anything else.


Expected behavior

An alert message A comment cannot be empty should pop up while trying to publish the empty edited comment.

Actual behavior

Editing a comment to an empty comment leads to infinite loading. Preventing the user from doing anything else.

How to reproduce

  • download the app Steemia
  • Sign in
  • Locate any post then make a comment
  • press-hold your comment to edit
  • Empty your comment ( delete everything in the box ) then click on submit.

  • App version: steemia 0.0.5
  • Operating system: android 8.1 Oreo. Tecno camon X pro

Recording Of The Bug

https://youtu.be/v-ZP3pVAKvo

Tags are not responding in the post!

Expected behavior

After clicking on the tags it should show the specific tags result.

Actual behavior

When user click on the tags it's not showing the specific tags result and not doing anything at all.

How to reproduce

  • Download and install Steemia from Google play store

  • Login with your Steemit account.

  • Go to any post and then try to click on the tags.

  • As you want to see a specific tag from a post without searching. Steemia app doesn't show any kind of result for that.

  • In the recording video I've showed that how exactly it should work. It may help you understand the issue.

  • App version: Steemia v0.0.4

  • Operating system: Android 7.0

Recording Of The Bug

Apologize for the low voice quality. Please raise the volume to hear my voice.
https://www.youtube.com/watch?v=uxBwYD3MCUg

You can still edit post / upload photos in preview mode | editing should be disabled in preview mode

Expected Behavior

Uploading a picture or editing contents is disabled when you are in preview mode.

Actual Behavior

When you are in preview mode you can still edit contents and upload pictures but it will not reflect yet in the screen until you click the preview mode again. (refer on the video)

Steps to Reproduce the Problem

  • Open Steemia App
  • Create a post
  • Click Preview mode
  • When it is in preview mode, click upload button and try to upload picture or click the Bold, Italic, Highlight button.
  • As you can see, nothing happens. But when you see the preview button again, things will reflect.

Specifications

  • Steemia v0.0.4
  • Operating system: Android 6.0
  • Model: Xiaomi Redmi note 4

https://www.youtube.com/watch?v=2b84gS1C-UQ

Same & Wrong Account Activities, Wallet Transaction History Keep Displaying On Every User's Profile


Expected behavior

The correct account activity and wallet transaction history should be shown on every user's account.

Actual behavior

It keep displaying wrong account activity and transaction history for every user's account clicked.
It happens that , it displays same information for every account on steem blockchain.

How to reproduce

  • download the app Steemia
  • Sign in
  • click on search icon then search for any users account.
  • click on activity for account activity and wallet for transaction history ( Note the information displayed )
  • Repeat step 3 and step 4 ( search & view another user account this time).

  • App version: steemia 0.0.5
  • Operating system: android 8.1 Oreo. Tecno camon X pro

Recording Of The Bug

https://m.youtube.com/watch?v=S7Tmh5xioPo

User can't edit or copy paste the text in the comment section.

Expected behavior

While writing a comment a comment user should copy or paste or select the text he is writing.

Actual behavior

User can't copy, paste or edit text in the comment section.

How to reproduce

  • Download and install Steemia from Google play store

  • Login with your Steemit account.

  • Copy any text from anywhere to find the bug.

  • Try to paste your desire text in the comment section.

  • You will find the bug here that user can't edit or copy paste any text in the comment.

  • App version: Steemia v0.0.4

  • Operating system: Android 7.0

Recording Of The Bug

https://youtu.be/8tVTjggIJMs

Bug in the created time for feeds

Due to the different timezones, the module moment will fail. Sometimes it will tell the correct posted dated from the current time but, when timezones are different, it will say something like: "in n hours" where n is the numbers of hours remaining "for this post being posted".

The some feature : Like, comment, upvote is not displayed when viewing post details via notification

Expected Behavior

Some features such as Liker, coment, upvote should be displayed when users view post details from notifications

Actual Behavior

Some of these features are not displayed when users view post details through notifications

Steps to Reproduce the Problem

  • Open app
  • log in with steem account
  • Tap notification icon
  • Tap one of your post in notification
  • Scroll down to see your post.
  • likes,coment,upvote feature is not displayed

Specifications

  • Version: 6.0.1 one plus

Comentar with image is not displayed

Expected Behavior

Commenting with the image can be displayed in the comment box

Actual Behavior

After commenting using image, image can not be displayed after finished commenting

Steps to Reproduce the Problem

  • open app
  • login with your steem account
  • Try Tap a post on the homepage
  • Try to comment by using the image only
  • Tap comment to comment
  • Your image comment is not displayed

Specifications

  - device: 6.0.1

Recording of the bug

https://youtu.be/dcpd_dN6OhA

Selected currency in setting not showing the value of the selected currency in post

Expected Behavior

I expect that when I change the currency to my preferred currency from setting, currencies in post pay out and in my wallet should show the selected currency.

Actual Behavior

The currency in post and in my wallet remains in USD after changing to NGN

Steps to Reproduce the Problem

  1. Login to steemia using the required details
  2. Click on the 3 horizontal line at the top left hand side
  3. Select settings from the menu that opens
  4. Click on select currency
  5. Select preferred currency from the list
  6. click OK to apply selection
  7. Click the back arrow key at the top left hand side to Go back to home page
  8. You will notice that the currency is still in USD instead of the preferred currency in setting.

Specifications

  • Version: android 8.1.0 Oreo
  • Platform: steemia V 0.0.5
  • Subsystem: Tecno camon X

Recording of the bug

https://youtu.be/JN_-IrKkW38

Feed won't loaf on Steemia

Expected behavior

  • Users should be able to view feed

Actual behavior

  • feed cannot load. It says, "There are no more posts to load"

How to reproduce

  • Download and install the latest version of the Steemia application.
  • Launch the application
  • Login/sign-in to your steemit account
  • Click on the "feed" option and refresh(if necessary)
  • bug will be reproduced

  • App version: 0.0.5
  • Device: Gionee f100s
  • Operating system: android version 6.0

Recording of the bug

After entering into a notification it keeps loading.

Expected Behavior

All notifications should be able to load properly when user try to enter into the notification.

Actual Behavior

Not all notifications are behaving the same. For some notifications when user try to enter into the notification it keeps loading forever.

Steps to Reproduce the Problem

  1. It's a rare bug to find.
  2. So to find I guess user need to find a bot activity in the notification.
  3. And when user try to enter into that comment he/she will be able to find this bug.
  4. For better understanding you can watch my video when I try to see notifications that who is following me and try to enter most of their profile by clicking in the notification. For some of the user it keeps loading.

Specifications

Ability to personalize profile photo and cover photo

Components

My contribution is made in regard to the Steemia app which is a social media app built based on the Steem block chain.

My suggestion is about the inclusion of a personalization button for the profile photos.

Proposal

My proposal is to make available buttons which would facilitate the ability for one to personalize profile and cover photos.

This proposal can be implemented by providing a button by the the profile photo and cover photo display areas which would enable one to modify the photos or add one if none is present.

A pop up should appear after the button is used which would provide options enabling the user to Capture a new photo with the phone camera, Select a photo from the phone gallery or Delete an existing photo.

Mockups / Examples

Once implemented, it should look like this and hence make personalization possible on the app.

PicsArt_04-17-12.59.00.jpg

Once the personalization button is used, this is what the page should look like.

PicsArt_04-17-01.01.36.jpg

Benefits

Implementation of this suggestion will yield the following benefits:

  • Users will be able to personalize their accounts(in respect to profile photos). This includes being able to take a photo with the camera, add a photo from the gallery and delete an existing photo.

  • The app will be more reliable and will be utilized more as users would not have to go use the Steemit website.

Post cannot be opened if profile is loaded from a modal

Expected Behavior

When open a profile from a modal, the user should be able to load the post in top of the modal and not behind it.

Actual Behavior

When you open a profile from a modal, the posts are opened behind the modal forcing the user to close profile and modal in order to see the post.

Steps to Reproduce the Problem

  1. Open the votes modal
  2. Open any profile from it
  3. Try to open a post (will not show)
  4. Close profile and close modal
  5. Post is there

Steemia Single Page Post Error

A mobile app for the platform Steemit.com. This app is capable of running on iOS and Android sharing the same basecode. Also, this application will include all the features present in the Steemit.com website for those who prefer to use a mobile device instead of a desktop computer.

Expected behavior

We need to be able to see the details of the posts on all pages without encountering any problems. We were expecting Trending and Hot pages to work without problems, like the Feed page.

Actual behavior

The Trending and Hot pages need to work properly, like the Feed page.
When we click on any post on the feed page and want to see the details, we do not encounter a problem. But when we want to see the details of the posts on the Trending and Hot pages, we get an error. This should not happen.

How to reproduce

1-) Install Steemia app.
$ sudo npm install -g cordova
$ sudo npm install -g ionic
$ git clone https://github.com/Steemia/Steemia
$ cd Steemia
$ npm install
$ ionic serve --l
2-) Click Trending or Hot pages

treding.png

3-) Click the any post

image.png

4-) Error is here

image.png

  • Browser: Google Chrome 63.0.3239.132 (Offical) (64 bit)
  • Operating system: Windows 8.1

Recording Of The Bug



Posted on Utopian.io - Rewarding Open Source Contributors

Searched posts does not show voters or comments info.

Expected Behavior

After searching a text or tags voter's info or comments of a post must be shown after clicking on the voter's icon or comment icon.

Actual Behavior

After searching a text or tags voter's info or comments are empty. Does not show any info of a post.

Steps to Reproduce the Problem

  1. Fresh start Steemia app.
  2. Search a text or any tag you want to find.
  3. Then the posts will appear you've searched. Then you will see some voters icon and comments numbers in the posts you've searched.
  4. Try to click on the comment icon or click on the voter's info of a post who already have some comments and votes to see the details.
  5. Note that the app says that, "This post does not have any votes/comments, Yet!" while the post already have several comments or votes.

Specifications

[Steemia] - Login Error!

Steemia

Steemia is a social network app running over the Steem Blockchain. This app will provide the users an enriched user experience plus features commonly encountered in a casually used social media. The goal of this project is to give the community a mobile app where they can do their daily activity in the blockchain.

Expected behavior

To login in Steemia application, you need to open the login page in menu. When the Login With SteemConnect key is pressed on the Login page, the SteemConnect page opens.

Actual behavior

When the Login With SteemConnect button is pressed, the Steemconnect home page no longer opens.

How to reproduce

You need to download Steemia app from Github

How to install
$ sudo npm install -g cordova
$ sudo npm install -g ionic
$ git clone https://github.com/Steemia/Steemia
$ cd Steemia
$ npm install
$ ionic serve --l
  • Browser: Chrome
  • Operating system: Windows 10

Recording Of The Bug



Posted on Utopian.io - Rewarding Open Source Contributors

No login message when upvoting after logging out

Expected Behavior

Clicking on up-vote after logging out should ask user to login.

Actual Behavior

When clicking on up-vote right after logout, spinner is displayed and no message to login is shown. Spinner doesn't go away without closing the app.

Steps to Reproduce the Problem

  • Open the app and login with an account.
  • Next logout from that account.
  • Go to either Hot, New or Trending.
  • Click on like/up-vote.
  • Click on checkbox on vote percent selector.

Recording of issue:
https://youtu.be/hZQKZtXS64s

Specifications

Device : Samsung S8
System Operating : 8.0.0 Oreo
Browser : Google Chrome ( 66.0.3359.158 Version)
App Version: 0.0.4

Editor toolbar iconfonts unexpected behavior.

Expected Behavior

After writing something in the editor input. User must be able to edit the marked content by clicking on the editor toolbar icon fonts.

Actual Behavior

User can't edit the marked content by just clicking on the icon fonts. Because after using any icon font from the editor toolbar user need to edit the icon font code to work it properly.

Steps to Reproduce the Problem

  1. To reproduce this bug go to post creation page.
  2. Type something "abc" in the editor input.
  3. Mark a word or a sentence you want to edit.
  4. Top of the editor input you'll see a editor toolbar. Click on any icon font you want to edit example, "iconfont icon-bold".
  5. Note user will see the bug that the marked word or sentence didn't edit itself after clicking on the icon font of the editor toolbar. Instead of that it gives you a code example bold which you need to edit again to work the code in your marked word or sentence.

Specifications

Steemia app 0.0.5 keeps loading for some bots comment

Steps to Reproduce the Problem

  1. Fresh start Steemia.
  2. Go to notifications.
  3. Find a bot's comments in this case I've found 2 examples 'badcontent' & 'guard'.
  4. Click on the bot's comment.
  5. Note that after clicking on the comment apps keeps loading and user can't do anything instead of restart the app.

Specifications

Website links do not lead users anywhere

Expected behavior

Supposedly, When the User clicks on the website feature inside the info menu of each user profile, the App will direct the redirect and link directly to the website

Actual behavior

When I try to click on the website features inside the info menu of each user profile, the App does not redirect redirects and links directly to the website.

How to reproduce

  1. Instal App here
  2. Run the app.
  3. Go to profile and sign in info menu.
  4. Click on the user's website link, then the app does not lead you anywhere.

Environment

  • Device : Redmi Note 5A
  • System Operating : 7.1.0 Nougat
  • App Version : 0.0.4


Recording Of The Issues

https://youtu.be/uvMnFETA45M

Steemia app v0.0.5 doesn't show comment owners profile

Expected Behavior

After entering a post commenter profile must be shown.

Actual Behavior

User can't see the commenter profile. Because after clicking on the profile icon or commenter name profile doesn't load.

Steps to Reproduce the Problem

  1. Start Steemia app v0.0.5 and enter in a post which already have some comments.
  2. Then go to the bottom of the post to see the comments.
  3. In the left side of a comment, commenter name and icon shows.
  4. Click on the commenter name or icon to see the profile.
  5. Note that the commenter profile doesn't load.

Specifications

The content is not displayed on the profile page after publishing

Expected Behavior

The content created should be displayed after posting on the profile page

Actual Behavior

The content is not displayed on the profile page. Content can only be seen when Tap is on post. And Content can only be viewed when opened with other applications such as esteem, steemit, busy

Steps to Reproduce the Problem

  • open the app
  • Try creating a post
  • create a title
  • create content with text only
  • do not upload image
  • create tags
  • when done, publication
  • Content can not be seen. It only shows the title
  • and content can only be seen when Tap on post

Specifications

Device: 6.0.1

Recording of the bug

In this recording I just proved it by editing a post that I have published.

https://youtu.be/tV7-fXeyYQc

Can't Access Memo Column When Keyboard Is Active

Expected behavior

The interface that collects transfer information should be scrollable or behave in such a way that when a column is chosen it is raised above the keyboard for acessibility and visibility.

Actual behavior

When filling the columns for a Steem or Sbd transfer operation, the memo column is hidden under the keyboard. The column however can be accessed as long as the keyboard is dismissed, but it is hidden again when the keyboard is up, making the user input the values of the memo blindly. This is not convinient to user experience.

How to reproduce

I wasn't oppurtuned to test this on other screen resolutions and dpi. And due to my calculations this could be a dpi related bug.
My dpi info is : 240dpi
Screen size is: 5inches.
Keyboard: inbuilt keyboard

  • Launch Steemia app

  • On arriving at the homepage, locate three vertical dashes at the upper left corner and click on it.

  • Select Wallet from the side bar.

  • Choose transfer from the option on either the Sbd or steem wallet.

  • The column for transfer details, should pop up.

  • Now attempt filling the MEMO column which is the last column.

  • App version: v0.0.4

  • Operating system: Android v6.0 Marshmallow

  • Device: Itel p12

Recording Of The Bug

https://vimeo.com/277239381

Post preview not working properly.

Expected Behavior

When user click on "What's on your mind " to write a post. User should be able to see the preview of his/her post by just clicking on the preview option at the bottom left of the post.

Actual Behavior

When user wants to write a post and go to create a new post section by clicking, "What's on your mind" bar at the top of the Steemia home page. Then while writing user can't see the preview of the post simply just click on the preview option.

Steps to Reproduce the Problem

  1. From Steemia app home page click on "What's on your mind " to create a new post.
  2. Write something to see the preview.
  3. You will notice a unexpected behavior of the preview option. For better understanding of this bug see the recording video.

Specifications

Wrong Post Count in Steemia

Expected behavior

The count of posts we write should be shown in app. Shared post count is shown in about tab under the profile page. Here is a screenshot. image

Actual behavior

I shared a post under #steemia tag, but the number of posts I shared seems like 0.
steemia

How to reproduce

You can try the Steemia app on your browser.

$ sudo npm install -g cordova
$ sudo npm install -g ionic
$ git clone https://github.com/Steemia/Steemia
$ cd Steemia
$ npm install
$ ionic serve --l

The application will open in your browser, you can use it and check the bug with your browser.

  • Browser: Chrome
  • Operating system: Windows 7

Recording Of The Bug

image



Posted on Utopian.io - Rewarding Open Source Contributors

Request for new features adding (Account status and Posting Count)

This is an idea of user requests for the app ,to add Account Status and Posting Count features.

Why Account Status feature?

Because this feature will help users to see:

  • Calculated: total steem and the amount of effective steem power.
  • Witnesses Voted Count: indicates the amount and name of the witness account.
  • Reputation: shows the reputation of the account in detail.
  • Proxy: shows the amount and name of the account you are proxying.
  • Proxied: this will indicate the amount of steem you are proxied.

Posting Count feature

My idea is that this is a feature to see the total number of your posts from the first you start using steemit. Here you can also see the payment of your posts in the past.

You can be seeing an example of an image that I have edited

I suggest adding these features in the settings, so when you open the settings you will see these features
picsart_06-20-09 35 23

This is a example image when you open the Account Status feature

img_20180620_223138

Also, example images when you open Posting Count feature

picsart_06-20-10 14 54
This is a feature to see the total number of posts you have from your first using steemit platform. You can also see the amount paid for all posts. You just need to set the date above the chart to go to your old post.

Its just an example, you can be design it as you like later :)

Steemia Post Sharing Error

Steemia is a mobile application, developing for Steemit and I believe it will be very useful when it's done. When I testing the application, I found a bug in the post-sharing section. If you use the Markdown code while creating a post, you get an error.

Expected behavior

The Markdown code must be converted and post must be sharing properly. Markdown codes must be converted into HTML codes so we can share posts. When this happens, we can't posting with Steemia application.

Actual behavior

The Markdown code is not converted and post part does not work correctly. Markdown, error when converting to HTML code. Error is here.
image.png
And we can not share the post. This error must be corrected.

How to reproduce

1-) Install Steemia app.

$ sudo npm install -g cordova
$ sudo npm install -g ionic
$ git clone https://github.com/hsynterkr/Steemia.git
$ cd Steemia
$ npm install
$ ionic serve --l

2-) Post sharing section
Adsız.png

3-) Write here any Markdown code and convert to HTML
aad.png

  • Browser: 63.0.3239.13 (Official Build) (64-bit) Chrome
  • Operating system: Windows 8.1 64-bit

Recording Of The Bug



Posted on Utopian.io - Rewarding Open Source Contributors

Unable to login into the app

Expected behavior

After installing the app I should be able to login using steemconnect and view my feed.

Actual behavior

After login, I land on the page with a spinner and left nav still shows Login link.

How to reproduce

  • Do a fresh installation of the app from appstore.
  • Click on Login with SteemConnect button.
  • Login in steemconnect, providing username and password.
  • After login, app is loaded again with a spinner and no content is displayed.

Recording Of The Issues

https://youtu.be/N1A3aMHp72M

  • Device : Samsung S8
  • System Operating : 8.0.0 Oreo
  • Browser : Google Chrome ( 66.0.3359.158 Version)

Tag(#) and text search returns no result

Expected Behavior

I expect to see results relating to the tag or text that I searched for when ever I search a tag or a text

Actual Behavior

When I searched for a tag, no result was returned, but a blank page. I searched for text as well, no result but a blank page

Steps to Reproduce the Problem

  1. Login to steemia using the required credentials
  2. On the landing page, click on the search icon at the top right hand side just before notification icon
  3. Search for a tag, say #utopian-io or any other tag, it will return no results ,just a blank page
  4. Search for a text, say love, no result will be returned.

Specifications

  • Version: android version 8.1.0 Oreo
  • Platform: steemia version 0.0.5
  • Subsystem: techno camon X

Recording of the bug

https://youtu.be/dtNpWOdXoks

Steemia V 0.0.4 - A Reply To A Comment And The Main Comment not well aligned.

Project Information


Expected behavior

I expected a threaded Comment to a post just like the image below.
Screenshot_20180611-200826_1528746502898.png

Actual behavior

The reply comment is displaying above the main comment.
Screenshot_20180611-201359_1528746518577.png


How to reproduce

  • Download app from play store
  • Launch Steemia
  • create an account / sign in
  • Search for a user's account, then locate a reply to the post comment. You should notice that the reply to the main comment is above the main comment.
  • Version: Steemia V 0.0.4
  • Operating system: Tecno Camon X pro ( Android 0)

Recording Of The Bug

https://m.youtube.com/watch?v=8OXnfuZQECI


Githup profile

Realrufans

By clicking on reblog in user's own post causes unfinished loading.

Expected Behavior

After clicking on reblog in user's own post must not be loading forever.

Actual Behavior

When user click on the reblog in own post loading does not end. And left the user only one way to get rid of loading which is close the app.

Steps to Reproduce the Problem

  1. Fresh start Steemia app and go to your profile.
  2. Click on any of your post.
  3. Click on the reblog at the right bottom tray.
  4. Note the page will keeps loading forever. And the user have to close the app.

Specifications

cannot be send SBD and STEEM in landscape mode

Expected Behavior

There should be a cancel button and send after I press SBD OR STEEM transfer

Actual Behavior

When I pressing the transfer in landscape mode, the cancel and send button disappears so I cannot be perform the sending

Steps to Reproduce the Problem

  • Open the app
  • Go to wallet
  • Then turn on screen rotation on your mobile
  • Rotate mobile in landscape position, then press transfer
  • The cancel button and send will disappear from the screen

App version 0.0.4
Operating system using android version 6.0.1

Recording of the bug on youtebe

https://youtu.be/5xf783-vLiw

Up-vote fails when upvoting with low SP

Expected Behavior

Clicking on up-vote with low Voting strength should either up-vote the post or show an error msg.

Actual Behavior

When trying to up-vote with very small vote strength, a spinner gets displayed and no up-vote or error is returned. You have to restart the app for spinner to go away and be able to up-vote again.

Steps to Reproduce the Problem

  1. Login with a account with small amount of SP (less than 100)
  2. Click on up-vote and select 1% in the slider. (Also note that their is no number displayed if you have not updated vote strength in settings.)
  3. Click check mark on the right to upvote.
  4. Spinner will start spinning but never complete or show a message. Going into a post and coming out, you can still see the spinner. Quit the app and open to restore normal behavior.

Recording of issue: https://www.youtube.com/watch?v=zlBM3_tJ6O4

Specifications

Device : Samsung S8
System Operating : 8.0.0 Oreo
Browser : Google Chrome ( 66.0.3359.158 Version)
App Version: 0.0.4

Profiles with no profile image are not loading

Expected Behavior

When loading a profile with no profile image, it should load fine.

Actual Behavior

When loading a profile with no profile image, doesn't load properly or at all. It also shows joined date as invalid and no account value. In some cases clicking on other tab doesn't work either.

Steps to Reproduce the Problem

  1. Find a profile with no image by going into comments of a post.
  2. Click on the profile. This will open profile in new window
  3. A loader will show up with no joined date and account value as blank. In some cases, you can't access any other tabs either.

Specifications

Profiles used for testing:
https://steemit.com/@feju
https://steemit.com/@asadxp55

Recording of Issue

https://www.youtube.com/watch?v=UqUU-amUYZM

  • Version:0.0.5
  • Device : Samsung S8
  • System Operating : 8.0.0 Oreo

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.