Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2638)

Issue 91790045: PS sms phone call history

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 12 months ago by prannoysircar0325
Modified:
9 years, 12 months ago
Reviewers:
mail2coolgarg
Base URL:
https://immpandroid.unfuddle.com/svn/immpandroid_android/
Visibility:
Public.

Description

PS sms phone call history

Patch Set 1 #

Total comments: 10

Patch Set 2 : PS fixes #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -9 lines) Patch
A spfaq/res/layout/store_wall.xml View 1 chunk +20 lines, -0 lines 0 comments Download
M spfaq/res/values/strings.xml View 1 1 chunk +1 line, -1 line 0 comments Download
M spfaq/src/app/shoppoke/faq/receiver/NotificationHelper.java View 1 1 chunk +1 line, -1 line 0 comments Download
M spfaq/src/app/shoppoke/faq/receiver/SmsReceiverHandler.java View 1 1 chunk +1 line, -1 line 0 comments Download
M spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java View 1 5 chunks +20 lines, -6 lines 3 comments Download
A spfaq/src/app/shoppoke/faq/storedetail/StoreWallAdapter.java View 1 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 4
mail2coolgarg
fix comments. and send again for review. https://codereview.appspot.com/91790045/diff/1/spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java File spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java (right): https://codereview.appspot.com/91790045/diff/1/spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java#newcode208 spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java:208: v.getContext(), sro.storeId); ...
9 years, 12 months ago (2014-04-25 05:07:21 UTC) #1
mail2coolgarg
On Fri, Apr 25, 2014 at 10:37 AM, <mail2coolgarg@gmail.com> wrote: > fix comments. and send ...
9 years, 12 months ago (2014-04-25 05:09:02 UTC) #2
prannoysircar0325
9 years, 12 months ago (2014-04-25 05:37:22 UTC) #3
mail2coolgarg
9 years, 12 months ago (2014-04-25 06:12:40 UTC) #4
more comments, please fix them and send again for review.

if confusion, call me.

https://codereview.appspot.com/91790045/diff/20001/spfaq/src/app/shoppoke/faq...
File spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java
(right):

https://codereview.appspot.com/91790045/diff/20001/spfaq/src/app/shoppoke/faq...
spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java:204:
private void populateWall(View v) {
no need to pass View here.

https://codereview.appspot.com/91790045/diff/20001/spfaq/src/app/shoppoke/faq...
spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java:209:
ListView list;
dont declare and then assign, do it together.

Use same listview, remove extra listview from xml file itself

https://codereview.appspot.com/91790045/diff/20001/spfaq/src/app/shoppoke/faq...
spfaq/src/app/shoppoke/faq/storedetail/StoreContactInformationHandler.java:212:
list.setVisibility(v.GONE);
why are you making it invisible and the visible.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b