e5%ba%8f2.0">小程序2.0

network_security_config.xml 337B

    <?xml version="1.0" encoding="utf-8"?> <network-security-config> <base-config cleartextTrafficPermitted="true"> </base-config> <debug-overrides> <trust-anchors> <certificates src="system" /> <certificates src="user" /> </trust-anchors> </debug-overrides> </network-security-config>
zhuhaiwen/zeropay - Gogs: Go Git Service

311 Commits (e1efe522db6add89e64d871889252ab3a66eb79c)

Author SHA1 Message Date
  朱海文 e1efe522db a 4 years ago
  朱海文 29d59a6ab2 获取个人评分 4 years ago
  朱海文 37bf99b331 弹窗加动画 4 years ago
  朱海文 8081b43fae UI 2 4 years ago
  朱海文 145c44c766 a 4 years ago
  朱海文 bb4109b42e dailyFragment滚动监听 4 years ago
  朱海文 a0ded0ca9a 发送按钮的bug 4 years ago
  朱海文 5bc8478ee6 a 4 years ago
  朱海文 b01fe4b72d UI修改 4 years ago
  朱海文 033680a127 a 4 years ago
  朱海文 07c5de10e8 弹窗不占用状态栏、底部栏 4 years ago
  朱海文 f7f0463aa7 web back btn 4 years ago
  朱海文 594261e349 UI 4 years ago
  朱海文 82f20137a8 评论输入框几个逻辑 4 years ago
  朱海文 724da2910e 增加隐私条款 4 years ago
  朱海文 3bc6d4598d a 4 years ago
  朱海文 bb58f583df a 4 years ago
  朱海文 08cecc9e47 提交评论成功的吐司 4 years ago
  朱海文 e55eb7da29 隐私条款 4 years ago
  朱海文 9e6912bbba 一些图片的替换 4 years ago
  朱海文 557793b890 a 4 years ago
  朱海文 2200a210d6 a 4 years ago
  朱海文 19032c0ff3 日报列表加载更多 4 years ago
  朱海文 843153bd11 mainFragment加载老数据 4 years ago
  朱海文 c5ef941f10 加载更多评论 4 years ago
  朱海文 8eb406d150 AddViewTool解决子级评论bug 4 years ago
  朱海文 9de0f0a2eb 评论添加第9条会出现bug 4 years ago
  朱海文 6df4207902 回复子评论还是有问题 4 years ago
  朱海文 1b1692b855 提交评分 4 years ago
  朱海文 0ff8d0ac38 提交评论2 4 years ago
  朱海文 8f5febb17c 提交评论2 4 years ago
  朱海文 5586530eb2 提交评论EditText1 4 years ago
  朱海文 070de1f6c2 微信分享 4 years ago
  朱海文 d6b38abf0e 微信登录改造 4 years ago
  朱海文 f1786f081b 评论显示2 4 years ago
  朱海文 b7be12e4f2 评论1 4 years ago
  朱海文 a81ee756fe 设置圆角头像,代码抽取 4 years ago
  朱海文 c4d127122b starView2 4 years ago
  朱海文 f4e5a5bfb3 starDialog1 4 years ago
  朱海文 b1d0bbe4f2 0元购日报填充数据 4 years ago
  朱海文 db7b58d704 二级标签 4 years ago
  朱海文 c520c1c630 设置评论未开始 4 years ago
  朱海文 dcd7cba4a7 设置分数 4 years ago
  朱海文 fd5a1e6c01 星星组件 4 years ago
  朱海文 9b3b1898bd 日报详情2: 开始填充数据 4 years ago
  朱海文 545ca12d79 nill 4 years ago
  朱海文 010b43b98a 日报详情1 4 years ago
  朱海文 6b673cba94 DailyFragment UI 4 years ago
  朱海文 8040c4169f banner修改 4 years ago
  朱海文 86f3500741 首页整理2 4 years ago
zeropay - Gogs: Go Git Service

0元购Android端

fragment_daily_son.xml 1.4KB

    <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center"> <TextView android:id="@+id/daily_fragment_tip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:text="暂无数据" android:textColor="@color/app_color_black" android:textSize="17sp" android:visibility="gone" /> <com.scwang.smart.refresh.layout.SmartRefreshLayout android:id="@+id/daily_fragment_refreshLayout" android:layout_width="match_parent" android:layout_height="match_parent"> <com.junxin.zeropay.view.SimpleHeader android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="10dp" /> <androidx.recyclerview.widget.RecyclerView android:id="@+id/daily_fragment_rv" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/rv_padding" android:paddingRight="@dimen/rv_padding" /> </com.scwang.smart.refresh.layout.SmartRefreshLayout> </RelativeLayout>
zeropay - Gogs: Go Git Service

0元购Android端

activity_travel_list.xml 1.9KB

    <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/app_color_white" android:orientation="vertical" tools:context=".activity.main.TravelListActivity"> <include layout="@layout/common_title_layout" /> <TextView android:id="@+id/tv_travel_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="15dp" android:layout_marginTop="20dp" android:layout_marginRight="15dp" android:text="@string/published_travel_notes" android:textColor="@color/app_color_black" android:textSize="18sp" android:textStyle="bold" android:visibility="gone"/> <androidx.recyclerview.widget.RecyclerView android:id="@+id/rv_travel_list" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="15dp" android:layout_marginTop="20dp" android:layout_marginRight="15dp" /> <ImageView android:id="@+id/iv_no_travel" android:layout_width="108dp" android:layout_height="108dp" android:layout_gravity="center_horizontal" android:layout_marginTop="100dp" android:src="@mipmap/icon_no_travel" android:visibility="gone" /> <TextView android:id="@+id/tv_no_travel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:text="@string/no_travel" android:textColor="@color/app_color_1B1" android:textSize="12sp" android:visibility="gone" /> <include android:visibility="gone" layout="@layout/common_wifi_layout"/> </LinearLayout>
zhuhaiwen/zeropay - Gogs: Go Git Service

1 Commits (145c44c766fe2af7ddccec804d994fc34a44bf9a)

Autor SHA1 Mensaje Fecha
  朱海文 070de1f6c2 微信分享 %!s(int64=4) %!d(string=hace) años
zeropay - Gogs: Go Git Service

0元购Android端

activity_app_store.xml 4.8KB

    <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".activity.main.AppStoreActivity"> <com.junxin.zeropay.view.JXToolBar android:id="@+id/appstore_activity_toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" app:jx_toolbar_title="应用商店评价" /> <ScrollView android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/white" android:orientation="vertical" android:padding="15dp"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:orientation="horizontal"> <View android:layout_width="3dp" android:layout_height="16dp" android:background="@color/app_color_F35" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:text="按任务要求上传应用评论截图" android:textColor="@color/app_color_333" android:textSize="17sp" android:textStyle="bold" /> </LinearLayout> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:text="(要求能看到评论分值,账号名)" android:textColor="@color/app_color_999" android:textSize="12sp" /> <!--图片上传--> <androidx.recyclerview.widget.RecyclerView android:id="@+id/recycler" android:layout_width="match_parent" android:layout_height="wrap_content" android:overScrollMode="never"/> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="15dp" android:background="@color/daily_rv_bg" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" android:orientation="horizontal" android:padding="15dp"> <View android:layout_width="3dp" android:layout_height="16dp" android:background="@color/app_color_F35" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:text="按任务要求上传应用评论截图" android:textColor="@color/app_color_333" android:textSize="17sp" android:textStyle="bold" /> </LinearLayout> <ImageView android:id="@+id/appstore_activity_screen_shot" android:layout_width="match_parent" android:layout_height="100dp" android:layout_marginLeft="15dp" android:layout_marginRight="15dp"/> </LinearLayout> </ScrollView> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="15dp" android:paddingRight="15dp" android:paddingTop="6dp" android:paddingBottom="6dp"> <Button android:id="@+id/appstore_activity_commit_btn" android:layout_width="match_parent" android:layout_height="45dp" android:layout_centerInParent="true" android:background="@drawable/btn_bg_red" android:text="提交任务" android:textColor="@android:color/white" android:textSize="15sp" /> </RelativeLayout> </LinearLayout>
zhuhaiwen/zeropay - Gogs: Go Git Service

10 コミット (145c44c766fe2af7ddccec804d994fc34a44bf9a)

作者 SHA1 メッセージ 日付
  朱海文 fd5c37108f Navigationbar 4 年 前
  朱海文 f44bd6491a splash拉伸 4 年 前
  朱海文 b5ca0a6484 修改1 4 年 前
  朱海文 2bf790b32f 微信登录接口优化 4 年 前
  dabin 0deb83e842 [MOD]闪屏页拉伸问题 4 年 前
  dabin 62a1602d74 [ADD]启动页 4 年 前
  朱海文 76a71822b7 状态栏白底黑字 4 年 前
  朱海文 acf34aa133 NoActionBar 4 年 前
  朱海文 813aece4b6 baseactivity、baseDialog 4 年 前
  朱海文 b02799cb3b init 4 年 前
zeropay - Gogs: Go Git Service

0元购Android端

gradlew.bat 2.8KB

    @rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem @if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if "%ERRORLEVEL%" == "0" goto init echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto init echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :init @rem Get command-line arguments, handling Windows variants if not "%OS%" == "Windows_NT" goto win9xME_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= set _SKIP=2 :win9xME_args_slurp if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% :end @rem End local scope for the variables with windows NT shell if "%ERRORLEVEL%"=="0" goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 exit /b 1 :mainEnd if "%OS%"=="Windows_NT" endlocal :omega