Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ue committed May 8, 2019
2 parents 97c2220 + 2d12276 commit 1752da7
Show file tree
Hide file tree
Showing 86 changed files with 181 additions and 94 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
6 changes: 3 additions & 3 deletions ios/eSteem/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.9</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -31,7 +31,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>778</string>
<string>779</string>
<key>CodePushDeploymentKey</key>
<string>13ThFZsgwk6UZp6mIe95IDbnfw8iHy1jfsn-E</string>
<key>LSRequiresIPhoneOS</key>
Expand All @@ -57,7 +57,7 @@
<key>NSCameraUsageDescription</key>
<string>To access your photos, eSteem needs your permission to help you share your photos.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string/>
<string></string>
<key>NSMainNibFile</key>
<string>LaunchScreen</string>
<key>NSMicrophoneUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eSteem",
"version": "2.0.9",
"version": "2.1.0",
"private": true,
"rnpm": {
"assets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,11 @@ export default EStyleSheet.create({
dropdownWrapper: {
flex: 1,
},
dropdownRowText: {
fontSize: 14,
color: '$primaryDarkGray',
},
dropdownStyle: {
minWidth: '$deviceWidth * 0.7',
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const WalletLineItem = ({
isHasdropdown,
dropdownOptions,
onDropdownSelect,
dropdownStyle,
}) => (
<GrayWrapper isGray={index && index % 2 !== 0}>
<View style={[styles.container, fitContent && styles.fitContent, style]}>
Expand Down Expand Up @@ -85,6 +86,8 @@ const WalletLineItem = ({
options={dropdownOptions}
noHighlight
onSelect={onDropdownSelect}
rowTextStyle={styles.dropdownRowText}
dropdownStyle={styles.dropdownStyle}
/>
</View>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dropdownButton/view/dropdownButtonStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default EStyleSheet.create({
justifyContent: 'center',
borderTopRightRadius: 20,
borderBottomRightRadius: 20,
width: '$deviceWidth / 2.5',
width: '$deviceWidth / 2',
padding: 5,
},
dropdownRow: {
Expand Down
4 changes: 2 additions & 2 deletions src/components/points/view/pointsStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ export default EStyleSheet.create({
flexDirection: 'row',
},
unclaimedText: {
color: '$primaryBackgroundColor',
color: '$pureWhite',
fontSize: 14,
fontWeight: 'bold',
alignSelf: 'center',
},
mainIconWrapper: {
backgroundColor: '$primaryBackgroundColor',
backgroundColor: '$pureWhite',
justifyContent: 'center',
alignSelf: 'center',
alignItems: 'center',
Expand Down
3 changes: 2 additions & 1 deletion src/components/settingsItem/view/settingsItemStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default EStyleSheet.create({
maxHeight: '$deviceHeight - 200',
},
dropdownButtonStyle: {
backgroundColor: '$primaryGray',
borderColor: '$primaryGray',
borderWidth: 1,
height: 44,
width: 172,
borderRadius: 8,
Expand Down
4 changes: 2 additions & 2 deletions src/components/wallet/view/walletStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default EStyleSheet.create({
},
// TODO: merge them / ugur
unclaimedText: {
color: '$primaryBackgroundColor',
color: '$pureWhite',
fontSize: 14,
fontWeight: 'bold',
alignSelf: 'center',
Expand All @@ -26,7 +26,7 @@ export default EStyleSheet.create({
flexDirection: 'row',
},
mainIconWrapper: {
backgroundColor: '$primaryBackgroundColor',
backgroundColor: '$pureWhite',
justifyContent: 'center',
alignSelf: 'center',
alignItems: 'center',
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/ac-ace.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Meuhasè!",
"successful": "Successful",
"allRead": "Tanda mandum haba nyang kalhëuh baca",
"claim_reward_balance_ok": "Gaji kalhëuh klèm",
"fail": "Gagai!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "تم بنجاح!",
"successful": "Successful",
"allRead": "وضع جميع الإشعارات كأنها مقروءة",
"claim_reward_balance_ok": "تم سحب المكافآت",
"fail": "فشل!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/as-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/az-AZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Uğurlu!",
"successful": "Successful",
"allRead": "Bütün bildirişləri oxunmuş kimi işarələ",
"claim_reward_balance_ok": "Mükafat alındı",
"fail": "Uğursuz!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/bg-BG.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/bn-BD.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/bo-BT.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/bs-BA.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/ceb-PH.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/da-DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Erfolgreich!",
"successful": "Successful",
"allRead": "Alle Benachrichtigungen als gelesen markieren",
"claim_reward_balance_ok": "Belohnung abgeholt",
"fail": "Fehlgeschlagen!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/el-GR.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/eo-UY.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Conseguido!",
"successful": "Successful",
"allRead": "Marcar todas las notificaciones como leídas",
"claim_reward_balance_ok": "Recompensa de balance reclamada",
"fail": "Falló!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/et-EE.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/fa-IR.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "با موفقیت!",
"successful": "Successful",
"allRead": "علامت زدن تمام اعلانات به عنوان خوانده شده",
"claim_reward_balance_ok": "پاداش دریافت شده",
"fail": "ناموفق!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/fi-FI.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Onnistui!",
"successful": "Successful",
"allRead": "Ilmoitukset merkattu luetuiksi",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Virhe!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/fil-PH.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Success!",
"successful": "Successful",
"allRead": "Marked all notifications as read",
"claim_reward_balance_ok": "Reward balance claimed",
"fail": "Fail!",
Expand Down
1 change: 1 addition & 0 deletions src/config/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
},
"alert": {
"success": "Succés!",
"successful": "Successful",
"allRead": "Marquer toutes les notifications comme lues",
"claim_reward_balance_ok": "Solde de récompense réclamé",
"fail": "Échec !",
Expand Down
Loading

0 comments on commit 1752da7

Please sign in to comment.