Skip to content

Commit 9b4ce83

Browse files
author
queue-it
committed
Preparing release 2.1.3
1 parent 6e990a7 commit 9b4ce83

File tree

81 files changed

+2441
-2443
lines changed

Some content is hidden

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

81 files changed

+2441
-2443
lines changed

.gitignore

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
5-
.DS_Store
6-
/build
7-
/captures
8-
/.idea/caches/build_file_checksums.ser
9-
/.idea/caches/gradle_models.ser
10-
/.idea/codeStyles/Project.xml
11-
/.vs/android-webui-sdk/v16/.suo
12-
/.vs/slnx.sqlite
13-
/.vs/VSWorkspaceState.json
14-
/private_key_sender.asc
15-
/public_key_sender.asc
16-
.idea
17-
*.gpg
18-
**/build
19-
node_modules
20-
.classpath
21-
.project
22-
*.prefs
1+
.gradle
2+
/local.properties
3+
/.idea/workspace.xml
4+
/.idea/libraries
5+
.DS_Store
6+
/build
7+
/captures
8+
/.idea/caches/build_file_checksums.ser
9+
/.idea/caches/gradle_models.ser
10+
/.idea/codeStyles/Project.xml
11+
/.vs/android-webui-sdk/v16/.suo
12+
/.vs/slnx.sqlite
13+
/.vs/VSWorkspaceState.json
14+
/private_key_sender.asc
15+
/public_key_sender.asc
16+
.idea
17+
*.gpg
18+
**/build
19+
node_modules
20+
.classpath
21+
.project
22+
*.prefs
2323
dist

LICENSE

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) 2020 Queue-it
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
MIT License
2+
3+
Copyright (c) 2020 Queue-it
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ If your application is using an API that's protected by a Queue-it connector (Kn
157157

158158
```xml
159159
<activity android:name="com.queue_it.androidsdk.QueueActivity" />
160-
```
160+
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
groupId = 'com.queue-it.androidsdk'
3737
libraryName = 'com.queue_it.androidsdk'
3838
libraryDescription = 'Android SDK to integrate with Queue-it'
39-
libraryVersion = "2.1.2"
39+
libraryVersion = "2.1.3"
4040
organization = "Queue-it"
4141
organizationUrl = "https://queue-it.com"
4242

demoapp/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/build
1+
/build

demoapp/demoapp.iml

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

demoapp/proguard-rules.pro

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Add project specific ProGuard rules here.
2-
# By default, the flags in this file are appended to flags specified
3-
# in C:\Users\MortenBrixPedersen\AppData\Local\Android\Sdk/tools/proguard/proguard-android.txt
4-
# You can edit the include path and order by changing the proguardFiles
5-
# directive in build.gradle.
6-
#
7-
# For more details, see
8-
# http://developer.android.com/guide/developing/tools/proguard.html
9-
10-
# Add any project specific keep options here:
11-
12-
# If your project uses WebView with JS, uncomment the following
13-
# and specify the fully qualified class name to the JavaScript interface
14-
# class:
15-
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16-
# public *;
17-
#}
1+
# Add project specific ProGuard rules here.
2+
# By default, the flags in this file are appended to flags specified
3+
# in C:\Users\MortenBrixPedersen\AppData\Local\Android\Sdk/tools/proguard/proguard-android.txt
4+
# You can edit the include path and order by changing the proguardFiles
5+
# directive in build.gradle.
6+
#
7+
# For more details, see
8+
# http://developer.android.com/guide/developing/tools/proguard.html
9+
10+
# Add any project specific keep options here:
11+
12+
# If your project uses WebView with JS, uncomment the following
13+
# and specify the fully qualified class name to the JavaScript interface
14+
# class:
15+
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16+
# public *;
17+
#}
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
package com.queue_it.shopdemo;
2-
3-
import android.os.Bundle;
4-
import com.google.android.material.floatingactionbutton.FloatingActionButton;
5-
import com.google.android.material.snackbar.Snackbar;
6-
7-
import android.support.v7.app.AppCompatActivity;
8-
import android.support.v7.widget.Toolbar;
9-
import android.view.View;
10-
11-
public class DeepActivity extends AppCompatActivity {
12-
13-
@Override
14-
protected void onCreate(Bundle savedInstanceState) {
15-
super.onCreate(savedInstanceState);
16-
setContentView(R.layout.activity_deep);
17-
Toolbar toolbar = findViewById(R.id.toolbar);
18-
setSupportActionBar(toolbar);
19-
20-
FloatingActionButton fab = findViewById(R.id.fab);
21-
fab.setOnClickListener(new View.OnClickListener() {
22-
@Override
23-
public void onClick(View view) {
24-
Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG)
25-
.setAction("Action", null).show();
26-
}
27-
});
28-
}
1+
package com.queue_it.shopdemo;
2+
3+
import android.os.Bundle;
4+
import com.google.android.material.floatingactionbutton.FloatingActionButton;
5+
import com.google.android.material.snackbar.Snackbar;
6+
7+
import android.support.v7.app.AppCompatActivity;
8+
import android.support.v7.widget.Toolbar;
9+
import android.view.View;
10+
11+
public class DeepActivity extends AppCompatActivity {
12+
13+
@Override
14+
protected void onCreate(Bundle savedInstanceState) {
15+
super.onCreate(savedInstanceState);
16+
setContentView(R.layout.activity_deep);
17+
Toolbar toolbar = findViewById(R.id.toolbar);
18+
setSupportActionBar(toolbar);
19+
20+
FloatingActionButton fab = findViewById(R.id.fab);
21+
fab.setOnClickListener(new View.OnClickListener() {
22+
@Override
23+
public void onClick(View view) {
24+
Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG)
25+
.setAction("Action", null).show();
26+
}
27+
});
28+
}
2929
}
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
package com.queue_it.shopdemo;
2-
3-
import android.os.Bundle;
4-
import android.support.annotation.NonNull;
5-
import android.support.v4.app.Fragment;
6-
import android.view.LayoutInflater;
7-
import android.view.View;
8-
import android.view.ViewGroup;
9-
10-
11-
public class FirstFragment extends Fragment {
12-
13-
@Override
14-
public View onCreateView(
15-
LayoutInflater inflater, ViewGroup container,
16-
Bundle savedInstanceState
17-
) {
18-
// Inflate the layout for this fragment
19-
return inflater.inflate(R.layout.fragment_first, container, false);
20-
}
21-
22-
public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
23-
super.onViewCreated(view, savedInstanceState);
24-
25-
view.findViewById(R.id.button_first).setOnClickListener(new View.OnClickListener() {
26-
@Override
27-
public void onClick(View view) {
28-
// NavHostFragment.findNavController(FirstFragment.this)
29-
// .navigate(R.id.action_FirstFragment_to_SecondFragment);
30-
}
31-
});
32-
}
1+
package com.queue_it.shopdemo;
2+
3+
import android.os.Bundle;
4+
import android.support.annotation.NonNull;
5+
import android.support.v4.app.Fragment;
6+
import android.view.LayoutInflater;
7+
import android.view.View;
8+
import android.view.ViewGroup;
9+
10+
11+
public class FirstFragment extends Fragment {
12+
13+
@Override
14+
public View onCreateView(
15+
LayoutInflater inflater, ViewGroup container,
16+
Bundle savedInstanceState
17+
) {
18+
// Inflate the layout for this fragment
19+
return inflater.inflate(R.layout.fragment_first, container, false);
20+
}
21+
22+
public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
23+
super.onViewCreated(view, savedInstanceState);
24+
25+
view.findViewById(R.id.button_first).setOnClickListener(new View.OnClickListener() {
26+
@Override
27+
public void onClick(View view) {
28+
// NavHostFragment.findNavController(FirstFragment.this)
29+
// .navigate(R.id.action_FirstFragment_to_SecondFragment);
30+
}
31+
});
32+
}
3333
}

0 commit comments

Comments
 (0)