Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Collect user's interests during new user experience (#18)
Browse files Browse the repository at this point in the history
* feat: allow user to specify interests

* feat: change base branding target to kolektivo

* feat: reset to use celo folder

* feat: push to branding/celo folder

* feat: interest screen redirects to nux success

* feat: don't commit changes to branding/celo

* chore: bump version 1.33.1 (16)

* feat: add more interests based on design

* feat: bump version back to 1.33.0+16
  • Loading branch information
shottah authored Jun 24, 2022
1 parent 5cbfd09 commit 8d2551d
Show file tree
Hide file tree
Showing 53 changed files with 718 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ secrets.json
# Branding
# See scripts/sync_branding.sh
branding/valora
branding/celo/
android/app/src/main/res/drawable*
android/app/src/main/res/layout*
android/app/src/main/res/mipmap*
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode appVersionCode
versionName "1.33.1"
versionName "1.33.0"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CELO_RELEASE_KEY_ALIAS=celo-key-alias

# Setting this manually based on version number until we have this deploying via Cloud Build
# Example: v1.5.1 deployment number 1 = 1005001001 (1 005 001 001)
VERSION_CODE=1021071623
VERSION_CODE=1021071625
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
21 changes: 0 additions & 21 deletions branding/celo/android/app/src/main/res/layout/launch_screen.xml

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions branding/celo/ios/celo/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina5_9" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand All @@ -13,11 +13,11 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="rings" translatesAutoresizingMaskIntoConstraints="NO" id="LPF-fj-afL">
<rect key="frame" x="215" y="135" width="50" height="50"/>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Logogram" translatesAutoresizingMaskIntoConstraints="NO" id="LPF-fj-afL">
<rect key="frame" x="128.66666666666666" y="40" width="222.99999999999997" height="240"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.25882352941176467" green="0.83921568627450982" blue="0.53725490196078429" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="backgroundColor" red="0.1647058874" green="0.65098041299999998" blue="0.63137257099999999" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
<constraints>
<constraint firstItem="LPF-fj-afL" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" id="2h6-D6-NhQ"/>
<constraint firstItem="LPF-fj-afL" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="bjQ-lY-KrZ"/>
Expand All @@ -28,6 +28,6 @@
</view>
</objects>
<resources>
<image name="rings" width="50" height="50"/>
<image name="Logogram" width="223" height="240"/>
</resources>
</document>
250 changes: 125 additions & 125 deletions branding/celo/ios/celo/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,128 +1,128 @@
{
"images":[
{
"idiom":"iphone",
"size":"20x20",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"20x20",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"29x29",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"29x29",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"29x29",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"40x40",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"40x40",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"60x60",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"60x60",
"scale":"3x",
"filename":"[email protected]"
},
{
"idiom":"iphone",
"size":"76x76",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"20x20",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"20x20",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"29x29",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"29x29",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"40x40",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"40x40",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"76x76",
"scale":"1x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"76x76",
"scale":"2x",
"filename":"[email protected]"
},
{
"idiom":"ipad",
"size":"83.5x83.5",
"scale":"2x",
"filename":"[email protected]"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"scale" : "1x",
"filename" : "[email protected]"
}
],
"info":{
"version":1,
"author":"xcode"
"images": [
{
"idiom": "iphone",
"size": "20x20",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "20x20",
"scale": "3x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "29x29",
"scale": "1x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "29x29",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "29x29",
"scale": "3x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "40x40",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "40x40",
"scale": "3x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "60x60",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "60x60",
"scale": "3x",
"filename": "[email protected]"
},
{
"idiom": "iphone",
"size": "76x76",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "20x20",
"scale": "1x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "20x20",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "29x29",
"scale": "1x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "29x29",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "40x40",
"scale": "1x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "40x40",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "76x76",
"scale": "1x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "76x76",
"scale": "2x",
"filename": "[email protected]"
},
{
"idiom": "ipad",
"size": "83.5x83.5",
"scale": "2x",
"filename": "[email protected]"
},
{
"size": "1024x1024",
"idiom": "ios-marketing",
"scale": "1x",
"filename": "[email protected]"
}
],
"info": {
"version": 1,
"author": "makeappicon"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions branding/celo/src/brandingConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const FAQ_LINK = 'https://celo.org/faq'
export const HELP_LINK = 'https://celo.org/support'
export const FUNDING_LINK = 'https://celo.org/fund-wallet'
export const CELO_REWARDS_LINK = 'https://celo.org/support'
export const FORUM_LINK = 'https://forum.celo.org'
export const FORUM_LINK = 'https://forum.celo.org/c/support'
export const CELO_SUPPORT_EMAIL_ADDRESS = '[email protected]'
export const SUPERCHARGE_LEARN_MORE = 'https://valoraapp.com/support/supercharge-learn-more'
export const INVITE_REWARDS_LEARN_MORE = 'https://valoraapp.com/support/invite-rewards-learn-more'
export const SUPERCHARGE_T_AND_C = 'https://valoraapp.com/supercharge-terms-and-conditions'
export const INVITE_REWARDS_TERMS_LINK = 'https://celo.org/support'
Loading

0 comments on commit 8d2551d

Please sign in to comment.