Skip to content

Commit 24000e6

Browse files
v29.1.33
1 parent 1b8541b commit 24000e6

File tree

11,087 files changed

+2553222
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,087 files changed

+2553222
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
**Bug description**
2+
* Clearly and concisely describe the problem or feature (this cannot be empty).
3+
4+
**Root cause**
5+
* Briefly describe the root cause and analysis of the problem.
6+
* If there is an internal discussion on the forum, provide the link.
7+
8+
**Reason for not identifying earlier**
9+
* Explain how it was missed in our earlier testing and development. This will help prevent similar mistakes in the future.
10+
11+
***Guidelines/documents are not followed***
12+
13+
* Common guidelines / Core team guideline
14+
* Specification document
15+
* Requirement document
16+
17+
***Guidelines/documents are not given***
18+
19+
* Common guidelines / Core team guideline
20+
* Specification document
21+
* Requirement document
22+
23+
***Reason:***
24+
25+
Mention any one or more reasons from the above points.
26+
27+
***Action taken:***
28+
29+
What action did you take to avoid this in future?
30+
31+
***Related areas:***
32+
33+
Is there any other related areas also to be addressed?
34+
35+
**Solution description**
36+
* Describe your code changes in detail for reviewers.
37+
38+
**Areas affected and ensured**
39+
* List the areas affected by your code changes.
40+
41+
**Additional checklist**
42+
[ ] Doesn’t have memory leak.
43+
[ ] Have you ensured the changes in Android API 19 and iOS 9?
44+
[ ] Ensured in iOS, Android, UWP and macOS (if supported).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
**Feature description**
2+
* Clearly and concisely describe the problem or feature (this cannot be empty).
3+
4+
**Analysis and design**
5+
* If there is an external design, link to its project documentation area.
6+
* If there is an internal discussion on the forum, provide the link.
7+
8+
**Solution description**
9+
* Describe your code changes in detail for reviewers.
10+
11+
**Areas affected and ensured**
12+
* List the areas are affected by your code changes.
13+
14+
**Additional checklist**
15+
* [ ] Does it follow the design [guidelines](https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/)? It is mandatory that, we should not move the changes without reading this.
16+
* [ ] Properly working in Xamarin.Forms [previewer](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer?tabs=vswin).
17+
* [ ] Ensured in iOS, Android, UWP and macOS (if supported).
18+
* [ ] Doesn’t have memory leak. Please check the list of items to be ensured [here](https://syncfusion.atlassian.net/wiki/spaces/XAMRIN/pages/880875734/Memory+Leak).
19+
* [ ] Have you added [Preserve](https://syncfusion.atlassian.net/wiki/spaces/XAMRIN/pages/192124218/Guidelines+for+adding+Preserve+attribute) attribute if needed?
20+
* [ ] Have you ensured the changes in Android API 19 and iOS 9?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Any raw assets you want to be deployed with your application can be placed in
2+
this directory (and child directories) and given a Build Action of "AndroidAsset".
3+
4+
These files will be deployed with your package and will be accessible using Android's
5+
AssetManager, like this:
6+
7+
public class ReadAsset : Activity
8+
{
9+
protected override void OnCreate (Bundle bundle)
10+
{
11+
base.OnCreate (bundle);
12+
13+
InputStream input = Assets.Open ("my_asset.txt");
14+
}
15+
}
16+
17+
Additionally, some Android functions will automatically load asset files:
18+
19+
Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
2.56 KB
Loading
Binary file not shown.
5.39 KB
Binary file not shown.

Android/SampleBrowser/Assets/Ban1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"BackgroundColor":"rgb(255,255,255)","IsVisible":true,"shapes":[{"Color":"rgb(255,255,255)","FontSize":30,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":56.40362,"width":38.15534,"x":58.8349533,"y":24.0620956},"Text":"Text","Thickness":5,"Type":"rectangle"},{"Color":"rgb(255,255,255)","FontSize":30,"Mode":"fill","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":48.9003868,"width":31.9417477,"x":62.0388336,"y":27.943079},"Text":"Text","Thickness":5,"Type":"rectangle"},{"Color":"rgb(251,176,59)","FontSize":61.5263939,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":8.408797,"width":22.4271851,"x":67.66991,"y":35.3169479},"Text":"COFFEE","Type":"text"},{"Color":"rgb(0,0,0)","FontSize":57.3338852,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":7.244502,"width":15.6310682,"x":70,"y":44.7606735},"Text":" SHOP","Type":"text"},{"Color":"rgb(0,0,0)","FontSize":50.99408,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.856404,"width":22.0388355,"x":68.2524261,"y":53.6869354},"Text":"OPENING","Type":"text"},{"Color":"rgb(0,0,0)","FontSize":50.3740425,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.98576975,"width":14.07767,"x":71.65048,"y":62.87193},"Text":"SOON","Type":"text"},{"Color":"rgb(255,255,255)","FontSize":30.0548286,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":4.139715,"width":15.3398056,"x":71.35922,"y":84.86417},"Text":"","Type":"text"}]}

Android/SampleBrowser/Assets/Ban2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"BackgroundColor":"rgb(255,255,255)","IsVisible":true,"shapes":[{"Color":"rgb(255,255,255)","FontSize":30,"Mode":"fill","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":74.12678,"width":54.6601944,"x":22.4271851,"y":13.4540749},"Text":"Text","Thickness":5,"Type":"circle"},{"Color":"rgb(132,115,43)","FontSize":63.2510719,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":8.796895,"width":38.6407776,"x":31.7475719,"y":33.24709},"Text":"Cheap & Easy","Type":"text"},{"Color":"rgb(43,45,66)","FontSize":129.3876,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":17.8525219,"width":50.67961,"x":26.0194168,"y":44.7606735},"Text":"RECIPES","Type":"text"},{"Color":"rgb(237,28,36)","FontSize":57.7272453,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":7.89133263,"width":32.8155327,"x":35.63107,"y":64.424324},"Text":"FOR DINNER","Type":"text"}]}

Android/SampleBrowser/Assets/Ban3.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"BackgroundColor":"rgb(255,255,255)","IsVisible":true,"shapes":[{"Color":"rgb(255,255,255)","FontSize":71.33393,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":9.702458,"width":35.4368935,"x":3.883495,"y":18.1112556},"Text":"Planning to","Type":"text"},{"Color":"rgb(255,255,255)","FontSize":66.5325546,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":9.055628,"width":47.76699,"x":3.39805818,"y":30.0129375},"Text":"develop a cross-","Type":"text"},{"Color":"rgb(255,255,255)","FontSize":70.3903656,"Mode":"stroke","Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":9.702458,"width":43.2038841,"x":3.592233,"y":41.0090561},"Text":"platform app?","Type":"text"}]}

Android/SampleBrowser/Assets/Book.png

2.1 KB
Loading
240 Bytes
Binary file not shown.
358 KB
Binary file not shown.
1.6 MB
Binary file not shown.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{"BackgroundColor":"rgb(255,255,255)","IsVisible":true,"shapes":[
2+
{"Color":"rgb(0,0,0)","FontSize":20,"Mode":"fill","PathPoints":[],"Points":[{"x":7.46847725,"y":90.18088},{"x":6.983511,"y":5.16795874}],"RatioFrame":{"height":100,"width":100,"x":0,"y":0},"Text":"Text","Thickness":5,"Type":"arrow"},
3+
{"Color":"rgb(0,0,0)","FontSize":20,"Mode":"fill","PathPoints":[],"Points":[{"x":7.56547,"y":90.95607},{"x":88.5548,"y":90.05168}],"RatioFrame":{"height":100,"width":100,"x":0,"y":0},"Text":"Text","Thickness":5,"Type":"arrow"},
4+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":8.729389,"x":13.4820566,"y":40.1808777},"Text":"160","Type":"text"},
5+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.847545,"width":9.020369,"x":30.26188,"y":18.9922485},"Text":"175","Type":"text"},
6+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":8.729389,"x":45.97478,"y":35.14212},"Text":"165","Type":"text"},
7+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":8.729389,"x":61.8816681,"y":18.9922485},"Text":"173","Type":"text"},
8+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":13.0940838,"x":13.773036,"y":93.2816544},"Text":"Adam","Type":"text"},
9+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":10.6692533,"x":29.3889427,"y":93.2816544},"Text":"Jack","Type":"text"},
10+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":12.99709,"x":44.907856,"y":93.2816544},"Text":"Smith","Type":"text"},
11+
{"Color":"rgb(251,176,59)","FontSize":18,"Mode":"stroke","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":6.589147,"width":9.990301,"x":61.8816681,"y":93.2816544},"Text":"Paul","Type":"text"},
12+
{"Color":"rgb(251,176,59)","FontSize":20,"Mode":"fill","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":44.1860466,"width":9.699321,"x":13.6760426,"y":45.99483},"Text":"Text","Thickness":5,"Type":"rectangle"},
13+
{"Color":"rgb(251,176,59)","FontSize":20,"Mode":"fill","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":63.43669,"width":9.699321,"x":29.7769165,"y":26.22739},"Text":"Text","Thickness":5,"Type":"rectangle"},
14+
{"Color":"rgb(251,176,59)","FontSize":20,"Mode":"fill","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":47.9328156,"width":9.699321,"x":45.29583,"y":41.860466},"Text":"Text","Thickness":5,"Type":"rectangle"},
15+
{"Color":"rgb(251,176,59)","FontSize":20,"Mode":"fill","PathPoints":[],"Points":[{"x":0,"y":0},{"x":0,"y":0}],"RatioFrame":{"height":61.36951,"width":9.699321,"x":61.6876831,"y":28.2945728},"Text":"Text","Thickness":5,"Type":"rectangle"}
16+
]
17+
}
129 Bytes
Binary file not shown.
4.61 KB
Binary file not shown.
268 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)