File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414 defaultConfig {
1515 applicationId = " com.httpsms"
1616 minSdk = 28
17- targetSdk = 35
17+ targetSdk = 36
1818 versionCode = 1
1919 versionName = gitHash.getOrElse(" unknown" )
2020 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 3131 android : roundIcon =" @mipmap/ic_launcher_round"
3232 android : supportsRtl =" true"
3333 android : theme =" @style/Theme.HttpSMS"
34- tools : targetApi =" 31 " >
34+ tools : targetApi =" 36 " >
3535 <activity
3636 android : name =" .MainActivity"
3737 android : screenOrientation =" portrait"
Original file line number Diff line number Diff line change 1616 <v-col cols =" 12" md =" 8" offset-md =" 2" xl =" 6" offset-xl =" 3" >
1717 <v-form @submit.prevent =" sendMessage" >
1818 <v-text-field
19+ persistent-placeholder
1920 v-model =" formPhoneNumber"
2021 :disabled =" sending"
2122 :error =" errors.has('to')"
2526 label =" Phone Number"
2627 ></v-text-field >
2728 <v-textarea
29+ persistent-placeholder
2830 v-model =" formContent"
2931 :error =" errors.has('content')"
3032 :error-messages =" errors.get('content')"
3436 label =" Content"
3537 ></v-textarea >
3638 <v-textarea
39+ persistent-placeholder
40+ persistent-hint
3741 v-model =" formAttachments"
3842 :error =" errors.has('attachments')"
3943 :error-messages =" errors.get('attachments')"
4044 :disabled =" sending"
4145 outlined
4246 rows =" 2"
47+ class =" mb-8"
48+ hint =" Your message will be sent as an MMS when the comma separated list of attachment URL's are present"
4349 placeholder =" https://example.com/image.jpg, https://example.com/video.mp4"
44- label =" Attachment URLs (comma separated, optional)"
50+ label =" Attachment URLs (optional)"
4551 ></v-textarea >
4652 <v-btn
4753 type =" submit"
You can’t perform that action at this time.
0 commit comments